Add checking and gating for cl-openstack-client

Change-Id: Iebc30f84a86e2d8a532ec046f7c6c0b07b584d74
Reviewed-on: https://review.openstack.org/33441
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Julien Danjou 2013-06-18 14:55:30 +02:00 committed by Jenkins
parent 2249670f5e
commit b47e25a2c1
4 changed files with 28 additions and 2 deletions

View File

@ -110,6 +110,11 @@
COOKBOOK=$(awk '/^name/ {print $NF}' metadata.rb |tr -d \"\')
ruby1.9.1 /usr/bin/bundle exec rspec .cookbooks/$COOKBOOK
- builder:
name: run-tests
builders:
- shell: "./run-tests.sh {github-org} {project}"
- builder:
name: selenium
builders:

View File

@ -1,3 +1,16 @@
- job:
name: gate-noop
node: precise
- job-template:
name: 'gate-{name}-run-tests'
builders:
- run-tests:
github-org: '{github-org}'
project: '{name}'
publishers:
- console-log
node: '{node}'

View File

@ -1140,3 +1140,11 @@
jobs:
- python-jobs
- project:
name: cl-openstack-client
github-org: stackforge
node: precise
jobs:
- gate-{name}-run-tests

View File

@ -2143,6 +2143,6 @@ projects:
- name: stackforge/cl-openstack-client
check:
- gate-noop
- gate-cl-openstack-client-run-tests
gate:
- gate-noop
- gate-cl-openstack-client-run-tests