[ci] Auto-trigger uitests and device-tests on darc-* branches#34317
Merged
[ci] Auto-trigger uitests and device-tests on darc-* branches#34317
Conversation
Add darc-* to the CI trigger branch filters so that maui-pr-uitests and maui-pr-devicetests automatically run when dotnet-maestro pushes dependency updates, instead of requiring manual /azp run comments. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 34317Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 34317" |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Pipelines YAML branch filters so MAUI UI tests and device tests automatically run when dotnet-maestro pushes dependency updates to darc-* branches, removing the need for manual /azp run triggers.
Changes:
- Added
darc-*to the CI trigger branch include list for the UI test pipeline. - Added
darc-*to the CI trigger branch include list for the device test pipeline.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/ci-uitests.yml | Extends CI branch triggers to include darc-* so UI tests run automatically for maestro update branches. |
| eng/pipelines/ci-device-tests.yml | Extends CI branch triggers to include darc-* so device tests run automatically for maestro update branches. |
You can also share your feedback on Copilot code review. Take the survey.
rmarinho
approved these changes
Mar 4, 2026
PureWeen
added a commit
that referenced
this pull request
Mar 4, 2026
<!-- Please let the below note in for people that find this PR --> > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ### Description of Change Add `darc-*` to the `trigger: branches: include:` section in `ci-uitests.yml` and `ci-device-tests.yml` so that `maui-pr-uitests` and `maui-pr-devicetests` automatically run when dotnet-maestro pushes dependency updates to `darc-*` branches. Previously, these pipelines required manual `/azp run` comments on every maestro PR. ### Issues Fixed N/A - CI improvement ### Files Changed - `eng/pipelines/ci-uitests.yml` - Added `darc-*` to CI trigger branch filter - `eng/pipelines/ci-device-tests.yml` - Added `darc-*` to CI trigger branch filter Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
HarishKumarSF4517
pushed a commit
to HarishKumarSF4517/maui
that referenced
this pull request
Mar 5, 2026
…#34317) <!-- Please let the below note in for people that find this PR --> > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ### Description of Change Add `darc-*` to the `trigger: branches: include:` section in `ci-uitests.yml` and `ci-device-tests.yml` so that `maui-pr-uitests` and `maui-pr-devicetests` automatically run when dotnet-maestro pushes dependency updates to `darc-*` branches. Previously, these pipelines required manual `/azp run` comments on every maestro PR. ### Issues Fixed N/A - CI improvement ### Files Changed - `eng/pipelines/ci-uitests.yml` - Added `darc-*` to CI trigger branch filter - `eng/pipelines/ci-device-tests.yml` - Added `darc-*` to CI trigger branch filter Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Mar 6, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description of Change
Add
darc-*to thetrigger: branches: include:section inci-uitests.ymlandci-device-tests.ymlso thatmaui-pr-uitestsandmaui-pr-devicetestsautomatically run when dotnet-maestro pushes dependency updates todarc-*branches.Previously, these pipelines required manual
/azp runcomments on every maestro PR.Issues Fixed
N/A - CI improvement
Files Changed
eng/pipelines/ci-uitests.yml- Addeddarc-*to CI trigger branch filtereng/pipelines/ci-device-tests.yml- Addeddarc-*to CI trigger branch filter