ci-psw 1.0.0.pre1 → 1.0.0.pre2
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/lib/ci/psw/tasks/psw-cookbooks.rake +9 -0
- data/lib/ci/psw/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48e03c4b108eccdc7c1ba68f1e1c55ce904b93f5
|
|
4
|
+
data.tar.gz: fa207fe79bb059ecd9a65980d29980ddccf11b12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6e27d8649408269687a2e07327c255d6468aa9a7875e79835bf68d978b306a9b1f5fea5c486d58cc9647547f925f6179e3af454fadde97cde9e0881dbe660de
|
|
7
|
+
data.tar.gz: 78fafcd17c35e2643d691b4bb116046577bd16892ad381087161a872f92f59117dfb6e24a2fc3252cad989f70b765ab4767836e09c30ed7f4c7adf9f890cc72b
|
|
@@ -99,4 +99,13 @@ namespace :ci do
|
|
|
99
99
|
File.open("metadata.rb", "w+") { |f| f.write(contents) }
|
|
100
100
|
puts "Update complete!"
|
|
101
101
|
end
|
|
102
|
+
|
|
103
|
+
desc "Execute a test-kitchen run"
|
|
104
|
+
task :psw_test_kitchen do |t, args|
|
|
105
|
+
test_options = "--parallel --destroy=always --log-level=debug"
|
|
106
|
+
test_options = args[:test_kitchen_options] if !args[:test_kitchen_options].nil?
|
|
107
|
+
cmd = "kitchen test #{test_options}"
|
|
108
|
+
puts "Executing the following test-kitchen command: #{cmd}"
|
|
109
|
+
exec(cmd)
|
|
110
|
+
end
|
|
102
111
|
end
|
data/lib/ci/psw/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ci-psw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.pre2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lexmark International Technology S.A
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|