Create an infra-specs repo
Currently the OpenStack Infrastructure program does not have a specs repo. Jim has stated that we want one. This patch creates an OpenStack Infrastructure repo. Change-Id: Ic42b1417058038eea49b88a324e1e1fb518a8dbe
This commit is contained in:
parent
67bb5cdf48
commit
85722e0a74
@ -22,6 +22,7 @@ openstack-infra:
|
||||
- openstack-infra/gitdm
|
||||
- openstack-infra/git-review
|
||||
- openstack-infra/infra-manual
|
||||
- openstack-infra/infra-specs
|
||||
- openstack-infra/jeepyb
|
||||
- openstack-infra/jenkins-job-builder
|
||||
- openstack-infra/lodgeit
|
||||
|
@ -0,0 +1,8 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -165,6 +165,14 @@
|
||||
jobs:
|
||||
- infra-publish-jobs
|
||||
|
||||
- project:
|
||||
name: infra-specs
|
||||
github-org: openstack-infra
|
||||
node: bare-precise
|
||||
|
||||
jobs:
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: sahara
|
||||
github-org: openstack
|
||||
|
@ -100,6 +100,9 @@
|
||||
group: openstack-ci
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack-infra/infra-specs
|
||||
group: openstack-ci
|
||||
description: OpenStack Infrastructure Blueprint Repository
|
||||
- project: openstack-infra/jeepyb
|
||||
group: openstack-ci
|
||||
upstream: git://github.com/emonty/gerritx.git
|
||||
|
@ -2912,6 +2912,12 @@ projects:
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: openstack-infra/infra-specs
|
||||
check:
|
||||
- gate-infra-specs-docs
|
||||
gate:
|
||||
- gate-infra-specs-docs
|
||||
|
||||
- name: openstack-infra/groups-static-pages
|
||||
check:
|
||||
- noop
|
||||
|
Loading…
Reference in New Issue
Block a user