Run lower-constraints to ubuntu-bionic
The lower-constraints is supposed to test the oldest version of the dependencies supposedly supported by a library or service. It doesn't make sense to be running these on the newest version of Python supported by OpenStack. Start running lower-constraints on ubuntu-bionic nodes rather than ubuntu-focal. When we bump our minimum Python version to e.g. 3.8, we can change this to ubuntu-focal (assuming anyone is still working with lower-constraints by then). Change-Id: Icaa4d8e03915d90b542b989ecb62a513125f2642 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
00a859eba0
commit
9cfc25bd8a
@ -859,6 +859,7 @@
|
||||
- job:
|
||||
name: openstack-tox-lower-constraints
|
||||
parent: openstack-tox
|
||||
nodeset: ubuntu-bionic
|
||||
branches: ^(?!driverfixes/).*$
|
||||
timeout: 2400
|
||||
description: |
|
||||
@ -870,7 +871,7 @@
|
||||
irrelevant-files: *common-irrelevant-files
|
||||
vars:
|
||||
tox_envlist: lower-constraints
|
||||
bindep_profile: test py35 py36
|
||||
bindep_profile: test py36
|
||||
|
||||
- job:
|
||||
name: build-openstack-puppet-tarball
|
||||
|
Loading…
x
Reference in New Issue
Block a user