summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2021-10-25 10:52:18 -0700
committerClark Boylan <cboylan@sapwetik.org>2021-10-25 20:16:20 +0000
commit9b7b42b62759ab44e47eb0c205eebbd1a6edc818 (patch)
treebb6cc881b6f6f7cc655d3662d7443391fb39bc71 /.zuul.yaml
parentb3b0c213a7a9523a7bb04f9abb678b5ed242ab0f (diff)
downloadzuul-9b7b42b62759ab44e47eb0c205eebbd1a6edc818.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2b51b9d88..b68070020 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