diff --git a/.zuul.yaml b/.zuul.yaml index 02a3475ae0..9bf327b590 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -247,6 +247,7 @@ - job: name: glance-multistore-cinder-import parent: tempest-integrated-storage-import + timeout: 10800 description: | The regular import workflow job to test with multiple cinder stores vars: @@ -255,6 +256,11 @@ GLANCE_ENABLE_MULTIPLE_STORES: True CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1 + devstack_local_conf: + test-config: + "$TEMPEST_CONFIG": + image: + build_timeout: 600 - job: name: tempest-integrated-storage-import-standalone