tripleo-heat-templates/zuul.d/layout.yaml
Marios Andreou f022663d4e Make content provider depend on tox-pep8/tht on check layout
As part of [1] - optimize the zuul layout so that content-provider
doesn't run if openstack-tox-pep8 and openstack-tox-tht are not
green.

These jobs are voting so they block us anyway, may as well
save running anything else if these small jobs aren't complete

[1] https://review.opendev.org/q/topic:tripleo-ci-reduce

Change-Id: I5fca006e529809ace8d348735f1e10c57ef90e6b
(cherry picked from commit b5d5b7dc2b)
2021-03-03 11:36:17 +02:00

36 lines
969 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
- 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