From 719c4fb38b0f001dbc5df813d9c0132f7befeebe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 4 May 2020 17:01:46 +0200 Subject: [PATCH] Switch to py38 for horizon-non-primary-django-jobs The template for victoria does not include py37, so switch horizon-non-primary-django-jobs to use py38 as newest version to avoid an extra job to run. Change-Id: I32b10cc726254dde3c10f2df2e392d29c4108d2f --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0bee9385c2..83aba2611f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -227,12 +227,12 @@ # to run tests with different versions of Django. # We specify a job in openstack-python3-victoria-jobs(-horizon) # to keep this project template as it is used in horizon plugins. - - openstack-tox-py37 + - openstack-tox-py38 # NOTE: We keep it as a template even though it is not used now. # - horizon-tox-python3-django22 gate: jobs: - - openstack-tox-py37 + - openstack-tox-py38 # - horizon-tox-python3-django22 - project: