Add content provider jobs for tripleo based jobs
Change-Id: Id5cca789e175d93e4135923349b22d3da0e729ef
This commit is contained in:
parent
c263332e0d
commit
1176b0bfd4
@ -24,10 +24,21 @@
|
|||||||
name: tripleo-puppet-undercloud
|
name: tripleo-puppet-undercloud
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tripleo-puppet-ci-centos-8-undercloud-containers
|
- tripleo-ci-centos-8-content-provider
|
||||||
|
- tripleo-puppet-ci-centos-8-undercloud-containers:
|
||||||
|
vars: &undercloud_consumer_vars
|
||||||
|
consumer_job: true
|
||||||
|
remove_tags:
|
||||||
|
- build
|
||||||
|
dependencies:
|
||||||
|
- tripleo-ci-centos-8-content-provider
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tripleo-puppet-ci-centos-8-undercloud-containers
|
- tripleo-ci-centos-8-content-provider
|
||||||
|
- tripleo-puppet-ci-centos-8-undercloud-containers:
|
||||||
|
vars: *undercloud_consumer_vars
|
||||||
|
dependencies:
|
||||||
|
- tripleo-ci-centos-8-content-provider
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tripleo-puppet-ci-centos-8-standalone
|
name: tripleo-puppet-ci-centos-8-standalone
|
||||||
@ -57,7 +68,19 @@
|
|||||||
name: tripleo-puppet-standalone
|
name: tripleo-puppet-standalone
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tripleo-puppet-ci-centos-8-standalone
|
- tripleo-ci-centos-8-content-provider
|
||||||
|
- tripleo-puppet-ci-centos-8-standalone:
|
||||||
|
vars: &standalone_consumer_vars
|
||||||
|
consumer_job: true
|
||||||
|
build_container_images: false
|
||||||
|
remove_tags:
|
||||||
|
- build
|
||||||
|
dependencies:
|
||||||
|
- tripleo-ci-centos-8-content-provider
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tripleo-puppet-ci-centos-8-standalone
|
- tripleo-ci-centos-8-content-provider
|
||||||
|
- tripleo-puppet-ci-centos-8-standalone:
|
||||||
|
vars: *standalone_consumer_vars
|
||||||
|
dependencies:
|
||||||
|
- tripleo-ci-centos-8-content-provider
|
||||||
|
Loading…
Reference in New Issue
Block a user