tripleo-heat-templates/zuul.d/layout.yaml
Marios Andreou 8ccdbe27a6 Moves the shared zuul queue tripleo to the project level
See [1] for more information

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

Change-Id: I8fc7184e762345066a41802c26dd47cc5ef0f3cc
2022-06-23 14:12:05 +03:00

39 lines
1.1 KiB
YAML

- project:
queue: tripleo
templates:
- tripleo-undercloud-jobs-pipeline
- tripleo-multinode-container-minimal-pipeline
- check-requirements
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- openstack-python3-wallaby-jobs
- tripleo-standalone-multinode-ipa-pipeline
- tripleo-upgrades-wallaby-pipeline
- tripleo-periodic-upgrades-wallaby-pipeline
check:
jobs:
- openstack-tox-pep8
- openstack-tox-tht
- tripleo-ci-centos-8-content-provider: &content_provider_deps
dependencies:
- openstack-tox-pep8
- openstack-tox-tht
- tripleo-ci-centos-9-content-provider: *content_provider_deps
gate:
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