Merge "Enable gate on OpenStack Chef Repository"
This commit is contained in:
commit
a01cdcd6b7
@ -33,3 +33,21 @@
|
|||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: gate-openstack-chef-repo
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
mkdir -p .cookbooks .bundle
|
||||||
|
ruby1.9.1 /usr/bin/bundle install --path=.bundle
|
||||||
|
# Validates cookbooks
|
||||||
|
ruby1.9.1 /usr/bin/bundle exec berks install --path=.cookbooks
|
||||||
|
# Validates roles
|
||||||
|
ruby1.9.1 /usr/bin/bundle exec spiceweasel infrastructure.yml --debug
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
||||||
|
@ -1095,6 +1095,14 @@
|
|||||||
- gate-{name}-puppet-syntax
|
- gate-{name}-puppet-syntax
|
||||||
- puppet-module-unit
|
- puppet-module-unit
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: openstack-chef-repo
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-openstack-chef-repo
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: cookbook-openstack-common
|
name: cookbook-openstack-common
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -2805,9 +2805,9 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/openstack-chef-repo
|
- name: stackforge/openstack-chef-repo
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-openstack-chef-repo
|
||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-openstack-chef-repo
|
||||||
|
|
||||||
- name: stackforge/cookbook-openstack-common
|
- name: stackforge/cookbook-openstack-common
|
||||||
check:
|
check:
|
||||||
|
Loading…
Reference in New Issue
Block a user