Update references to stable/yoga in zuul config

Since cinderlib is a cycle-trailing release, its zuul config file
tends to contain references to particular stable branches, and now
that stable/yoga has been deleted, this is causing a problem.  So
change these to refer to unmaintained/yoga.

Change-Id: I65a5570a189b671d3a674e82b9300a2a0c44c280
This commit is contained in:
Brian Rosmaita 2024-02-09 12:00:35 -05:00
parent 4f8a6a5e62
commit 46e5711c18
1 changed files with 11 additions and 11 deletions

View File

@ -30,33 +30,33 @@
parent: openstack-tox-py36
required-projects:
- name: openstack/os-brick
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- name: openstack/cinder
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- name: openstack/requirements
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- job:
name: cinderlib-tox-py39
parent: openstack-tox-py39
required-projects:
- name: openstack/os-brick
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- name: openstack/cinder
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- name: openstack/requirements
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- job:
name: cinderlib-functional
parent: openstack-tox-functional-with-sudo
required-projects:
- name: openstack/os-brick
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- name: openstack/cinder
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
- name: openstack/requirements
override-checkout: stable/yoga
override-checkout: unmaintained/yoga
pre-run: playbooks/required-projects-bindeps.yaml
irrelevant-files:
- ^.*\.rst$
@ -102,7 +102,7 @@
cinderlib master and cinder master are the development branches
for the *same* release, you should use the parent job directly
in the check and gate, above.
override-checkout: stable/yoga
# NOTE: while the cinderlib stable/yoga branch does not exist,
override-checkout: unmaintained/yoga
# NOTE: while the cinderlib unmaintained/yoga branch does not exist,
# zuul will fall back to using cinderlib master, which is the
# behavior we want.