Create tripleo-specs git repo
Create a new git repository for use by the Tripleo project to do design reviews as a supplement to launchpad blueprints. Change-Id: Ie5a5a4b68c41d88fdc9675b4ce72d3e8d959399a
This commit is contained in:
parent
02ebf9567a
commit
72a6359eab
@ -134,6 +134,7 @@ tripleo:
|
||||
- openstack/tripleo-heat-templates
|
||||
- openstack/tripleo-image-elements
|
||||
- openstack/tripleo-incubator
|
||||
- openstack/tripleo-specs
|
||||
- openstack/tuskar
|
||||
- openstack/tuskar-ui
|
||||
branches:
|
||||
|
@ -0,0 +1,10 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group tripleo-core
|
||||
label-Workflow = -1..+1 group tripleo-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1458,6 +1458,16 @@
|
||||
- gate-{name}-docs
|
||||
- openstack-publish-jobs
|
||||
|
||||
- project:
|
||||
name: tripleo-specs
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-python27
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: puppet-glance
|
||||
github-org: stackforge
|
||||
|
@ -399,6 +399,9 @@
|
||||
description: The TripleO incubator where unformed things are experimented with.
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack/tripleo-specs
|
||||
group: tripleo
|
||||
upstream: git://github.com/derekhiggins/tripleo-specs.git
|
||||
- project: openstack/trove
|
||||
- project: openstack/trove-integration
|
||||
- project: openstack/tuskar
|
||||
|
@ -2306,6 +2306,14 @@ projects:
|
||||
release:
|
||||
- tripleo-incubator-docs
|
||||
|
||||
- name: openstack/tripleo-specs
|
||||
check:
|
||||
- gate-tripleo-specs-python27
|
||||
- gate-tripleo-specs-docs
|
||||
gate:
|
||||
- gate-tripleo-specs-python27
|
||||
- gate-tripleo-specs-docs
|
||||
|
||||
- name: openstack/trove-integration
|
||||
check:
|
||||
- noop
|
||||
|
Loading…
Reference in New Issue
Block a user