From 8708167b5fc664ee893b4fbef64fcf25d7946e1b Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Thu, 24 Mar 2022 11:10:16 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ea24ad09..17e4067f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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