Add tripleo undercloud jobs to puppet intragration
Recent removal of deprecated options has broken the tripleo deployments so lets add the basic undercloud jobs which has some coverage. Change-Id: If97e1f910c86a794edc79b6141b79f64ca4793cf
This commit is contained in:
parent
df32382900
commit
186b41320b
38
.zuul.yaml
38
.zuul.yaml
@ -642,6 +642,44 @@
|
||||
vars:
|
||||
puppet_gem_version: latest
|
||||
|
||||
- job:
|
||||
name: tripleo-puppet-ci-centos-7-undercloud-containers
|
||||
parent: tripleo-ci-centos-7-undercloud-containers
|
||||
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
|
||||
voting: false
|
||||
irrelevant-files:
|
||||
- ^.*\.md$
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
|
||||
- job:
|
||||
name: tripleo-puppet-ci-centos-7-undercloud-oooq
|
||||
parent: tripleo-ci-centos-7-undercloud-oooq
|
||||
voting: false
|
||||
irrelevant-files:
|
||||
- ^.*\.md$
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
|
||||
- project-template:
|
||||
name: tripleo-puppet-undercloud
|
||||
check:
|
||||
jobs:
|
||||
- tripleo-puppet-ci-centos-7-undercloud-oooq
|
||||
- tripleo-puppet-ci-centos-7-undercloud-containers
|
||||
|
||||
- project-template:
|
||||
name: puppet-openstack-library-jobs
|
||||
check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user