Switch tripleo-cross-tripleoclient to python 3.7
tripleoclient isn't gating on python 3.8 but on python 3.7. In fact, python 3.8 is still non voting and it seems to be broken for openstack client as of today: AttributeError: 'EntryPoint' object has no attribute 'module' So let's stick to how tripleoclient is tested, which is python 3.7. Change-Id: I79bbf0eb420cc445cb687f2c5929f634c3c233fc
This commit is contained in:
parent
1bab8cc0a4
commit
733caa908e
@ -1,7 +1,7 @@
|
||||
- job:
|
||||
name: tripleo-cross-tripleoclient-py38
|
||||
parent: openstack-tox-py38
|
||||
description: Run cross-project tests on tripleoclient from HEAD with py38
|
||||
name: tripleo-cross-tripleoclient-py37
|
||||
parent: openstack-tox-py37
|
||||
description: Run cross-project tests on tripleoclient from HEAD with py37
|
||||
vars:
|
||||
zuul_work_dir: src/opendev.org/openstack/python-tripleoclient
|
||||
required-projects:
|
||||
|
@ -17,7 +17,7 @@
|
||||
- openstack-tox-py36
|
||||
- openstack-tox-py37
|
||||
- openstack-tox-py38
|
||||
- tripleo-cross-tripleoclient-py38
|
||||
- tripleo-cross-tripleoclient-py37
|
||||
- tripleo-ci-centos-8-containers-multinode:
|
||||
dependencies: &deps_unit_lint
|
||||
- openstack-tox-linters
|
||||
@ -104,7 +104,7 @@
|
||||
jobs:
|
||||
- openstack-tox-linters
|
||||
- openstack-tox-lower-constraints
|
||||
- tripleo-cross-tripleoclient-py38
|
||||
- tripleo-cross-tripleoclient-py37
|
||||
- tripleo-buildimage-overcloud-full-centos-8:
|
||||
files:
|
||||
- ^image-yaml/.*$
|
||||
|
Loading…
Reference in New Issue
Block a user