Merge "Add solum-infra-guestagent repo to stackforge"
This commit is contained in:
commit
a550f8fedc
@ -506,6 +506,7 @@ solum:
|
|||||||
- stackforge/solum
|
- stackforge/solum
|
||||||
- stackforge/python-solumclient
|
- stackforge/python-solumclient
|
||||||
- stackforge/solum-dashboard
|
- stackforge/solum-dashboard
|
||||||
|
- stackforge/solum-infra-guestagent
|
||||||
- stackforge/solum-specs
|
- stackforge/solum-specs
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group solum-core
|
||||||
|
label-Code-Review = -2..+2 group solum-core
|
||||||
|
label-Workflow = -1..+1 group solum-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group solum-ptl
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2674,6 +2674,16 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: solum-infra-guestagent
|
||||||
|
github-org: stackforge
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: heat-translator
|
name: heat-translator
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -1029,6 +1029,9 @@
|
|||||||
- project: stackforge/solum-dashboard
|
- project: stackforge/solum-dashboard
|
||||||
description: 'Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum'
|
description: 'Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum'
|
||||||
upstream: https://github.com/asalkeld/solum-horizon.git
|
upstream: https://github.com/asalkeld/solum-horizon.git
|
||||||
|
- project: stackforge/solum-infra-guestagent
|
||||||
|
description: 'Guest agent for Solum. See: https://wiki.openstack.org/wiki/Solum'
|
||||||
|
upstream: git://github.com/julienvey/solum-guestagent.git
|
||||||
- project: stackforge/solum-specs
|
- project: stackforge/solum-specs
|
||||||
description: 'Solum Design Specifications'
|
description: 'Solum Design Specifications'
|
||||||
upstream: git://github.com/rackerlabs/solum-specs
|
upstream: git://github.com/rackerlabs/solum-specs
|
||||||
|
@ -4486,6 +4486,18 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
|
- name: stackforge/solum-infra-guestagent
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: check-requirements
|
||||||
|
- name: publish-to-pypi
|
||||||
|
check:
|
||||||
|
- gate-solum-infra-guestagent-python33
|
||||||
|
- gate-solum-infra-guestagent-pypy
|
||||||
|
gate:
|
||||||
|
- gate-solum-infra-guestagent-python33
|
||||||
|
- gate-solum-infra-guestagent-pypy
|
||||||
|
|
||||||
- name: stackforge/rally
|
- name: stackforge/rally
|
||||||
template:
|
template:
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user