From b935f21f449b20eb6e0a6a7129339c605f7ff0df Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Wed, 11 May 2022 11:47:31 +0200 Subject: [PATCH] Changed TripleO jobs to use correct release files Commit bc27851617 [1] in opendev.org/openstack/tripleo-ci changed the release filename for periodic jobs to promotion-testing-hash-*.yml [2] instead of using e.g. train.yml for OpenStack Train based releases [3]. Due to this change, container images were not pulled from the local image registry but from trunk.registry.rdoproject.org instead [2]. This caused our periodic jobs to fail during container image build because when using a local registry a different namespace prefix "openstack" (instead of *-binary such as centos-binary) is used which is not valid on trunk.registry.rdoproject.org. As a workaround, we force TripleO jobs to run as check jobs, no matter what pipeline they run in [4]. Thanks to Sandeep Yadav for discovering the root cause of this issue and providing a workaround! Ref.: [1] https://opendev.org/openstack/tripleo-ci/commit/bc278516174cd1133ca910bb4978397499645a34 [2] https://github.com/openstack/tripleo-quickstart/blob/master/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-train.yml#L7 [3] https://github.com/openstack/tripleo-quickstart/blob/master/config/release/tripleo-ci/CentOS-8/train.yml [4] https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/ci-common-vars/vars/main.yaml#L24 Change-Id: Ib7d8fc9e6781e43e04f0a9feee261b9f3f29e1fe (cherry picked from commit 4db7a6238be30271095f99ee59da83f8791c18ce) --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 070dda5d..7d69a8af 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -405,6 +405,7 @@ featureset: '052' consumer_job: false build_container_images: true + force_non_periodic: true required-projects: - openstack/ansible-collections-openstack - # always use master branch when collecting parent job variants, refer to git blame for rationale.