Add nodepool project

Change-Id: I433c794b53e26a34bb78e7ac198d1fc7b39e501c
This commit is contained in:
James E. Blair 2013-08-12 15:24:00 -07:00
parent c40b6809bb
commit 4ccb2e7fd4
5 changed files with 44 additions and 0 deletions

View File

@ -21,6 +21,7 @@ openstack-infra:
- openstack-infra/jenkins-job-builder
- openstack-infra/lodgeit
- openstack-infra/meetbot
- openstack-infra/nodepool
- openstack-infra/nose-html-output
- openstack-infra/odsreg
- openstack-infra/publications

View File

@ -0,0 +1,14 @@
[access "refs/for/refs/*"]
pushMerge = group openstack-ci-core
[access "refs/heads/*"]
label-Code-Review = -2..+2 group openstack-ci-core
label-Approved = +0..+1 group openstack-ci-core
[access "refs/tags/*"]
create = group openstack-ci-core
pushTag = group openstack-ci-core
[project]
state = active
[receive]
requireChangeId = true
[submit]
mergeContent = true

View File

@ -445,6 +445,17 @@
- api-jobs
- project:
name: nodepool
github-org: openstack-infra
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: nose-html-output
github-org: openstack-infra

View File

@ -249,6 +249,22 @@ projects:
gate:
- gate-noop
- name: openstack-infra/nodepool
check:
- gate-noop
gate:
- gate-noop
post:
- nodepool-branch-tarball
pre-release:
- nodepool-tarball
release:
- nodepool-tarball:
- nodepool-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
- name: openstack-infra/nose-html-output
check:
- gate-noop

View File

@ -37,6 +37,8 @@
- project: openstack-infra/jenkins-job-builder
- project: openstack-infra/lodgeit
- project: openstack-infra/meetbot
- project: openstack-infra/nodepool
description: Manage a pool of nodes for a distributed test infrastructure
- project: openstack-infra/nose-html-output
- project: openstack-infra/publications
description: "OpenStack Infra Team conference presentations and papers"