Skip to content

Commit e87b871

Browse files
committed
[CI] Fix glance-multistore-cinder-import job
The glance-multistore-cinder-import job is failing with two issues on unmaintained/yoga. First, the full job occasionally times out. Increase its timeout to 10800 like on the master branch. Test tempest.api.image.v2.admin.test_image_caching.ImageCachingTest is also failing with a timeout: increase image.build_timeout in Tempest configuration to work around it. Change-Id: Ib813434538b8af62c16a64663dff626b861d3e81
1 parent b732c13 commit e87b871

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.zuul.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
- job:
248248
name: glance-multistore-cinder-import
249249
parent: tempest-integrated-storage-import
250+
timeout: 10800
250251
description: |
251252
The regular import workflow job to test with multiple cinder stores
252253
vars:
@@ -255,6 +256,11 @@
255256
GLANCE_ENABLE_MULTIPLE_STORES: True
256257
CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2
257258
GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1
259+
devstack_local_conf:
260+
test-config:
261+
"$TEMPEST_CONFIG":
262+
image:
263+
build_timeout: 600
258264

259265
- job:
260266
name: tempest-integrated-storage-import-standalone

0 commit comments

Comments
 (0)