CI: move out of OpenStack Zuul templates
Use the ubuntu-xenial nodeset for most jobs. Change-Id: Id33dd0195ef2fe617230b732eb51f93b0f5bd53b
This commit is contained in:
parent
70dc3e4f71
commit
628c3d00e9
32
.zuul.yaml
32
.zuul.yaml
@ -3,24 +3,38 @@
|
|||||||
name: jjb-tox-cross-jenkins-job-builder
|
name: jjb-tox-cross-jenkins-job-builder
|
||||||
description: Tests compatibility with master branch of jenkins-job-builder
|
description: Tests compatibility with master branch of jenkins-job-builder
|
||||||
parent: tox-py27
|
parent: tox-py27
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
required-projects:
|
required-projects:
|
||||||
- jjb/python-jenkins
|
- jjb/python-jenkins
|
||||||
- jjb/jenkins-job-builder
|
- jjb/jenkins-job-builder
|
||||||
voting: true
|
voting: true
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
|
||||||
- build-openstack-docs-pti
|
|
||||||
- openstack-cover-jobs
|
|
||||||
- openstack-python35-jobs
|
|
||||||
- openstack-python36-jobs
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
# Only in check:
|
||||||
- openstack-tox-py27
|
- tox-cover:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
# Jobs common to gate pipeline
|
||||||
|
- tox-linters
|
||||||
|
- opendev-tox-docs:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
- tox-py27:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
- tox-py35:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
- tox-py36:
|
||||||
|
nodeset: ubuntu-bionic
|
||||||
- jjb-tox-cross-jenkins-job-builder
|
- jjb-tox-cross-jenkins-job-builder
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- tox-linters
|
||||||
- openstack-tox-py27
|
- opendev-tox-docs:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
- tox-py27:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
- tox-py35:
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
|
- tox-py36:
|
||||||
|
nodeset: ubuntu-bionic
|
||||||
- jjb-tox-cross-jenkins-job-builder
|
- jjb-tox-cross-jenkins-job-builder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user