Skip to content

Commit d9864f2

Browse files
Merge pull request #584 from puppetlabs/deprecate_matrix_from_metadata_v2
breaking: mark matrix_from_metadata_v2 as deprecated in output
2 parents 53e71f7 + 324dbad commit d9864f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exe/matrix_from_metadata_v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ if metadata.key?('requirements') && metadata['requirements'].length.positive?
229229
end
230230
end
231231

232+
puts '::warning::matrix_from_metadata_v2 is now deprecated and will be removed in puppet_litmus v3, please migrate to matrix_from_metadata_v3.'
232233
# Set to defaults (all collections) if no matches are found
233234
matrix[:collection] = COLLECTION_TABLE.map { |collection| "puppet#{collection[:puppet_maj_version]}-nightly" } if matrix[:collection].empty?
234235
# Just to make sure there aren't any duplicates

0 commit comments

Comments
 (0)