As commented in the parent patch [1] this updates the ussuri tox-py
jobs to instead use the wallaby template. Switch out py37 for py38
in the dependencies since the template runs 6/8 (9 non voting) [2]
[1] https://review.opendev.org/c/openstack/python-tripleoclient/+/830165/3#message-1f366e24c714cb70ce741f8c696acc834a9760b5
[2] 3f186b0b5b/zuul.d/project-templates.yaml (L796-L807)
Change-Id: I62baa0a0c44dbfc869d332569165c1c780f64e9a
22 lines
746 B
YAML
22 lines
746 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstackclient-plugin-jobs
|
|
- openstack-python3-wallaby-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
- tripleo-buildimage-jobs
|
|
- tripleo-build-containers-jobs
|
|
- tripleo-multinode-container-minimal-pipeline
|
|
- tripleo-undercloud-jobs-pipeline
|
|
- tripleo-standalone-scenarios-pipeline
|
|
- tripleo-upgrades-wallaby-pipeline
|
|
check:
|
|
jobs:
|
|
- tripleo-ci-centos-8-content-provider: &content_provider_deps
|
|
dependencies:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py36
|
|
- openstack-tox-py38
|
|
- tripleo-ci-centos-9-content-provider: *content_provider_deps
|