From 5c2069c47daa0d1905de1631c380bbfe820accf4 Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Tue, 22 Mar 2022 13:51:21 +0100 Subject: [PATCH] Run tripleo*{train,wallaby}-osa jobs on stable/1.0.0 branch only Our master branch is compatible to OpenStack SDK 1.* releases only, while our stable/1.0.0 branch works with OpenStack SDK 0.* releases only. Users of train or wallaby branches of TripleO will use packages which are provided by RDO and we will pin them to our stable/1.0.0 anyway. Using OpenStack SDK 1.* from PyPI with TripleO train/wallaby is not supported. Change-Id: Ia6bcd3809e2a63ec9c11db4eeeca837839c9c0a9 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 86f88244..38304047 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -355,6 +355,7 @@ - job: name: tripleo-ci-centos-8-standalone-train-osa parent: tripleo-ci-centos-8-standalone-osa + branches: stable/1.0.0 override-checkout: stable/train vars: branch_override: stable/train @@ -362,6 +363,7 @@ - job: name: tripleo-ci-centos-8-standalone-wallaby-osa parent: tripleo-ci-centos-8-standalone-osa + branches: stable/1.0.0 override-checkout: stable/wallaby vars: branch_override: stable/wallaby @@ -369,7 +371,7 @@ - job: name: tripleo-ci-centos-9-standalone-wallaby-osa parent: tripleo-ci-centos-9-standalone-osa - branches: ^(stable/1.0.0|master).*$ + branches: stable/1.0.0 override-checkout: stable/wallaby vars: branch_override: stable/wallaby