tripleo-heat-templates/zuul.d/layout.yaml
Rafael Folco 62e7beb388 Switch c8-standalone to content provider
This change switches c8-standalone job to the content provider
dependency relation so the jobs share the produced artifacts.
It has been forgot previously.

Nuke c7 jobs from master layout.

Change-Id: I75172f2f55e8ef9adc207320e6f0bdebb310d2f8
2020-10-28 09:13:01 +00:00

33 lines
867 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
check:
jobs:
- openstack-tox-pep8
- openstack-tox-lower-constraints
- openstack-tox-tht
gate:
queue: tripleo
jobs:
- openstack-tox-lower-constraints
- 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