Add separate project for training-guides
The OpenStack Training Guides team has been sheltering under the loving arms of the openstack-manuals repo for the recent past. It's now time to move them out to further their independent work. This change adds a project: openstack/training-guides seeded with the training-guides subdirectory from openstack-manuals, and attempts to configure the jenkins/zuul jobs so that the existing docbook check, gate and post will also run on the new project. Change-Id: I1aed9efa8ca3fd106872cec248cd7c4964fa9adf
This commit is contained in:
parent
4f25a69a89
commit
ff8371a1a7
modules/openstack_project/files
@ -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
|
@ -20,6 +20,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
|
||||
@ -2568,4 +2578,4 @@
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- python-jobs
|
@ -420,6 +420,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
|
||||
|
@ -4968,3 +4968,9 @@ projects:
|
||||
- noop
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: openstack/training-guides
|
||||
template:
|
||||
- name: openstack-doc-gate
|
||||
post:
|
||||
- training-guides-tox-doc-publishdocs
|
||||
|
Loading…
x
Reference in New Issue
Block a user