new project called refstack-client
we've decided to split off some of the refstack codebase into its own repo. this one is first. Change-Id: Ic22a5f436bbcfd095a744f80f37dadc73507c60c storyboard: https://storyboard.openstack.org/#!/story/133
This commit is contained in:
parent
713699e36a
commit
b61473d798
modules
gerritbot/files
openstack_project/files
@ -480,6 +480,7 @@ refstack:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/refstack
|
||||
- stackforge/refstack-client
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group refstack-core
|
||||
label-Code-Review = -2..+2 group refstack-core
|
||||
label-Workflow = -1..+1 group refstack-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group refstack-ptl
|
||||
|
||||
[receive]
|
||||
requireContributorAgreement = true
|
||||
requrieChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2557,6 +2557,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: refstack-client
|
||||
github-org: stackforge
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: swift-ceph-backend
|
||||
github-org: stackforge
|
||||
|
@ -999,6 +999,10 @@
|
||||
description: Vendor-facing API for registration of interop-compliance
|
||||
upstream: git://github.com/dlenwell/refstack
|
||||
use-storyboard: true
|
||||
- project: stackforge/refstack-client
|
||||
description: Testing and result upload client for refstack
|
||||
upstream: git://github.com/dlenwell/refstack-client
|
||||
use-storyboard: true
|
||||
- project: stackforge/rubick
|
||||
description: Rule-based diagnostics of configuration of OpenStack platform
|
||||
upstream: git://github.com/MirantisLabs/rubick
|
||||
|
@ -620,6 +620,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-refstack-python33
|
||||
voting: false
|
||||
- name: gate-refstack-client-python33
|
||||
voting: false
|
||||
- name: ^(gate|check)-sqlalchemy-migrate-devstack-dsvm$
|
||||
voting: false
|
||||
- name: gate-python-manilaclient-python33
|
||||
@ -4493,6 +4495,17 @@ projects:
|
||||
post:
|
||||
- refstack-coverage
|
||||
|
||||
- name: stackforge/refstack-client
|
||||
check:
|
||||
- gate-refstack-client-pep8
|
||||
- gate-refstack-client-python27
|
||||
- gate-refstack-client-python33
|
||||
gate:
|
||||
- gate-refstack-client-pep8
|
||||
- gate-refstack-client-python27
|
||||
post:
|
||||
- refstack-client-coverage
|
||||
|
||||
- name: stackforge/rubick
|
||||
check:
|
||||
- gate-rubick-pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user