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
This commit is contained in:
Takashi Kajinami 2022-02-11 00:45:39 +09:00
parent f052b61dbb
commit 615e8055ec
1 changed files with 2 additions and 0 deletions

View File

@ -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