Add Gear.

Change-Id: I968c9af68a3447fa92a23f10e356b2e5d6da8d15
Reviewed-on: https://review.openstack.org/26231
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-04-05 07:59:30 -07:00 committed by Jenkins
parent 7e5cf3ef45
commit d92c5cf90e
5 changed files with 33 additions and 1 deletions

View File

@ -7,6 +7,8 @@ openstack-infra:
- openstack-infra/askbot-theme - openstack-infra/askbot-theme
- openstack-infra/config - openstack-infra/config
- openstack-infra/devstack-gate - openstack-infra/devstack-gate
- openstack-infra/gear
- openstack-infra/gearman-plugin
- openstack-infra/gerrit - openstack-infra/gerrit
- openstack-infra/gerrit-trigger-plugin - openstack-infra/gerrit-trigger-plugin
- openstack-infra/gerritbot - openstack-infra/gerritbot
@ -20,7 +22,6 @@ openstack-infra:
- openstack-infra/reviewday - openstack-infra/reviewday
- openstack-infra/statusbot - openstack-infra/statusbot
- openstack-infra/zuul - openstack-infra/zuul
- openstack-infra/gearman-plugin
- openstack/requirements - openstack/requirements
branches: branches:
- master - master

View File

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

View File

@ -155,6 +155,18 @@
- pypi-jobs - pypi-jobs
- project:
name: gear
github-org: openstack-infra
node: quantal
tarball-site: tarballs.openstack.org
jobs:
- gate-{name}-pep8
- '{name}-tarball'
- pypi-jobs
- project: - project:
name: gearman-plugin name: gearman-plugin
github-org: openstack-infra github-org: openstack-infra

View File

@ -1381,6 +1381,12 @@ projects:
gate: gate:
- gate-kwapi-pep8 - gate-kwapi-pep8
- name: openstack-infra/gear
check:
- gate-noop
gate:
- gate-noop
- name: openstack-infra/gearman-plugin - name: openstack-infra/gearman-plugin
check: check:
- gate-gearman-plugin-build - gate-gearman-plugin-build

View File

@ -18,6 +18,8 @@
description: Theme for ask.openstack.org. description: Theme for ask.openstack.org.
upstream: https://bitbucket.org/askbot/openstack-theme upstream: https://bitbucket.org/askbot/openstack-theme
- project: openstack-infra/devstack-gate - project: openstack-infra/devstack-gate
- project: openstack-infra/gear
description: Pure-Python asynchronous interface to Gearman
- project: openstack-infra/gerrit - project: openstack-infra/gerrit
description: Fork of Gerrit used by OpenStack description: Fork of Gerrit used by OpenStack
remote: https://gerrit.googlesource.com/gerrit remote: https://gerrit.googlesource.com/gerrit