Move heat and heatclient to openstack/ and change group from heat to heat-core
So move heat to github.com/openstack - yea! (also python-heatclient) Also use the "heat-core" and "heat-drivers" teams correctly. (we only had a "heat" team before). Change-Id: I8b145bf8ddb51ed23811187538c96d6832fa9e52 Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-on: https://review.openstack.org/16593 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
3425cb3762
commit
60050bea90
@ -108,7 +108,7 @@ heat:
|
|||||||
- change-merged
|
- change-merged
|
||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- heat-api/heat
|
- openstack/heat
|
||||||
- heat-api/python-heatclient
|
- openstack/python-heatclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
[access "refs/*"]
|
|
||||||
owner = group Administrators
|
|
||||||
create = group heat
|
|
||||||
pushTag = group heat
|
|
||||||
[access "refs/heads/*"]
|
|
||||||
label-Approved = +0..+1 group heat
|
|
||||||
label-Code-Review = -2..+2 group heat
|
|
||||||
[project]
|
|
||||||
state = active
|
|
||||||
[submit]
|
|
||||||
mergeContent = true
|
|
@ -1,11 +0,0 @@
|
|||||||
[access "refs/*"]
|
|
||||||
owner = group Administrators
|
|
||||||
create = group heat
|
|
||||||
pushTag = group heat
|
|
||||||
[access "refs/heads/*"]
|
|
||||||
label-Approved = +0..+1 group heat
|
|
||||||
label-Code-Review = -2..+2 group heat
|
|
||||||
[project]
|
|
||||||
state = active
|
|
||||||
[submit]
|
|
||||||
mergeContent = true
|
|
@ -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-drivers
|
||||||
|
label-Approved = +0..+1 group heat-drivers
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -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-drivers
|
||||||
|
label-Approved = +0..+1 group heat-drivers
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -161,7 +161,7 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: heat
|
name: heat
|
||||||
github-org: heat-api
|
github-org: openstack
|
||||||
node: oneiric
|
node: oneiric
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -170,7 +170,7 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-heatclient
|
name: python-heatclient
|
||||||
github-org: heat-api
|
github-org: openstack
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -688,7 +688,7 @@ projects:
|
|||||||
- gate-libra-pep8
|
- gate-libra-pep8
|
||||||
- gate-libra-python27
|
- gate-libra-python27
|
||||||
|
|
||||||
- name: heat-api/heat
|
- name: openstack/heat
|
||||||
check:
|
check:
|
||||||
- gate-heat-merge:
|
- gate-heat-merge:
|
||||||
- gate-heat-pep8
|
- gate-heat-pep8
|
||||||
@ -701,7 +701,7 @@ projects:
|
|||||||
- gate-heat-python26
|
- gate-heat-python26
|
||||||
- gate-heat-python27
|
- gate-heat-python27
|
||||||
|
|
||||||
- name: heat-api/python-heatclient
|
- name: openstack/python-heatclient
|
||||||
check:
|
check:
|
||||||
- gate-python-heatclient-merge:
|
- gate-python-heatclient-merge:
|
||||||
- gate-python-heatclient-pep8
|
- gate-python-heatclient-pep8
|
||||||
|
@ -9,13 +9,10 @@
|
|||||||
has-pull-requests: False
|
has-pull-requests: False
|
||||||
has-downloads: False
|
has-downloads: False
|
||||||
---
|
---
|
||||||
- project: heat-api/heat
|
- project: openstack/heat
|
||||||
options:
|
acl_config: /home/gerrit2/acls/openstack/heat.config
|
||||||
- has-wiki
|
- project: openstack/python-heatclient
|
||||||
description: '"Heat" keeps the clouds up ;)'
|
acl_config: /home/gerrit2/acls/openstack/python-heatclient.config
|
||||||
acl_config: /home/gerrit2/acls/heat-api/heat.config
|
|
||||||
- project: heat-api/python-heatclient
|
|
||||||
acl_config: /home/gerrit2/acls/heat-api/python-heatclient.config
|
|
||||||
- project: openstack-ci/devstack-gate
|
- project: openstack-ci/devstack-gate
|
||||||
acl_config: /home/gerrit2/acls/openstack-ci/devstack-gate.config
|
acl_config: /home/gerrit2/acls/openstack-ci/devstack-gate.config
|
||||||
- project: openstack-ci/gerrit
|
- project: openstack-ci/gerrit
|
||||||
|
Loading…
Reference in New Issue
Block a user