Merge "Enable gate on OpenStack Chef Repository"
This commit is contained in:
commit
a01cdcd6b7
@ -33,3 +33,21 @@
|
||||
|
||||
publishers:
|
||||
- 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
|
||||
- puppet-module-unit
|
||||
|
||||
- project:
|
||||
name: openstack-chef-repo
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
|
||||
jobs:
|
||||
- gate-openstack-chef-repo
|
||||
|
||||
- project:
|
||||
name: cookbook-openstack-common
|
||||
github-org: stackforge
|
||||
|
@ -2805,9 +2805,9 @@ projects:
|
||||
|
||||
- name: stackforge/openstack-chef-repo
|
||||
check:
|
||||
- gate-noop
|
||||
- gate-openstack-chef-repo
|
||||
gate:
|
||||
- gate-noop
|
||||
- gate-openstack-chef-repo
|
||||
|
||||
- name: stackforge/cookbook-openstack-common
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user