|
30 | 30 | '{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"}',
|
31 | 31 | '],',
|
32 | 32 | '"collection":[',
|
33 |
| - '"puppetcore8"', |
| 33 | + '"puppetcore8-nightly"', |
34 | 34 | ']',
|
35 | 35 | '}'
|
36 | 36 | ].join
|
|
63 | 63 | '{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
64 | 64 | '],',
|
65 | 65 | '"collection":[',
|
66 |
| - '"puppetcore8"', |
| 66 | + '"puppetcore8-nightly"', |
67 | 67 | ']',
|
68 | 68 | '}'
|
69 | 69 | ].join
|
|
103 | 103 | '{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
104 | 104 | '],',
|
105 | 105 | '"collection":[',
|
106 |
| - '"puppetcore8"', |
| 106 | + '"puppetcore8-nightly"', |
107 | 107 | ']',
|
108 | 108 | '}'
|
109 | 109 | ].join
|
|
142 | 142 | '{"label":"Ubuntu-22.04-arm","provider":"provision_service","arch":"arm","image":"ubuntu-2204-lts-arm64","runner":"ubuntu-latest"}',
|
143 | 143 | '],',
|
144 | 144 | '"collection":[',
|
145 |
| - '"puppetcore8"', |
| 145 | + '"puppetcore8-nightly"', |
146 | 146 | ']',
|
147 | 147 | '}'
|
148 | 148 | ].join
|
|
175 | 175 | '"platforms":[',
|
176 | 176 | '],',
|
177 | 177 | '"collection":[',
|
178 |
| - '"puppetcore8"', |
| 178 | + '"puppetcore8-nightly"', |
179 | 179 | ']',
|
180 | 180 | '}'
|
181 | 181 | ].join
|
|
215 | 215 | '{"label":"Ubuntu-22.04","provider":"docker","arch":"x86_64","image":"litmusimage/ubuntu:22.04","runner":"ubuntu-latest"}',
|
216 | 216 | '],',
|
217 | 217 | '"collection":[',
|
218 |
| - '"puppetcore8"', |
| 218 | + '"puppetcore8-nightly"', |
219 | 219 | ']',
|
220 | 220 | '}'
|
221 | 221 | ].join
|
|
233 | 233 | '::group::spec_matrix'
|
234 | 234 | )
|
235 | 235 | expect(github_output_content).to include(
|
236 |
| - '"collection":["2023.8.4-puppet_enterprise","2021.7.9-puppet_enterprise","puppetcore8"' |
| 236 | + '"collection":["2023.8.4-puppet_enterprise","2021.7.9-puppet_enterprise","puppetcore8-nightly"' |
237 | 237 | )
|
238 | 238 | expect(github_output_content).to include(
|
239 | 239 | 'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
|
|
0 commit comments