57d0c46968
This reverts commit 4cf80d855a
.
Reason for revert: The code is now merged into tripleo-repos at https://review.opendev.org/c/openstack/tripleo-repos/+/789535
Change-Id: I22aca766019e293e8a9478cae29de392dac9412c
49 lines
1.5 KiB
YAML
49 lines
1.5 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-undercloud-jobs-pipeline
|
|
- tripleo-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-8-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
|