summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2020-05-13 10:45:25 -0700
committerClark Boylan <clark.boylan@gmail.com>2020-05-13 10:45:25 -0700
commit9220d41e9ec621ebf9d91c96a54e2062f2696b6e (patch)
tree4ae63c8f150e7fcee67d09bc3f56cb85c40bf5d0 /.zuul.yaml
parent95d7ebb37009ec94b9d3b0f4fd03380cb90d8989 (diff)
downloadzuul-9220d41e9ec621ebf9d91c96a54e2062f2696b6e.tar.gz
Specifically use python 3.7 base images
We are consuming OpenDev's default python-builder and python-base images which happen to be python3.7 today. Zuul specifically wants python3.7 so we should explicitly use OpenDev's 3.7 tags of these images. This way if OpenDev updates the default to 3.8 zuul can continue to assert its dependency on 3.7. Change-Id: I1f344eccfddff9bf1050c571604038371eec1a3f
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 3084e68fb..913d34965 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -130,8 +130,8 @@
allowed-projects: zuul/zuul
timeout: 2700 # 45 minutes
requires:
- - python-builder-container-image
- - python-base-container-image
+ - python-builder-3.7-container-image
+ - python-base-3.7-container-image
provides: zuul-container-image
vars: &zuul_image_vars
docker_images:
@@ -160,8 +160,8 @@
description: Build Docker images and upload to Docker Hub.
allowed-projects: zuul/zuul
requires:
- - python-builder-container-image
- - python-base-container-image
+ - python-builder-3.7-container-image
+ - python-base-3.7-container-image
provides: zuul-container-image
secrets:
name: docker_credentials