Skip to content

Commit

Permalink
[CI] Fix glance-multistore-cinder-import job
Browse files Browse the repository at this point in the history
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
  • Loading branch information
priteau committed Feb 7, 2025
1 parent b732c13 commit e87b871
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e87b871

Please sign in to comment.