beaker-puppet 0.11.0 → 0.11.1
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/beaker-puppet/version.rb +1 -1
- data/tasks/ci.rake +4 -5
- 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: 94a76f705896b24a8cfb4e6b7411f5f5fe17c49b
|
|
4
|
+
data.tar.gz: c6d31f1067342dea1dde3ca30ca86456279b47c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcd42c7be6b6eebc6a757847b203d2460ca5c694886260707de177d8e75afb0ccbefa07d22f6efd77ca9f3697484216c5f0fad434522b52cda00dbf6ea11f521
|
|
7
|
+
data.tar.gz: 1932961b6b853d08105bd8bd8c543d294e878e72f3d45d21d2656fadb068c32dadff3dd05bf1e1458e140dac2386a02bc7a26425a44e493df9d0c1add9be693b
|
data/tasks/ci.rake
CHANGED
|
@@ -22,7 +22,6 @@ where <target> is one of:
|
|
|
22
22
|
ci:test:git
|
|
23
23
|
ci:test:aio
|
|
24
24
|
ci:test:gem
|
|
25
|
-
ci:test:quick
|
|
26
25
|
|
|
27
26
|
See `bundle exec rake -D <target>` for information about each target. Each rake
|
|
28
27
|
task accepts the following environment variables:
|
|
@@ -33,7 +32,7 @@ REQUIRED
|
|
|
33
32
|
SHA:
|
|
34
33
|
The git SHA of either the puppet-agent package or component repo must be
|
|
35
34
|
specified depending on the target. The `git` and `gem` use the component
|
|
36
|
-
SHA, where as `aio`
|
|
35
|
+
SHA, where as `aio` uses the puppet-agent package SHA.
|
|
37
36
|
|
|
38
37
|
OPTIONAL
|
|
39
38
|
--------
|
|
@@ -47,8 +46,7 @@ HOSTS:
|
|
|
47
46
|
|
|
48
47
|
TESTS:
|
|
49
48
|
A comma-delimited list of files/directories containing tests to run.
|
|
50
|
-
Defaults to running all tests
|
|
51
|
-
to running a predefined set of tests.
|
|
49
|
+
Defaults to running all tests.
|
|
52
50
|
|
|
53
51
|
TESTS=tests/cycle_detection.rb
|
|
54
52
|
TESTS=tests/pluginsync,tests/language
|
|
@@ -198,7 +196,8 @@ def beaker_suite(type)
|
|
|
198
196
|
end
|
|
199
197
|
|
|
200
198
|
def pre_suites(type)
|
|
201
|
-
beaker_root = File.dirname(__dir__)
|
|
199
|
+
beaker_root = Pathname.new(File.dirname(__dir__)).relative_path_from(Pathname.new(Dir.pwd))
|
|
200
|
+
|
|
202
201
|
presuites = case type
|
|
203
202
|
when :aio
|
|
204
203
|
[
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker-puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|