Add sahara-scenario to project config
Add new sahara-scenario to project config. This is Scenario Framework for testing Sahara. Change-Id: I0878afcc105d6bb3419fe325002b9074643e26ff
This commit is contained in:
parent
14fcad07fe
commit
e3438e921f
14
gerrit/acls/openstack/sahara-scenario.config
Normal file
14
gerrit/acls/openstack/sahara-scenario.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group sahara-scenario-core
|
||||
label-Code-Review = -2..+2 group sahara-scenario-core
|
||||
label-Workflow = -1..+1 group sahara-scenario-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group sahara-scenario-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2858,6 +2858,10 @@
|
||||
- sahara
|
||||
description: Disk image elements for Sahara
|
||||
acl-config: /home/gerrit2/acls/openstack/sahara-etc.config
|
||||
- project: openstack/sahara-scenario
|
||||
description: Repo for Sahara Scenario Framework
|
||||
groups:
|
||||
- sahara
|
||||
- project: openstack/sahara-specs
|
||||
groups:
|
||||
- sahara
|
||||
|
@ -6757,6 +6757,13 @@
|
||||
- 'gate-sahara-buildimages-{plugin}':
|
||||
plugin: plain
|
||||
|
||||
- project:
|
||||
name: sahara-scenario
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-pep8
|
||||
|
||||
- project:
|
||||
name: sahara-specs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -8852,6 +8852,15 @@ projects:
|
||||
post:
|
||||
- sahara-image-elements-branch-tarball
|
||||
|
||||
# TODO: add docs
|
||||
- name: openstack/sahara-scenario
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-sahara-scenario-pep8
|
||||
gate:
|
||||
- gate-sahara-scenario-pep8
|
||||
|
||||
- name: openstack/sahara-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user