b88f4ddd96
The template being wired up here is added in depends-on by renaming the existing periodic upgrade templates. See [1] for the context, but the result is we will now only run these jobs once in periodic. [1] https://review.opendev.org/c/openstack/tripleo-ci/+/797865/17#message-ca33adc95782a24a6579df7552af5096a0ac8274 Depends-On: Iabe367d2e170bec44820a70c0760d8beea49ec92 Change-Id: Ib7bf3d65ae2eecaae61a09202a01ccf4dbb00445
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
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
|
|
- tripleo-periodic-upgrades-victoria-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
|
|
- openstack-tox-tht
|
|
|
|
- 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
|