mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Use Rocky release of Heat in Queens job
The oldest branch in Heat repository is stable/rocky. Previously,
Zuul CI would use the master branch of Heat since it could not find
stable/queens branch but master branch has incompatibilities with
our Queens job.
Change-Id: Iaeca759cad641d4923fc63489fd65f57d9f1345a
(cherry picked from commit e869564e3c)
This commit is contained in:
@@ -442,6 +442,9 @@
|
|||||||
- # Choose parent devstack job from stable/queens branch
|
- # Choose parent devstack job from stable/queens branch
|
||||||
name: openstack/devstack
|
name: openstack/devstack
|
||||||
override-checkout: stable/queens
|
override-checkout: stable/queens
|
||||||
|
- name: openstack/heat
|
||||||
|
# Earliest branch in Heat repository is stable/rocky
|
||||||
|
override-checkout: stable/rocky
|
||||||
- name: openstack/openstacksdk
|
- name: openstack/openstacksdk
|
||||||
# Run queens with highest possible py2 version of SDK
|
# Run queens with highest possible py2 version of SDK
|
||||||
override-checkout: stable/train
|
override-checkout: stable/train
|
||||||
|
|||||||
Reference in New Issue
Block a user