puppet_litmus 2.8.0 → 2.8.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a42ef3d3e0ba9f5001c6d2c38ca780fc3d339c0ea42f421e366b6f382f26ba9f
|
|
4
|
+
data.tar.gz: 857f51a782da81d1f9739c20f254838e9434fa13c35e482980dbc26334585c5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 184d79c640c841d8438ec469a52b2c061f987f095f844a257823e035a039dfa9b8efe562ca0212e087bbe4b768c67b01de680cd7a18dee6473f93973f7de44b2
|
|
7
|
+
data.tar.gz: 95b07a6b131bfcccfc440137e82fb87ac2188baf1748c2aa3660d7b651f4309958c04e202fb7622643e9223db5f997d5c091022427b9f75449746a7626cd9a35
|
data/exe/matrix.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"15": { "x86_64": "sles-15" }
|
|
42
42
|
},
|
|
43
43
|
"Ubuntu": {
|
|
44
|
-
"20.04": { "x86_64": "ubuntu-2004-lts" },
|
|
44
|
+
"20.04": { "x86_64": "ubuntu-os-pro-cloud/ubuntu-pro-2004-lts" },
|
|
45
45
|
"22.04": { "x86_64": "ubuntu-2204-lts", "arm": "ubuntu-2204-lts-arm64" },
|
|
46
46
|
"24.04": { "x86_64": "ubuntu-2404-lts", "arm": "ubuntu-2404-lts-arm64" }
|
|
47
47
|
},
|
|
@@ -91,7 +91,8 @@
|
|
|
91
91
|
"18.04": { "x86_64": "litmusimage/ubuntu:18.04" },
|
|
92
92
|
"20.04": { "x86_64": "litmusimage/ubuntu:20.04" },
|
|
93
93
|
"22.04": { "x86_64": "litmusimage/ubuntu:22.04" },
|
|
94
|
-
"24.04": { "x86_64": "litmusimage/ubuntu:24.04" }
|
|
94
|
+
"24.04": { "x86_64": "litmusimage/ubuntu:24.04" },
|
|
95
|
+
"26.04": { "x86_64": "litmusimage/ubuntu:26.04" }
|
|
95
96
|
}
|
|
96
97
|
}
|
|
97
98
|
},
|
data/exe/matrix_from_metadata_v2
CHANGED
|
@@ -66,7 +66,8 @@ DOCKER_PLATFORMS = {
|
|
|
66
66
|
'Ubuntu-18.04' => 'litmusimage/ubuntu:18.04',
|
|
67
67
|
'Ubuntu-20.04' => 'litmusimage/ubuntu:20.04',
|
|
68
68
|
'Ubuntu-22.04' => 'litmusimage/ubuntu:22.04',
|
|
69
|
-
'Ubuntu-24.04' => 'litmusimage/ubuntu:24.04'
|
|
69
|
+
'Ubuntu-24.04' => 'litmusimage/ubuntu:24.04',
|
|
70
|
+
'Ubuntu-26.04' => 'litmusimage/ubuntu:26.04'
|
|
70
71
|
}.freeze
|
|
71
72
|
|
|
72
73
|
# This table uses the latest version in each collection for accurate
|
|
@@ -125,7 +126,7 @@ if ARGV.include?('--provision-service')
|
|
|
125
126
|
'Debian-11' => 'debian-11',
|
|
126
127
|
'Debian-12' => 'debian-12',
|
|
127
128
|
'Debian-13' => 'debian-13',
|
|
128
|
-
'Ubuntu-20.04' => 'ubuntu-2004-lts',
|
|
129
|
+
'Ubuntu-20.04' => 'ubuntu-os-pro-cloud/ubuntu-pro-2004-lts',
|
|
129
130
|
'Ubuntu-22.04' => 'ubuntu-2204-lts',
|
|
130
131
|
'Ubuntu-24.04' => 'ubuntu-2404-lts'
|
|
131
132
|
}
|
data/spec/exe/fake_metadata.json
CHANGED
|
@@ -32,7 +32,8 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
32
32
|
'{"label":"RedHat-9-arm","provider":"provision_service","image":"rhel-9-arm64"},',
|
|
33
33
|
'{"label":"Ubuntu-18.04","provider":"docker","image":"litmusimage/ubuntu:18.04"},',
|
|
34
34
|
'{"label":"Ubuntu-22.04","provider":"docker","image":"litmusimage/ubuntu:22.04"},',
|
|
35
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","image":"ubuntu-2204-lts-arm64"}',
|
|
35
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","image":"ubuntu-2204-lts-arm64"},',
|
|
36
|
+
'{"label":"Ubuntu-26.04","provider":"docker","image":"litmusimage/ubuntu:26.04"}',
|
|
36
37
|
'],',
|
|
37
38
|
'"collection":[',
|
|
38
39
|
'"puppetcore8"',
|
|
@@ -43,7 +44,7 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
43
44
|
expect(github_output_content).to include(
|
|
44
45
|
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
|
|
45
46
|
)
|
|
46
|
-
expect(result.stdout).to include("Created matrix with
|
|
47
|
+
expect(result.stdout).to include("Created matrix with 12 cells:\n - Acceptance Test Cells: 11\n - Spec Test Cells: 1")
|
|
47
48
|
end
|
|
48
49
|
end
|
|
49
50
|
|
|
@@ -76,7 +77,8 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
76
77
|
'{"label":"RedHat-9","provider":"provision_service","image":"rhel-9"},',
|
|
77
78
|
'{"label":"RedHat-9-arm","provider":"provision_service","image":"rhel-9-arm64"},',
|
|
78
79
|
'{"label":"Ubuntu-22.04","provider":"docker","image":"litmusimage/ubuntu:22.04"},',
|
|
79
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","image":"ubuntu-2204-lts-arm64"}',
|
|
80
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","image":"ubuntu-2204-lts-arm64"},',
|
|
81
|
+
'{"label":"Ubuntu-26.04","provider":"docker","image":"litmusimage/ubuntu:26.04"}',
|
|
80
82
|
'],',
|
|
81
83
|
'"collection":[',
|
|
82
84
|
'"puppetcore8"',
|
|
@@ -87,7 +89,7 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
87
89
|
expect(github_output_content).to include(
|
|
88
90
|
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
|
|
89
91
|
)
|
|
90
|
-
expect(result.stdout).to include("Created matrix with
|
|
92
|
+
expect(result.stdout).to include("Created matrix with 11 cells:\n - Acceptance Test Cells: 10\n - Spec Test Cells: 1")
|
|
91
93
|
end
|
|
92
94
|
end
|
|
93
95
|
|
|
@@ -117,7 +119,8 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
117
119
|
'{"label":"RedHat-10","provider":"provision_service","image":"rhel-10"},',
|
|
118
120
|
'{"label":"RedHat-10-arm","provider":"provision_service","image":"rhel-10-arm64"},',
|
|
119
121
|
'{"label":"RedHat-9-arm","provider":"provision_service","image":"rhel-9-arm64"},',
|
|
120
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","image":"ubuntu-2204-lts-arm64"}',
|
|
122
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","image":"ubuntu-2204-lts-arm64"},',
|
|
123
|
+
'{"label":"Ubuntu-26.04","provider":"docker","image":"litmusimage/ubuntu:26.04"}',
|
|
121
124
|
'],',
|
|
122
125
|
'"collection":[',
|
|
123
126
|
'"puppetcore8"',
|
|
@@ -128,7 +131,7 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
128
131
|
expect(github_output_content).to include(
|
|
129
132
|
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
|
|
130
133
|
)
|
|
131
|
-
expect(result.stdout).to include("Created matrix with
|
|
134
|
+
expect(result.stdout).to include("Created matrix with 6 cells:\n - Acceptance Test Cells: 5\n - Spec Test Cells: 1")
|
|
132
135
|
end
|
|
133
136
|
end
|
|
134
137
|
|
|
@@ -156,7 +159,8 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
156
159
|
'{"label":"AmazonLinux-2","provider":"docker","image":"litmusimage/amazonlinux:2"},',
|
|
157
160
|
'{"label":"AmazonLinux-2023","provider":"docker","image":"litmusimage/amazonlinux:2023"},',
|
|
158
161
|
'{"label":"Ubuntu-18.04","provider":"docker","image":"litmusimage/ubuntu:18.04"},',
|
|
159
|
-
'{"label":"Ubuntu-22.04","provider":"docker","image":"litmusimage/ubuntu:22.04"}',
|
|
162
|
+
'{"label":"Ubuntu-22.04","provider":"docker","image":"litmusimage/ubuntu:22.04"},',
|
|
163
|
+
'{"label":"Ubuntu-26.04","provider":"docker","image":"litmusimage/ubuntu:26.04"}',
|
|
160
164
|
'],',
|
|
161
165
|
'"collection":[',
|
|
162
166
|
'"puppetcore8"',
|
|
@@ -167,7 +171,7 @@ RSpec.describe 'matrix_from_metadata_v2' do
|
|
|
167
171
|
expect(github_output_content).to include(
|
|
168
172
|
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
|
|
169
173
|
)
|
|
170
|
-
expect(result.stdout).to include("Created matrix with
|
|
174
|
+
expect(result.stdout).to include("Created matrix with 6 cells:\n - Acceptance Test Cells: 5\n - Spec Test Cells: 1")
|
|
171
175
|
end
|
|
172
176
|
end
|
|
173
177
|
end
|
|
@@ -28,7 +28,8 @@ RSpec.describe 'matrix_from_metadata_v3' do
|
|
|
28
28
|
'{"label":"AmazonLinux-2","provider":"docker","arch":"x86_64","image":"litmusimage/amazonlinux:2","runner":"ubuntu-22.04"},',
|
|
29
29
|
'{"label":"AmazonLinux-2023","provider":"docker","arch":"x86_64","image":"litmusimage/amazonlinux:2023","runner":"ubuntu-22.04"},',
|
|
30
30
|
'{"label":"Ubuntu-18.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:18.04","runner":"ubuntu-22.04"},',
|
|
31
|
-
'{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"}',
|
|
31
|
+
'{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"},',
|
|
32
|
+
'{"label":"Ubuntu-26.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:26.04","runner":"ubuntu-latest"}',
|
|
32
33
|
'],',
|
|
33
34
|
'"collection":[',
|
|
34
35
|
'"puppetcore8","puppetcore9"',
|
|
@@ -63,7 +64,8 @@ RSpec.describe 'matrix_from_metadata_v3' do
|
|
|
63
64
|
'{"label":"RedHat-10-arm","provider":"provision_service","arch":"arm","image":"rhel-10-arm64","runner":"ubuntu-latest"},',
|
|
64
65
|
'{"label":"Ubuntu-18.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:18.04","runner":"ubuntu-22.04"},',
|
|
65
66
|
'{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"},',
|
|
66
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
|
67
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"},',
|
|
68
|
+
'{"label":"Ubuntu-26.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:26.04","runner":"ubuntu-latest"}',
|
|
67
69
|
'],',
|
|
68
70
|
'"collection":[',
|
|
69
71
|
'"puppetcore8","puppetcore9"',
|
|
@@ -105,7 +107,8 @@ RSpec.describe 'matrix_from_metadata_v3' do
|
|
|
105
107
|
'{"label":"RedHat-10-arm","provider":"provision_service","arch":"arm","image":"rhel-10-arm64","runner":"ubuntu-latest"},',
|
|
106
108
|
'{"label":"Ubuntu-18.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:18.04","runner":"ubuntu-22.04"},',
|
|
107
109
|
'{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"},',
|
|
108
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
|
110
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"},',
|
|
111
|
+
'{"label":"Ubuntu-26.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:26.04","runner":"ubuntu-latest"}',
|
|
109
112
|
'],',
|
|
110
113
|
'"collection":[',
|
|
111
114
|
'"puppetcore8","puppetcore9"',
|
|
@@ -146,7 +149,8 @@ RSpec.describe 'matrix_from_metadata_v3' do
|
|
|
146
149
|
'{"label":"RedHat-10","provider":"provision_service","arch":"x86_64","image":"rhel-10","runner":"ubuntu-latest"},',
|
|
147
150
|
'{"label":"RedHat-10-arm","provider":"provision_service","arch":"arm","image":"rhel-10-arm64","runner":"ubuntu-latest"},',
|
|
148
151
|
'{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"},',
|
|
149
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
|
152
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"},',
|
|
153
|
+
'{"label":"Ubuntu-26.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:26.04","runner":"ubuntu-latest"}',
|
|
150
154
|
'],',
|
|
151
155
|
'"collection":[',
|
|
152
156
|
'"puppetcore8","puppetcore9"',
|
|
@@ -180,6 +184,7 @@ RSpec.describe 'matrix_from_metadata_v3' do
|
|
|
180
184
|
[
|
|
181
185
|
'matrix={',
|
|
182
186
|
'"platforms":[',
|
|
187
|
+
'{"label":"Ubuntu-26.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:26.04","runner":"ubuntu-latest"}',
|
|
183
188
|
'],',
|
|
184
189
|
'"collection":[',
|
|
185
190
|
'"puppetcore8","puppetcore9"',
|
|
@@ -262,7 +267,8 @@ RSpec.describe 'matrix_from_metadata_v3' do
|
|
|
262
267
|
'{"label":"RedHat-10-arm","provider":"provision_service","arch":"arm","image":"rhel-10-arm64","runner":"ubuntu-latest"},',
|
|
263
268
|
'{"label":"Ubuntu-18.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:18.04","runner":"ubuntu-22.04"},',
|
|
264
269
|
'{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"},',
|
|
265
|
-
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
|
270
|
+
'{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"},',
|
|
271
|
+
'{"label":"Ubuntu-26.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:26.04","runner":"ubuntu-latest"}',
|
|
266
272
|
'],',
|
|
267
273
|
'"collection":[',
|
|
268
274
|
'"puppetcore8-nightly","puppetcore9-nightly"',
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet_litmus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bolt
|