Import openstack-ci/publications into infra.
Fixes bug 1187906. Initially import openstack-ci/publications from github and add a post job to publish the contents under docs.openstack.org/infra. Change-Id: Ia9242dbff2b7f176c92f1e4d535e95e321713e80 Reviewed-on: https://review.openstack.org/31863 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Dan Prince <dprince@redhat.com> Reviewed-by: Elizabeth Krumbach Joseph <lyz@princessleia.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
5ac363497e
commit
206a58f03a
@ -22,6 +22,7 @@ openstack-infra:
|
|||||||
- openstack-infra/lodgeit
|
- openstack-infra/lodgeit
|
||||||
- openstack-infra/meetbot
|
- openstack-infra/meetbot
|
||||||
- openstack-infra/nose-html-output
|
- openstack-infra/nose-html-output
|
||||||
|
- openstack-infra/publications
|
||||||
- openstack-infra/releasestatus
|
- openstack-infra/releasestatus
|
||||||
- openstack-infra/reviewday
|
- openstack-infra/reviewday
|
||||||
- openstack-infra/statusbot
|
- openstack-infra/statusbot
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||||
|
label-Approved = +0..+1 group openstack-ci-admins
|
||||||
|
workInProgress = group openstack-ci-admins
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -0,0 +1,20 @@
|
|||||||
|
# simply copy the contents of the repository to the server, no building needed
|
||||||
|
- job:
|
||||||
|
name: infra-publications-publish
|
||||||
|
concurrent: false
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
triggers:
|
||||||
|
- zuul-post
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- ftp:
|
||||||
|
site: docs.openstack.org
|
||||||
|
source: '**'
|
||||||
|
target: 'www/infra/publications/'
|
||||||
|
remove-prefix: ''
|
||||||
|
excludes: ''
|
||||||
|
- console-log-post
|
@ -265,6 +265,14 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- ci-docs
|
- ci-docs
|
||||||
|
|
||||||
|
- name: openstack-infra/publications
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
post:
|
||||||
|
- infra-publications-publish
|
||||||
|
|
||||||
- name: openstack-infra/puppet-apparmor
|
- name: openstack-infra/puppet-apparmor
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
- project: openstack-infra/lodgeit
|
- project: openstack-infra/lodgeit
|
||||||
- project: openstack-infra/meetbot
|
- project: openstack-infra/meetbot
|
||||||
- project: openstack-infra/nose-html-output
|
- project: openstack-infra/nose-html-output
|
||||||
|
- project: openstack-infra/puplications
|
||||||
|
description: "OpenStack Infra Team conference presentations and papers"
|
||||||
|
upstream: git://github.com/openstack-ci/publications.git
|
||||||
- project: openstack-infra/puppet-apparmor
|
- project: openstack-infra/puppet-apparmor
|
||||||
- project: openstack-infra/puppet-dashboard
|
- project: openstack-infra/puppet-dashboard
|
||||||
- project: openstack-infra/puppet-vcsrepo
|
- project: openstack-infra/puppet-vcsrepo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user