ci(retro): switch to sp04 for 252 #2717
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR switches to
252.sp04as last released version of DPF.It switches to using project action variables made of maps as building the combinatory by hand at runtime becomes complicated.
We switch to two new repository variables (to not break current behavior):
ANSYS_VERSIONS_RETRO_WITH_PATCH = [ {version: "251", patch: ""}, {version: "242", patch: ""}, {version: "241", patch: ".sp01"}, {version: "232", patch: ""}, {version: "231", patch: ""}, {version: "222", patch: ""} ]and
ANSYS_VERSION_LAST_RELEASED_WITH_PATCH={version: "252", patch: ".sp04"}Release CI run (failures here are already present for
main)