Add cloud validation (cloudv) project to stackforge
Cloud validation project is going to be used for automated validation of a deployed cloud. The project currently contains two subprojects: - OSTF adapter; - SDN validation tool. Change-Id: Ia6dc95d130919a61165c1460f6a279b7524e30b6
This commit is contained in:
14
gerrit/acls/stackforge/cloudv.config
Normal file
14
gerrit/acls/stackforge/cloudv.config
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group cloudv-core
|
||||||
|
label-Code-Review = -2..+2 group cloudv-core
|
||||||
|
label-Workflow = -1..+1 group cloudv-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group cloudv-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -1217,6 +1217,16 @@
|
|||||||
- project: stackforge/cloudroast
|
- project: stackforge/cloudroast
|
||||||
upstream: https://github.com/samu4924/cloudroast
|
upstream: https://github.com/samu4924/cloudroast
|
||||||
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
||||||
|
- project: stackforge/cloudv-ostf-adapter
|
||||||
|
description: Fuel-independent OSTF adapter for Cloud Validation
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/cloudv.config
|
||||||
|
groups:
|
||||||
|
- cloudv
|
||||||
|
- project: stackforge/cloudv-sdn-validation
|
||||||
|
description: SDN validation tool for Cloud Validation
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/cloudv.config
|
||||||
|
groups:
|
||||||
|
- cloudv
|
||||||
- project: stackforge/compass-adapters
|
- project: stackforge/compass-adapters
|
||||||
groups:
|
groups:
|
||||||
- compass
|
- compass
|
||||||
|
@@ -2847,6 +2847,14 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: cloudv-ostf-adapter
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: compass-core
|
name: compass-core
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@@ -4159,6 +4159,17 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: noop-jobs
|
- name: noop-jobs
|
||||||
|
|
||||||
|
- name: stackforge/cloudv-ostf-adapter
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: python3-jobs
|
||||||
|
|
||||||
|
- name: stackforge/cloudv-sdn-validation
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: noop-jobs
|
||||||
|
|
||||||
- name: stackforge/compass-adapters
|
- name: stackforge/compass-adapters
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Reference in New Issue
Block a user