Skip to content

Allow explicit manual runs of mirror pipeline #41736

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

Merged
merged 6 commits into from
May 19, 2022
Merged

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented May 18, 2022

In case we ever need to trigger this manually, surface a checkbox to the user. Test build worked (though couldn't actually do any mirroring, since the variable group we use is only available on branches named main)

@wtgodbe wtgodbe requested a review from adityamandaleeka May 18, 2022 16:17
@wtgodbe wtgodbe requested review from a team and dougbu as code owners May 18, 2022 16:17
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 18, 2022
# Run the pipeline manually (usually disallowed)
- name: manualRun
default: false
displayName: Are you sure you want to run this pipeline manually?
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you explain the point of this confirmation❔

Copy link
Member Author

Choose a reason for hiding this comment

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

The use case of this pipeline is pretty narrow, and given that we're making users explicitly opt-in to running it manually, I think it makes sense to ask for confirmation.

@wtgodbe wtgodbe merged commit 2f4bd9b into main May 19, 2022
@wtgodbe wtgodbe deleted the wtgodbe/ExplicitMirror branch May 19, 2022 19:45
@ghost ghost added this to the 7.0-preview5 milestone May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants