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:
parent
2249670f5e
commit
b47e25a2c1
modules/openstack_project/files
@ -110,6 +110,11 @@
|
|||||||
COOKBOOK=$(awk '/^name/ {print $NF}' metadata.rb |tr -d \"\')
|
COOKBOOK=$(awk '/^name/ {print $NF}' metadata.rb |tr -d \"\')
|
||||||
ruby1.9.1 /usr/bin/bundle exec rspec .cookbooks/$COOKBOOK
|
ruby1.9.1 /usr/bin/bundle exec rspec .cookbooks/$COOKBOOK
|
||||||
|
|
||||||
|
- builder:
|
||||||
|
name: run-tests
|
||||||
|
builders:
|
||||||
|
- shell: "./run-tests.sh {github-org} {project}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: selenium
|
name: selenium
|
||||||
builders:
|
builders:
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
- job:
|
- job:
|
||||||
name: gate-noop
|
name: gate-noop
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: 'gate-{name}-run-tests'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- run-tests:
|
||||||
|
github-org: '{github-org}'
|
||||||
|
project: '{name}'
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
node: '{node}'
|
||||||
|
@ -1140,3 +1140,11 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: cl-openstack-client
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-run-tests
|
||||||
|
@ -2143,6 +2143,6 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/cl-openstack-client
|
- name: stackforge/cl-openstack-client
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-cl-openstack-client-run-tests
|
||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-cl-openstack-client-run-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user