Run jobs for older OpenStack releases on stable/1.0.0 branch only

OpenStack SDK 0.* releases, from OpenStack Zed and earlier, are only
supported by our stable/1.0.0 branch. Our master branch does not
support old SDK releases anymore, so we restrict Zuul CI jobs
which run older OpenStack releases to patches against our
stable/1.0.0 branch.

Change-Id: I45bf5f90ba2265ab3b9faab77b75babf693b52bb
(cherry picked from commit 8708167b5f)
This commit is contained in:
Jakob Meng 2022-03-24 11:10:16 +01:00
parent c6892c83c9
commit 771fb68f99
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,7 @@
description: |
Run openstack collections functional tests against a xena devstack
using xena branch of openstacksdk and stable 2.12 branch of ansible
branches: stable/1.0.0
override-checkout: stable/xena
required-projects:
- name: openstack/openstacksdk
@ -155,6 +156,7 @@
description: |
Run openstack collections functional tests against a wallaby devstack
using wallaby branch of openstacksdk and stable 2.12 branch of ansible
branches: stable/1.0.0
override-checkout: stable/wallaby
required-projects:
- name: openstack/openstacksdk
@ -166,6 +168,7 @@
description: |
Run openstack collections functional tests against a victoria devstack
using victoria branch of openstacksdk and stable 2.12 branch of ansible
branches: stable/1.0.0
override-checkout: stable/victoria
required-projects:
- name: openstack/openstacksdk
@ -177,6 +180,7 @@
description: |
Run openstack collections functional tests against a ussuri devstack
using ussuri branch of openstacksdk and stable 2.11 branch of ansible
branches: stable/1.0.0
override-checkout: stable/ussuri
required-projects:
- name: openstack/openstacksdk
@ -190,6 +194,7 @@
description: |
Run openstack collections functional tests against a train devstack
using train branch of openstacksdk and stable 2.11 branch of ansible
branches: stable/1.0.0
override-checkout: stable/train
required-projects:
- name: openstack/openstacksdk
@ -203,6 +208,7 @@
description: |
Run openstack collections functional tests against a queens devstack
using train branch of openstacksdk and stable 2.11 branch of ansible
branches: stable/1.0.0
override-checkout: stable/queens
required-projects:
- name: openstack/openstacksdk