diff options
author | Zuul <zuul@review.opendev.org> | 2020-09-29 17:11:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-09-29 17:11:30 +0000 |
commit | 1ce4240ade065bc78a2f8ce520d3028d8555c09f (patch) | |
tree | e27fdff1224f81f0b6b83b42b8ae485074ce6d7a /.zuul.yaml | |
parent | e4a199e5eb5d1d323ffe2bd9a37175b233c4e0a3 (diff) | |
parent | 429d73e93d83c556166a787ccedd4682a436637e (diff) | |
download | zuul-1ce4240ade065bc78a2f8ce520d3028d8555c09f.tar.gz |
Merge "Update images to use python 3.8"
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index ec0a58a23..96fa1d7fb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -141,8 +141,8 @@ allowed-projects: zuul/zuul timeout: 2700 # 45 minutes requires: - - python-builder-3.7-container-image - - python-base-3.7-container-image + - python-builder-3.8-container-image + - python-base-3.8-container-image provides: zuul-container-image vars: &zuul_image_vars docker_images: @@ -180,8 +180,8 @@ description: Build Docker images and upload to Docker Hub. allowed-projects: zuul/zuul requires: - - python-builder-3.7-container-image - - python-base-3.7-container-image + - python-builder-3.8-container-image + - python-base-3.8-container-image provides: zuul-container-image secrets: name: docker_credentials |