diff options
author | varac <varacanero@zeromail.org> | 2016-06-14 12:03:34 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-06-14 12:03:34 +0200 |
commit | 816ce319a6bb89372a316de0e0623a64b6e2aa26 (patch) | |
tree | f643a916fe8969310bb0eb715bce84b4434bcbb9 /Rakefile | |
parent | 30631498eaa136393cb0e87fcc569209c30d8726 (diff) |
squirrel fails on syntax:templates
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -88,8 +88,10 @@ end namespace :test do + # :syntax:templates fails on squirrel, see https://jenkins.leap.se/view/Platform%20Builds/job/platform_citest/115/console + # but we have our own synax test desc "Run all puppet syntax checks required for CI (syntax , validate, templates, spec, lint)" - task :syntax => [:syntax, :validate, :templates, :spec, :lint] + task :syntax => [:"syntax:hiera", :"syntax:manifests", :validate, :templates, :spec, :lint] desc "Tries to compile the catalog" task :catalog => [:catalog] |