Add solum-infra-guestagent repo to stackforge
This repo will host solum infrastructure guest agent code Co-Authored-By: Adrian Otto <adrian.otto@rackspace.com> Change-Id: I1972a93b920320ae2a087c3f73261dc71cd0dd2d
This commit is contained in:
parent
4726044048
commit
dfaacd650d
@ -502,6 +502,7 @@ solum:
|
||||
- stackforge/solum
|
||||
- stackforge/python-solumclient
|
||||
- stackforge/solum-dashboard
|
||||
- stackforge/solum-infra-guestagent
|
||||
- stackforge/solum-specs
|
||||
branches:
|
||||
- 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
|
@ -2640,6 +2640,16 @@
|
||||
- python-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:
|
||||
name: heat-translator
|
||||
github-org: stackforge
|
||||
|
@ -1016,6 +1016,9 @@
|
||||
- project: stackforge/solum-dashboard
|
||||
description: 'Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum'
|
||||
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
|
||||
description: 'Solum Design Specifications'
|
||||
upstream: git://github.com/rackerlabs/solum-specs
|
||||
|
@ -4433,6 +4433,18 @@ projects:
|
||||
gate:
|
||||
- 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
|
||||
template:
|
||||
- name: check-requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user