Skip to content

Commit fdf7b80

Browse files
committed
[stable-only] Specify openstacksdk stable branch
Taking the advice given here: http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026905.html to fix the openstacksdk-functional-devstack job. This job is not specified in glance's .zuul.yaml, but is brought in by the integrated-gate-storage template: https://opendev.org/openstack/tempest/src/commit/86db21ea6afb6c26a21fc143a7d061e947c31a93/zuul.d/integrated-gate.yaml#L382-L398 So we add the job here so that we can override its definition. Change-Id: I8f1f38df4746cced085fb1cb4e96540763cdda13 (cherry picked from commit b76dd78)
1 parent 8499efd commit fdf7b80

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.zuul.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@
329329
- nova-ceph-multistore:
330330
irrelevant-files: *tempest-irrelevant-files
331331
- glance-secure-rbac-protection-functional
332+
- openstacksdk-functional-devstack:
333+
required-projects:
334+
- name: opendev.org/openstack/openstacksdk
335+
override-branch: stable/wallaby
336+
irrelevant-files: *tempest-irrelevant-files
332337

333338
gate:
334339
jobs:
@@ -347,6 +352,11 @@
347352
- nova-ceph-multistore:
348353
irrelevant-files: *tempest-irrelevant-files
349354
- glance-secure-rbac-protection-functional
355+
- openstacksdk-functional-devstack:
356+
required-projects:
357+
- name: opendev.org/openstack/openstacksdk
358+
override-branch: stable/wallaby
359+
irrelevant-files: *tempest-irrelevant-files
350360
experimental:
351361
jobs:
352362
- glance-tox-py38-glance_store-tips

0 commit comments

Comments
 (0)