mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user