From 615e8055ec0fc63736a5d6139f0b6b3b9161d933 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 11 Feb 2022 00:45:39 +0900 Subject: [PATCH] Fix image used in c9 standalone job with container builds Currently when tripleo-ci-centos-9-standalone template is used with build_container_images: true, it by default uses ubi8 image and we always need to set the containers_base_image var. This change adds that var in the base job so that we no longer need to define the var in standalone jobs inheriting that template. Closes-Bug: #1960308 Change-Id: I42092ee8633a5dfe041af8cd12f15c24b995eaf1 --- zuul.d/standalone-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index aebc52ea0..a5aefc503 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -58,6 +58,8 @@ parent: tripleo-ci-centos-8-standalone branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$ nodeset: single-centos-9-node + vars: + containers_base_image: quay.io/centos/centos:stream9 - job: name: tripleo-ci-centos-8-standalone-build