Add Climate project on Stackforge
Change-Id: I106efad89655972ec0d840cdd01028ee4a8ed989 Signed-off-by: Julien Danjou <julien@danjou.info> Reviewed-on: https://review.openstack.org/25023 Reviewed-by: Anita Kuno <akuno@lavabit.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Swann Croiset <swann.croiset@bull.net> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
c260d76408
commit
08de545511
@ -0,0 +1,11 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group climate-core
|
||||||
|
label-Approved = +0..+1 group climate-core
|
||||||
|
workInProgress = group climate-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1,3 +1,13 @@
|
|||||||
|
- project:
|
||||||
|
name: climate
|
||||||
|
github-org: stackforge
|
||||||
|
node: quantal
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-pep8
|
||||||
|
- gate-{name}-python26
|
||||||
|
- gate-{name}-python27
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: kwapi
|
name: kwapi
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -1219,6 +1219,16 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- diskimage-builder-coverage
|
- diskimage-builder-coverage
|
||||||
|
|
||||||
|
- name: stackforge/climate
|
||||||
|
check:
|
||||||
|
- gate-climate-pep8:
|
||||||
|
- gate-climate-python26
|
||||||
|
- gate-climate-python27
|
||||||
|
gate:
|
||||||
|
- gate-climate-pep8
|
||||||
|
- gate-climate-python26
|
||||||
|
- gate-climate-python27
|
||||||
|
|
||||||
- name: stackforge/kwapi
|
- name: stackforge/kwapi
|
||||||
check:
|
check:
|
||||||
- gate-kwapi-pep8
|
- gate-kwapi-pep8
|
||||||
|
@ -96,6 +96,9 @@
|
|||||||
- project: stackforge/kwapi
|
- project: stackforge/kwapi
|
||||||
description: Energy Efficiency Monitoring
|
description: Energy Efficiency Monitoring
|
||||||
upstream: git://github.com/frossigneux/kwapi.git
|
upstream: git://github.com/frossigneux/kwapi.git
|
||||||
|
- project: stackforge/climate
|
||||||
|
description: OpenStack Reservation Service
|
||||||
|
upstream: git://github.com/jd/climate.git
|
||||||
- project: openstack-infra/gearman-plugin
|
- project: openstack-infra/gearman-plugin
|
||||||
description: The jenkins gearman plugin
|
description: The jenkins gearman plugin
|
||||||
- project: stackforge/packstack
|
- project: stackforge/packstack
|
||||||
|
Loading…
Reference in New Issue
Block a user