Adding project Solum to StackForge
Change-Id: Ia0469e2beeab6d9edba184f4a3e890a4c1a7697c
This commit is contained in:
parent
60a26c06de
commit
6c2d64a5b0
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
owner = group Administrators
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group solum-core
|
||||||
|
label-Approved = +0..+1 group solum-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group solum-ptl
|
||||||
|
pushTag = group solum-ptl
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1647,3 +1647,12 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: solum
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -3550,3 +3550,23 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- python-manilaclient-branch-tarball
|
- python-manilaclient-branch-tarball
|
||||||
- python-manilaclient-coverage
|
- python-manilaclient-coverage
|
||||||
|
|
||||||
|
- name: stackforge/solum
|
||||||
|
check:
|
||||||
|
- gate-solum-pep8
|
||||||
|
- gate-solum-python26
|
||||||
|
- gate-solum-python27
|
||||||
|
- gate-solum-python33
|
||||||
|
- gate-solum-pypy
|
||||||
|
# docs will be added as soon as we have and docs to build
|
||||||
|
# - gate-solum-docs
|
||||||
|
gate:
|
||||||
|
- gate-solum-pep8
|
||||||
|
- gate-solum-python26
|
||||||
|
- gate-solum-python27
|
||||||
|
- gate-solum-python33
|
||||||
|
- gate-solum-pypy
|
||||||
|
# docs will be added as soon as we have and docs to build
|
||||||
|
# - gate-solum-docs
|
||||||
|
post:
|
||||||
|
- solum-coverage
|
||||||
|
@ -457,3 +457,6 @@
|
|||||||
- project: openstack-infra/elastic-recheck
|
- project: openstack-infra/elastic-recheck
|
||||||
upstream: git://github.com/jogo/elasticRecheck
|
upstream: git://github.com/jogo/elasticRecheck
|
||||||
description: Classify tempest-devstack failures using ElasticSearch
|
description: Classify tempest-devstack failures using ElasticSearch
|
||||||
|
- project: stackforge/solum
|
||||||
|
description: "An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum"
|
||||||
|
upstream: git://github.com/rackerlabs/solum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user