puppet-ci-testing 0.12.4 → 0.12.6.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/puppet_unittest_workflow +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 113cb78ace4e6aba8201f9282dcbf00b87b4b2fd
|
4
|
+
data.tar.gz: a07a62fa00f461579eb0f262dfca53620942605e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 815a350812ae968984703705183f93ba3c8fe50033daa7e983c12f5fc678c5885985deabefd89efa44757cf8e4204c03540812d38ee031aa00a4b9c2553822c0
|
7
|
+
data.tar.gz: afc342ff5dc1b93cfbad464620bc923fc62884428ba7086be6e88c1ebd1ebe82954617b3b5a8f379bdf24c9186d13e55b0f71c97b16c27b88e223e16975dd631
|
@@ -71,7 +71,7 @@ def process_lint_parsing(opts)
|
|
71
71
|
========================================================================
|
72
72
|
========================================================================
|
73
73
|
|
74
|
-
|
74
|
+
Performing lint parsing
|
75
75
|
|
76
76
|
Enabled lint options:
|
77
77
|
#{enables.join("\n ")}
|
@@ -85,7 +85,7 @@ EOM
|
|
85
85
|
Rake::Task['lint'].clear
|
86
86
|
PuppetLint::RakeTask.new :lint do |config|
|
87
87
|
config.ignore_paths = ['spec/**/*.pp', 'vendor/**/*.pp']
|
88
|
-
config.log_format =
|
88
|
+
config.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
|
89
89
|
config.fail_on_warnings = false
|
90
90
|
config.disable_checks = disables
|
91
91
|
end
|
@@ -98,7 +98,7 @@ EOM
|
|
98
98
|
|
99
99
|
************************************************************************
|
100
100
|
|
101
|
-
BUILD
|
101
|
+
BUILD HAS FAILED
|
102
102
|
|
103
103
|
Correct the above Puppet LINT errors to correct
|
104
104
|
|
@@ -136,6 +136,7 @@ EOM
|
|
136
136
|
task.rspec_opts = %w[--format RspecJunitFormatter --out test-reports/rspec.xml]
|
137
137
|
task.pattern = 'spec/{classes,defines,unit,functions,hosts,integration}/**/*_spec.rb'
|
138
138
|
end
|
139
|
+
Rake.application['spec_prep'].invoke
|
139
140
|
Rake.application['spec'].invoke
|
140
141
|
end
|
141
142
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-ci-testing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.6.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerard Hickey
|
@@ -208,9 +208,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
208
208
|
version: '0'
|
209
209
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
210
210
|
requirements:
|
211
|
-
- - "
|
211
|
+
- - ">"
|
212
212
|
- !ruby/object:Gem::Version
|
213
|
-
version:
|
213
|
+
version: 1.3.1
|
214
214
|
requirements: []
|
215
215
|
rubyforge_project:
|
216
216
|
rubygems_version: 2.4.8
|