f75e6d51cc
The depends-on adds a new upgrade jobs template which is wired up here. Once wired up across tripleo we can remove excess content providers with [1]. [1] https://review.opendev.org/c/openstack/tripleo-ci/+/769131 Depends-On: https://review.opendev.org/761188 Change-Id: Ie1a9decd58f46069c6747b8b96468798498a1b26
32 lines
826 B
YAML
32 lines
826 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-ussuri-jobs
|
|
- tripleo-standalone-multinode-ipa-pipeline
|
|
- tripleo-upgrades-victoria-pipeline
|
|
check:
|
|
jobs:
|
|
- 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
|