Make a repo for heat-templates.
Change-Id: I89e245963f97e5bdfa106118546bb12fe721b5da Reviewed-on: https://review.openstack.org/27442 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Steven Hardy <shardy@redhat.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
915ba5f154
commit
fd2516621f
@ -137,6 +137,7 @@ heat:
|
|||||||
- openstack/heat
|
- openstack/heat
|
||||||
- openstack/python-heatclient
|
- openstack/python-heatclient
|
||||||
- openstack/heat-cfntools
|
- openstack/heat-cfntools
|
||||||
|
- openstack/heat-templates
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group heat-core
|
||||||
|
label-Approved = +0..+1 group heat-core
|
||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group heat-milestone
|
||||||
|
label-Approved = +0..+1 group heat-milestone
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1127,6 +1127,12 @@ projects:
|
|||||||
- heat-cfntools-pypi-upload
|
- heat-cfntools-pypi-upload
|
||||||
- heat-cfntools-docs
|
- heat-cfntools-docs
|
||||||
|
|
||||||
|
- name: openstack/heat-templates
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
- name: stackforge/reddwarf
|
- name: stackforge/reddwarf
|
||||||
check:
|
check:
|
||||||
- gate-reddwarf-pep8
|
- gate-reddwarf-pep8
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
- project: openstack/heat-cfntools
|
- project: openstack/heat-cfntools
|
||||||
upstream: git://github.com/heat-api/heat-cfntools.git
|
upstream: git://github.com/heat-api/heat-cfntools.git
|
||||||
- project: openstack/heat
|
- project: openstack/heat
|
||||||
|
- project: openstack/heat-templates
|
||||||
- project: openstack/python-heatclient
|
- project: openstack/python-heatclient
|
||||||
- project: openstack-infra/askbot-theme
|
- project: openstack-infra/askbot-theme
|
||||||
description: Theme for ask.openstack.org.
|
description: Theme for ask.openstack.org.
|
||||||
|
Loading…
Reference in New Issue
Block a user