-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[infra] Use manual trigger for runtime-ioslike pipeline again #120657
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reverts a previous change that restricted the runtime-ioslike pipeline to run only on PRs affecting specific Mono LLVM-related files. The change removes automatic PR triggering to improve user experience by allowing manual pipeline execution for any changes.
- Removes automatic PR trigger configuration that was limited to specific file paths
- Returns to manual trigger-only behavior for the runtime-ioslike pipeline
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run list |
No pipelines are associated with this pull request. |
/azp run runtime-maccatalyst |
No pipelines are associated with this pull request. |
Partial revert of 41e2b8c due to bad user experience with being unable to run the
runtime-ioslike
pipeline on changes affecting files outside of the trigger scope. The other option was to do refactor like this #111967 but that added an insignificant amount of complexity and was never approved thus reverting the original change and going back to the previous behavior.Leaving the
runtime-llvm
pipeline trigger as is.fyi: this need to be paired with changing the PR trigger on azdo pipeline to not run this pipeline on all PRs.