Add new project Rally

Rally is OpenStack Benchmark System

Change-Id: I515de0adca7bdcefc454e959fdd2f1620c72fcff
This commit is contained in:
Boris Pavlovic 2013-09-04 00:18:09 +04:00
parent 10db966eec
commit 541ff08c3b
4 changed files with 40 additions and 0 deletions

View File

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

View File

@ -1326,3 +1326,12 @@
jobs:
- python-jobs
- project:
name: rally
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -2989,3 +2989,18 @@ projects:
gate:
- gate-noop
- name: stackforge/rally
check:
- gate-rally-pep8
- gate-rally-python26
- gate-rally-python27
gate:
- gate-rally-pep8
- gate-rally-python26
- gate-rally-python27
post:
- rally-branch-tarball
pre-release:
- rally-tarball
release:
- rally-tarball

View File

@ -371,6 +371,9 @@
upstream: git://github.com/steveb/heat-cfnclient.git
- project: stackforge/pycadf
description: CADF Python module
- project: stackforge/rally
description: OpenStack Benchmark System
upstream: git://github.com/pboris/rally.git
- project: stackforge/tuskar
description: "A service for managing OpenStack deployments"
upstream: git://github.com/tuskar/tuskar.git