tripleo-common/zuul.d/cross-jobs.yaml
Emilien Macchi 733caa908e 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
2020-07-14 13:57:07 -04:00

10 lines
344 B
YAML

- job:
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:
- name: openstack/python-tripleoclient
- name: openstack/tripleo-common