Specifically build master in tripleo periodic job

Currently, our tripleo periodic jobs are failing, while our check jobs
are passing. This is because build-test-packages is not building the
tip of master version of the collections, instead using the version
built in rdo. This patch explicitly adds ansible-collection-openstack to
the change list so it always gets picked up by build-test-packages.

Change-Id: I6938c8373872daed8632429df42d20396980bc76
This commit is contained in:
Rafael Castillo 2022-09-21 07:51:36 -07:00 committed by Jakob Meng
parent 57cc3e6aad
commit ebaa1ac357
1 changed files with 12 additions and 1 deletions

View File

@ -437,7 +437,18 @@
- bifrost-collections-src
- bifrost-keystone-collections-src
- ansible-collections-openstack-functional-devstack-octavia
- tripleo-ci-centos-9-standalone-osa
- tripleo-ci-centos-9-standalone-osa:
vars:
artg_change_list:
- host: "https://opendev.org"
project: "openstack/openstacksdk"
branch: "master"
refspec: "+refs/heads/*:refs/remotes/origin/*"
# needed so build-test-packages builds master version
- host: "https://opendev.org"
project: "openstack/ansible-collections-openstack"
branch: "master"
refspec: "+refs/heads/*:refs/remotes/origin/*"
experimental:
jobs: