Remove ineffective blanket integration-test retry - #36994
Merged
Conversation
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove ineffective blanket integration-test retry
Remove ineffective blanket integration-test retry
Jul 31, 2026
Member
|
Part of EngThrive P80 reduction. This accounts for a fairly large slice of Maui's P80 contribution. |
mmitche
approved these changes
Jul 31, 2026
mmitche
marked this pull request as ready for review
July 31, 2026 19:04
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the blanket Azure Pipelines task-level retry for integration tests, reducing wasted reruns of deterministic failures and reclaiming CI time in the maui-pr integration stage.
Changes:
- Removed
retryCountOnTaskFailure: 1from the integration testrun-dotnet-preview.ymlinvocation. - Leaves all test filtering, environment setup, and result publishing behavior unchanged.
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 36994Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 36994" |
Redth
approved these changes
Jul 31, 2026
Member
|
Thanks @Redth Merge when ready. |
kubaflo
approved these changes
Aug 1, 2026
This was referenced Aug 2, 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!
Analysis of 744
maui-prbuilds in July 2026 showed that 98.2% of integration-test retries reproduced identical failures, with only a 0.56% task-recovery rate, while consuming ~211 machine-hours and adding ~53 hours of wall-clock pipeline delay.Changes
eng/pipelines/arcade/stage-integration-tests.yml: RemoveretryCountOnTaskFailure: 1from theRun Integration Teststask.