[infra] Use manual trigger for runtime-ioslike pipeline again#120657
Merged
matouskozak merged 2 commits intodotnet:mainfrom Oct 13, 2025
Merged
[infra] Use manual trigger for runtime-ioslike pipeline again#120657matouskozak merged 2 commits intodotnet:mainfrom
matouskozak merged 2 commits intodotnet:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
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
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
kotlarmilos
approved these changes
Oct 13, 2025
Member
Author
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run list |
|
No pipelines are associated with this pull request. |
Member
Author
|
/azp run runtime-maccatalyst |
|
No pipelines are associated with this pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Partial revert of 41e2b8c due to bad user experience with being unable to run the
runtime-ioslikepipeline 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-llvmpipeline 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.