From ebaa1ac357550a936a4725f329dcc501114074a2 Mon Sep 17 00:00:00 2001 From: Rafael Castillo <rcastill@redhat.com> Date: Wed, 21 Sep 2022 07:51:36 -0700 Subject: [PATCH] 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 --- .zuul.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8e73ce5..33f368a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: -- GitLab