Move pipeline definition from zuul-jobs to project-config
We had defined jobs to run against zuul-jobs inside zuul-jobs but we'd rather define them here instead. Let's do that. (Depends on Ic04c48d7a0e15459632b91bce81e777d12622222 but not put in below because that job is zuulv3 only, and zuulv2 doesn't realise it's merged). Change-Id: I52dbb1aca27ac05f682b0a02c0ed0cd27640194f
This commit is contained in:
parent
7c5e1f8862
commit
19626f2809
12
zuul.yaml
12
zuul.yaml
@ -588,11 +588,23 @@
|
||||
name: openstack-infra/zuul-jobs
|
||||
check:
|
||||
jobs:
|
||||
- base-integration-centos-7
|
||||
- base-integration-debian-jessie
|
||||
- base-integration-fedora-26
|
||||
- base-integration-ubuntu-trusty
|
||||
- base-integration-ubuntu-xenial
|
||||
- base-integration-opensuse423
|
||||
- tox-linters
|
||||
- openstack-doc-build
|
||||
- tox-py35-on-zuul
|
||||
gate:
|
||||
jobs:
|
||||
- base-integration-centos-7
|
||||
- base-integration-debian-jessie
|
||||
- base-integration-fedora-26
|
||||
- base-integration-ubuntu-trusty
|
||||
- base-integration-ubuntu-xenial
|
||||
- base-integration-opensuse423
|
||||
- tox-linters
|
||||
- openstack-doc-build
|
||||
- tox-py35-on-zuul
|
||||
|
Loading…
Reference in New Issue
Block a user