7e380a525b
... because the current master should be compatible with the Zed release of the other projects. This effectively removes testing on Python 3.6 and only Python 3.8 and 3.9 will be tested. Python 3.6 and 3.7 are removed form classifiers because these are no longer supported. Related-Bug: #1974244 Change-Id: Ibafdb84e5573d74c02874dc0531a6645195a8b5f
26 lines
834 B
YAML
26 lines
834 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- openstackclient-plugin-jobs
|
|
- openstack-python3-zed-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
- tripleo-buildimage-jobs
|
|
- tripleo-multinode-container-minimal-pipeline
|
|
- tripleo-undercloud-jobs-pipeline
|
|
- tripleo-standalone-scenarios-pipeline
|
|
- tripleo-upgrades-master-pipeline
|
|
check:
|
|
jobs:
|
|
- tripleo-ci-centos-9-content-provider:
|
|
dependencies:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- tripleo-ci-centos-9-standalone:
|
|
vars:
|
|
enable_validation: true
|
|
validation_component: validation
|
|
command: openstack tripleo validator
|