Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Migrate to DownloadPipelineArtifact@2 task #2275

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dl3sdo
Copy link
Member

@dl3sdo dl3sdo commented Aug 22, 2024

React to warning that the DownloadPipelineArtifact@0 task is deprecated and that the latest version of the DownloadPipelineArtifact task shall be used instead.

React to warning that the DownloadPipelineArtifact@0 task is deprecated
and that the latest version of the DownloadPipelineArtifact task shall
be used instead.
Comment on lines 64 to 65
buildVersionToDownload: 'latest'
# pipelineId: $(openorienteering.superbuild.buildId)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the part which is left to resolve: Pick a particular build, not the latest.
(IIRC that's why I didn't update this task yet.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand you correct, specifying a particular build instead of the latest one ensures that any yet unstable change of superbuild won't break mapper builds. I now pick the pipeline run that you marked by setting its retention to forever. However, if there is a stable update of superbuild and thus a new pipeline run, then Mapper's setup-common.yml would need to be updated.
BTW: How is the variable openorienteering.superbuild.buildId set? Is this always pointing to the latest build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants