Skip to content

Add inflight/* branch trigger to UI tests pipeline#33447

Merged
rmarinho merged 1 commit intomainfrom
fix/uitests-inflight-branch-trigger
Jan 9, 2026
Merged

Add inflight/* branch trigger to UI tests pipeline#33447
rmarinho merged 1 commit intomainfrom
fix/uitests-inflight-branch-trigger

Conversation

@PureWeen
Copy link
Member

@PureWeen PureWeen commented Jan 9, 2026

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

The maui-pr-uitests pipeline was not running for PRs targeting inflight/* branches because they were not included in the trigger configuration.

This was discovered in PR #33380 where /azp run maui-pr-uitests returned:

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

Changes

Added inflight/* to both trigger: and pr: branch includes in eng/pipelines/ci-uitests.yml, matching what ci-device-tests.yml already has.

Related

The maui-pr-uitests pipeline was not running for PRs targeting
inflight/* branches because they weren't included in the trigger
configuration. This matches ci-device-tests.yml which already
includes inflight/* branches.
Copilot AI review requested due to automatic review settings January 9, 2026 15:17
Copy link
Contributor

Copilot AI left a 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 adds inflight/* branch triggers to the UI tests pipeline to ensure it runs for PRs targeting inflight branches, resolving an issue where the pipeline was being blocked due to missing trigger configuration.

  • Adds inflight/* to the branch include list for both trigger: and pr: sections in the UI tests pipeline
  • Aligns the UI tests pipeline configuration with existing patterns in ci-device-tests.yml and ci.yml

@rmarinho rmarinho merged commit fdb7d04 into main Jan 9, 2026
21 of 29 checks passed
@rmarinho rmarinho deleted the fix/uitests-inflight-branch-trigger branch January 9, 2026 16:39
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