tripleo-ci/zuul.d/layout.yaml

51 lines
1.6 KiB
YAML

---
# zuul.d/layout.yaml
# This file is the Zuul layout of openstack/tripleo-ci project
# It describes the jobs that will run when submitting a change in this
# repository.
- project:
templates:
- tripleo-ci-build-containers-jobs
- tripleo-ci-buildimage-jobs
- tripleo-multinode-branchful
- tripleo-multinode-container-full-pipeline
- tripleo-standalone-scenarios-pipeline
- tripleo-standalone-multinode-ipa-pipeline
- tripleo-undercloud-jobs-pipeline
- tripleo-periodic
- tripleo-ceph-periodic
check:
jobs:
- openstack-tox-linters
- tripleo-tox-molecule:
vars:
tox_environment:
PYTEST_REQPASS: 1
- openstack-tox-py36: &tox-py
success-url: "tox/reports.html"
failure-url: "tox/reports.html"
files: &py_files
- ^bindep.txt$
- ^requirements.txt$
- ^scripts/emit_releases_file/.*$
- ^setup.cfg$
- ^setup.py$
- ^tox.ini$
vars:
tox_environment:
PYTEST_REQPASS: 84
- openstack-tox-py39: *tox-py
- tripleo-ci-centos-9-content-provider:
dependencies:
- openstack-tox-linters
gate:
queue: tripleo
jobs:
# Don't put a files section on the linters job, otherwise no
# jobs might be defined and nothing can merge in this repo.
- openstack-tox-linters
- tripleo-tox-molecule
- openstack-tox-py36: *tox-py
- openstack-tox-py39: *tox-py