CI: move out of OpenStack Zuul templates

Change-Id: Id33dd0195ef2fe617230b732eb51f93b0f5bd53b
This commit is contained in:
Antoine Musso 2023-03-16 17:10:42 +01:00 committed by Guillaume DeMengin
parent 85851b0d2b
commit bdb7d2f1d6
1 changed files with 19 additions and 9 deletions

View File

@ -9,18 +9,28 @@
voting: true
- project:
templates:
- build-openstack-docs-pti
- openstack-cover-jobs
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-py27
# Only in check:
- tox-cover
# Jobs common to gate pipeline
- tox-linters
- opendev-tox-docs
- tox-py27:
nodeset: ubuntu-xenial
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
- jjb-tox-cross-jenkins-job-builder
gate:
jobs:
- openstack-tox-linters
- openstack-tox-py27
- tox-linters
- opendev-tox-docs
- tox-py27:
nodeset: ubuntu-xenial
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
- jjb-tox-cross-jenkins-job-builder