Update Helix Job Monitor to preserve failures - #68561
Open
mmitche wants to merge 1 commit into
Open
Conversation
Use the first Arcade build containing dotnet/arcade#17325 so independent Helix jobs on the same queue cannot overwrite failed work-item outcomes with passing outcomes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 01b2186b-0f3d-4af9-8b53-ca637bc8e374
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned Microsoft.DotNet.Helix.JobMonitor tool/package version to a newer Arcade build that preserves failing work-item outcomes (avoiding later passing subset jobs overwriting earlier failures in Helix job monitoring).
Changes:
- Bump
Microsoft.DotNet.Helix.JobMonitorfrom11.0.0-beta.26412.2to11.0.0-beta.26412.5. - Update the corresponding Arcade commit SHA in
Version.Details.xml. - Update the local .NET tool manifest to match the new Job Monitor version.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Version.Details.xml | Updates the JobMonitor dependency version and Arcade source SHA. |
| eng/Version.Details.props | Updates the JobMonitor package version property used by build infrastructure. |
| .config/dotnet-tools.json | Updates the pinned local dotnet-helix-job-monitor tool version. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Youssef1313
approved these changes
Aug 15, 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.
Updates
Microsoft.DotNet.Helix.JobMonitorfrom11.0.0-beta.26412.2to11.0.0-beta.26412.5.The older monitor used the AzDO submitter and Helix queue as the work-item outcome key. Independent subset jobs on the same queue could therefore overwrite a failed work item with a later passing work item of the same name. This caused build 1553410 for #68517 to report success despite three real test failures.
The updated package is built from dotnet/arcade@4e948e7, which contains the root-Helix-job lineage fix and regression coverage from dotnet/arcade#17325.
Fixes dotnet/arcade#17346.
cc @wtgodbe