mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +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
This commit is contained in:
@@ -442,6 +442,9 @@
|
||||
- # Choose parent devstack job from stable/queens branch
|
||||
name: openstack/devstack
|
||||
override-checkout: stable/queens
|
||||
- name: openstack/heat
|
||||
# Earliest branch in Heat repository is stable/rocky
|
||||
override-checkout: stable/rocky
|
||||
- name: openstack/openstacksdk
|
||||
# Run queens with highest possible py2 version of SDK
|
||||
override-checkout: stable/train
|
||||
|
||||
Reference in New Issue
Block a user