Add new project Rally
Rally is OpenStack Benchmark System Change-Id: I515de0adca7bdcefc454e959fdd2f1620c72fcff
This commit is contained in:
parent
10db966eec
commit
541ff08c3b
@ -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
|
@ -1326,3 +1326,12 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: rally
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user