5324b528bb
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: Ie1d3fff23ee49a368dcdb78b9a97ffdf02688077
37 lines
1017 B
YAML
37 lines
1017 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-ussuri-pipeline
|
|
- tripleo-periodic-upgrades-ussuri-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
|