Adapt Strainerfile to gate jobs

For easier testing before committing a change to review, it'd be nicer
to have the Strainer tests in line with what happens on openstack-infra.

Change-Id: Ie025ebd300632af39090d5b180cf9f09e775c237
This commit is contained in:
Stephan Renatus
2014-05-26 11:02:47 +02:00
parent 8b2ee6face
commit b976026bec

View File

@@ -1,5 +1,5 @@
# Strainerfile
rubocop: bundle exec rubocop $SANDBOX/$COOKBOOK
knife test: bundle exec knife cookbook test $COOKBOOK
foodcritic: bundle exec foodcritic -f any -t ~FC003 $SANDBOX/$COOKBOOK
foodcritic: bundle exec foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
chefspec: bundle exec rspec $SANDBOX/$COOKBOOK/spec