Merge "Add separate project for training-guides"
This commit is contained in:
commit
0c078ac5ae
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-training-guides-core
|
||||
label-Workflow = -1..+1 group openstack-training-guides-core
|
||||
abandon = group openstack-training-guides-core
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group openstack-training-guides-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -29,6 +29,16 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: training-guides
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
|
||||
jobs:
|
||||
- openstack-doc-jobs
|
||||
- '{name}-tox-doc-{envlist}':
|
||||
envlist: publishdocs
|
||||
|
||||
- project:
|
||||
name: fuel-specs
|
||||
github-org: stackforge
|
||||
|
@ -434,6 +434,9 @@
|
||||
- project: openstack/tempest
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack/training-guides
|
||||
description: Community created, open source training guides for OpenStack.
|
||||
upstream: git://github.com/fifieldt/openstack-training-guides.git
|
||||
- project: openstack/tripleo-heat-templates
|
||||
group: tripleo
|
||||
description: Heat templates for deploying OpenStack
|
||||
|
@ -4508,3 +4508,9 @@ projects:
|
||||
- noop
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: openstack/training-guides
|
||||
template:
|
||||
- name: openstack-doc-gate
|
||||
post:
|
||||
- training-guides-tox-doc-publishdocs
|
||||
|
Loading…
Reference in New Issue
Block a user