From a1a9621ea2af6d7a8a76b6f540113d877350f9e3 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 17 Mar 2022 09:53:32 -0500 Subject: [PATCH] Move lower constrants job to ubuntu focal As per the lates testing runtime the minimum python version and distro we are using is py38 and ubuntu focal. So moving lower constraints job to those for testing the lower bound of defined testing runtime. Change-Id: Ifbffa10ba2346959869eb819162453f64e1a0540 --- zuul.d/jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 19c38023..ac5e5afe 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -877,7 +877,7 @@ - job: name: openstack-tox-lower-constraints parent: openstack-tox - nodeset: ubuntu-bionic + nodeset: ubuntu-focal branches: ^(?!driverfixes/).*$ timeout: 2400 description: | @@ -889,7 +889,7 @@ irrelevant-files: *common-irrelevant-files vars: tox_envlist: lower-constraints - bindep_profile: test py36 + bindep_profile: test py38 - job: name: build-openstack-puppet-tarball