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
This commit is contained in:
Ghanshyam Mann 2022-03-17 09:53:32 -05:00 committed by Ghanshyam
parent 78e6ef28d0
commit a1a9621ea2

View File

@ -877,7 +877,7 @@
- job: - job:
name: openstack-tox-lower-constraints name: openstack-tox-lower-constraints
parent: openstack-tox parent: openstack-tox
nodeset: ubuntu-bionic nodeset: ubuntu-focal
branches: ^(?!driverfixes/).*$ branches: ^(?!driverfixes/).*$
timeout: 2400 timeout: 2400
description: | description: |
@ -889,7 +889,7 @@
irrelevant-files: *common-irrelevant-files irrelevant-files: *common-irrelevant-files
vars: vars:
tox_envlist: lower-constraints tox_envlist: lower-constraints
bindep_profile: test py36 bindep_profile: test py38
- job: - job:
name: build-openstack-puppet-tarball name: build-openstack-puppet-tarball