0fba0ce39c
It's voting in check. It needs to be in the gate too.
Change-Id: I74690cc2109d6ed5c6858f7c984cf8592a23adf8
(cherry picked from commit e270d5329c
)
37 lines
997 B
YAML
37 lines
997 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
|
|
- 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
|