summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-05-12 20:52:31 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-09-25 11:18:11 +0200
commit429d73e93d83c556166a787ccedd4682a436637e (patch)
treedc5f6238800d10374a0db7cd9e2e1b234c6c5677 /.zuul.yaml
parente4ee30209a0ffd791d9d05a72969b5f70480beb5 (diff)
downloadzuul-429d73e93d83c556166a787ccedd4682a436637e.tar.gz
Update images to use python 3.8
After dropping support of Ansible 2.7 which has compatibility issues with python 3.8 we now can finally upgrade to Python 3.8 which has improvements regarding performance and memory usage. Change-Id: I346c2fe22f8409c600a3ee2a229369778e3cabd6
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 9b4ebd9aa..e8852a1cf 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -150,8 +150,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:
@@ -189,8 +189,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