From 9b7b42b62759ab44e47eb0c205eebbd1a6edc818 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 25 Oct 2021 10:52:18 -0700 Subject: [PATCH] CI image requires consistency cleanup We build the docker images on bullseye not buster so we should set the job requires values to bullseye specific artificats. Change-Id: Ic29d9053524777b39aea436b7d5b9cee0296bd85 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2b51b9d883..b68070020b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -195,8 +195,8 @@ allowed-projects: zuul/zuul timeout: 2700 # 45 minutes requires: - - python-builder-3.8-container-image - - python-base-3.8-container-image + - python-builder-3.8-bullseye-container-image + - python-base-3.8-bullseye-container-image provides: zuul-container-image vars: &zuul_image_vars docker_images: @@ -234,8 +234,8 @@ description: Build Docker images and upload to Docker Hub. allowed-projects: zuul/zuul requires: - - python-builder-3.8-container-image - - python-base-3.8-container-image + - python-builder-3.8-bullseye-container-image + - python-base-3.8-bullseye-container-image provides: zuul-container-image secrets: name: docker_credentials