summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-14 12:03:34 +0200
committervarac <varacanero@zeromail.org>2016-06-14 12:03:34 +0200
commit816ce319a6bb89372a316de0e0623a64b6e2aa26 (patch)
treef643a916fe8969310bb0eb715bce84b4434bcbb9
parent30631498eaa136393cb0e87fcc569209c30d8726 (diff)
squirrel fails on syntax:templates
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ca1b4ef7..88f1361b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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]