mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 11:14:30 +00:00
Use master branch of openstacksdk in Bifrost jobs
Bifrost downgrades openstacksdk to a release <0.99.0 [1], which is
incompatible to our master branch of the Ansible OpenStack
collection. By adding openstacksdk to Zuul variable job.required-\
projects [2], Bifrost will install openstacksdk from its master
branch, overwriting any existing (older) openstacksdk releases.
[1] 03ddd02656
[2] https://review.opendev.org/c/openstack/bifrost/+/849563/5/playbooks/test-bifrost.yaml
Change-Id: I46dadc70338bb45d459e8176cc26e67c20c1d4ae
This commit is contained in:
@@ -289,6 +289,9 @@
|
|||||||
- # always use master branch when collecting parent job variants, refer to git blame for rationale.
|
- # always use master branch when collecting parent job variants, refer to git blame for rationale.
|
||||||
name: openstack/bifrost
|
name: openstack/bifrost
|
||||||
override-checkout: master
|
override-checkout: master
|
||||||
|
- # always use master branch when collecting parent job variants
|
||||||
|
name: openstack/openstacksdk
|
||||||
|
override-checkout: master
|
||||||
- job:
|
- job:
|
||||||
name: bifrost-keystone-collections-src
|
name: bifrost-keystone-collections-src
|
||||||
parent: bifrost-integration-tinyipa-keystone-ubuntu-focal
|
parent: bifrost-integration-tinyipa-keystone-ubuntu-focal
|
||||||
@@ -297,6 +300,9 @@
|
|||||||
- # always use master branch when collecting parent job variants, refer to git blame for rationale.
|
- # always use master branch when collecting parent job variants, refer to git blame for rationale.
|
||||||
name: openstack/bifrost
|
name: openstack/bifrost
|
||||||
override-checkout: master
|
override-checkout: master
|
||||||
|
- # always use master branch when collecting parent job variants
|
||||||
|
name: openstack/openstacksdk
|
||||||
|
override-checkout: master
|
||||||
|
|
||||||
# TripleO jobs
|
# TripleO jobs
|
||||||
- job:
|
- job:
|
||||||
|
|||||||
Reference in New Issue
Block a user