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
This commit is contained in:
Clark Boylan 2021-10-25 10:52:18 -07:00 committed by Clark Boylan
parent b3b0c213a7
commit 9b7b42b627
1 changed files with 4 additions and 4 deletions

View File

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