727d1656df
- Use version agnostic "py" inside tox default envs - Enable py39 testing jobs (new template contains them) - Address deprecation warning in setup.cfg regarding use of dashes instead of underlines (avoid future breakage with setuptools) Change-Id: I26be50e029393e01db6718a21ac67d669ccd2e0c
36 lines
968 B
YAML
36 lines
968 B
YAML
- project:
|
|
templates:
|
|
- tripleo-undercloud-jobs-pipeline
|
|
- tripleo-multinode-container-minimal-pipeline
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- tripleo-standalone-scenarios-pipeline
|
|
- openstack-python3-wallaby-jobs
|
|
- tripleo-standalone-multinode-ipa-pipeline
|
|
- tripleo-upgrades-master-pipeline
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-tht
|
|
- tripleo-ci-centos-8-content-provider:
|
|
dependencies:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-tht
|
|
|
|
gate:
|
|
queue: tripleo
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
|
|
- job:
|
|
name: openstack-tox-tht
|
|
parent: openstack-tox
|
|
description: Runs syntax tht tests. Uses tox with the ``tht`` environment.
|
|
success-url: "reports.html"
|
|
failure-url: "reports.html"
|
|
voting: true
|
|
vars:
|
|
tox_envlist: tht
|
|
bindep_profile: test tht
|
|
test_setup_skip: true
|