Add tuskar and tuskarclient to stackforge

This is just a minimal viable setup according to the guide [1]. Gate
tests will be added subsequently.

[1] http://ci.openstack.org/stackforge.html

Change-Id: I7f79634a06fddd4b7aa47938a006365204c38c4e
This commit is contained in:
Jiri Stransky 2013-08-08 12:03:54 +02:00
parent 9a07f307a7
commit 4cb6f73a5a
5 changed files with 53 additions and 0 deletions

View File

@ -332,3 +332,14 @@ openstack-glance:
- openstack/python-glanceclient
branches:
- master
tuskar:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- stackforge/tuskar
- stackforge/python-tuskarclient
branches:
- master

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group tuskar-core
label-Approved = +0..+1 group tuskar-core
workInProgress = group tuskar-core
[access "refs/tags/*"]
create = group tuskar-core
pushTag = group tuskar-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group tuskar-core
label-Approved = +0..+1 group tuskar-core
workInProgress = group tuskar-core
[access "refs/tags/*"]
create = group tuskar-core
pushTag = group tuskar-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2664,3 +2664,15 @@ projects:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
- name: stackforge/tuskar
check:
- gate-noop
gate:
- gate-noop
- name: stackforge/python-tuskarclient
check:
- gate-noop
gate:
- gate-noop

View File

@ -357,3 +357,9 @@
upstream: git://git.code.sf.net/p/xcat/python-ipmi
- project: stackforge/pycadf
description: CADF Python module
- project: stackforge/tuskar
description: "A service for managing OpenStack deployments"
upstream: git://github.com/tuskar/tuskar.git
- project: stackforge/python-tuskarclient
description: "Python bindings and CLI to Tuskar."
upstream: git://github.com/tuskar/python-tuskarclient.git