Add project for zuul
As a part of a larger project to decouple individual puppet modules from config to make them easier to reuse. Change-Id: I7ff3b5a48baaaaa7a3a6231f84dd0e6c414b6930
This commit is contained in:
parent
17ded93e6f
commit
85859f2155
@ -37,6 +37,7 @@ openstack-infra:
|
|||||||
- openstack-infra/puppet-storyboard
|
- openstack-infra/puppet-storyboard
|
||||||
- openstack-infra/puppet-vcsrepo
|
- openstack-infra/puppet-vcsrepo
|
||||||
- openstack-infra/puppet-yum
|
- openstack-infra/puppet-yum
|
||||||
|
- openstack-infra/puppet-zuul
|
||||||
- openstack-infra/pypi-mirror
|
- openstack-infra/pypi-mirror
|
||||||
- openstack-infra/release-tools
|
- openstack-infra/release-tools
|
||||||
- openstack-infra/releasestatus
|
- openstack-infra/releasestatus
|
||||||
@ -682,6 +683,7 @@ openstack-merges:
|
|||||||
- openstack-infra/puppet-storyboard
|
- openstack-infra/puppet-storyboard
|
||||||
- openstack-infra/puppet-vcsrepo
|
- openstack-infra/puppet-vcsrepo
|
||||||
- openstack-infra/puppet-yum
|
- openstack-infra/puppet-yum
|
||||||
|
- openstack-infra/puppet-zuul
|
||||||
- openstack-infra/pypi-mirror
|
- openstack-infra/pypi-mirror
|
||||||
- openstack-infra/releasestatus
|
- openstack-infra/releasestatus
|
||||||
- openstack-infra/reviewday
|
- openstack-infra/reviewday
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group openstack-ci-core
|
||||||
|
label-Workflow = -1..+1 group openstack-ci-core
|
||||||
|
abandon = group openstack-ci-core
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -158,6 +158,9 @@
|
|||||||
- project: openstack-infra/puppet-yum
|
- project: openstack-infra/puppet-yum
|
||||||
group: openstack-ci
|
group: openstack-ci
|
||||||
upstream: git://github.com/dprince/puppet-yum.git
|
upstream: git://github.com/dprince/puppet-yum.git
|
||||||
|
- project: openstack-infra/puppet-zuul
|
||||||
|
description: Puppet module to install and configure zuul
|
||||||
|
group: openstack-ci
|
||||||
- project: openstack-infra/pypi-mirror
|
- project: openstack-infra/pypi-mirror
|
||||||
group: openstack-ci
|
group: openstack-ci
|
||||||
upstream: git://github.com/openstack-infra/jeepyb.git
|
upstream: git://github.com/openstack-infra/jeepyb.git
|
||||||
|
@ -2800,6 +2800,14 @@ projects:
|
|||||||
- gate-config-puppet-lint
|
- gate-config-puppet-lint
|
||||||
- gate-config-puppet-syntax
|
- gate-config-puppet-syntax
|
||||||
|
|
||||||
|
- name: openstack-infra/puppet-zuul
|
||||||
|
check:
|
||||||
|
- gate-config-puppet-lint
|
||||||
|
- gate-config-puppet-syntax
|
||||||
|
gate:
|
||||||
|
- gate-config-puppet-lint
|
||||||
|
- gate-config-puppet-syntax
|
||||||
|
|
||||||
- name: openstack-infra/puppet-vcsrepo
|
- name: openstack-infra/puppet-vcsrepo
|
||||||
check:
|
check:
|
||||||
- noop
|
- noop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user