Adding refstack into stackforge.. yay!
Change-Id: Ibdad6176b2d7a03fb1139eef96574b6dda576305
This commit is contained in:
parent
111df9829d
commit
be2ba24c7d
@ -423,6 +423,16 @@ openstack-climate:
|
||||
branches:
|
||||
- master
|
||||
|
||||
refstack:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/refstack
|
||||
branches:
|
||||
- master
|
||||
|
||||
rubick:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group refstack-core
|
||||
label-Approved = +0..+1 group refstack-core
|
||||
workInProgress = group refstack-core
|
||||
[access "refs/tags/*"]
|
||||
create = group refstack-ptl
|
||||
pushTag = group refstack-ptl
|
||||
[receive]
|
||||
requrieChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2023,6 +2023,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: refstack
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: swiftsync
|
||||
github-org: stackforge
|
||||
|
@ -726,6 +726,9 @@
|
||||
- project: stackforge/rally
|
||||
description: Benchmark System for OpenStack
|
||||
upstream: git://github.com/pboris/rally.git
|
||||
- project: stackforge/refstack
|
||||
description: Vendor-facing API for registration of interop-compliance
|
||||
upstream: git://github.com/dlenwell/refstack
|
||||
- project: stackforge/rubick
|
||||
description: Rule-based diagnostics of configuration of OpenStack platform
|
||||
upstream: git://github.com/MirantisLabs/rubick
|
||||
|
@ -492,6 +492,10 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-reviewstats-python33
|
||||
voting: false
|
||||
- name: gate-refstack-python33
|
||||
voting: false
|
||||
- name: gate-refstack-python26
|
||||
voting: false
|
||||
- name: gate-rubick-python33
|
||||
voting: false
|
||||
- name: gate-manila-devstack-dsvm
|
||||
@ -4147,6 +4151,18 @@ projects:
|
||||
release:
|
||||
- rally-tarball
|
||||
|
||||
- name: stackforge/refstack
|
||||
check:
|
||||
- gate-refstack-pep8
|
||||
- gate-refstack-python26
|
||||
- gate-refstack-python27
|
||||
- gate-refstack-python33
|
||||
gate:
|
||||
- gate-refstack-pep8
|
||||
- gate-refstack-python27
|
||||
post:
|
||||
- refstack-coverage
|
||||
|
||||
- name: stackforge/rubick
|
||||
check:
|
||||
- gate-rubick-pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user