Uh oh!
There was an error while loading. Please reload this page.
[release/11.0] Update Helix Job Monitor to 11.0.0-beta.26427.10 - #132869
Merged
mmitche merged 1 commit intoAug 28, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8b8f5df4-d7f7-4953-93af-59c1932e3607
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned Helix Job Monitor tool/package to 11.0.0-beta.26427.10 (from dotnet/arcade commit 2cdfe99944d984749c8bdfc7d8d6a2589ed15d6d) and re-enables the Helix Job Monitor job in the runtime.yml pipeline by setting enableHelixJobMonitor back to true.
Changes:
- Bump
Microsoft.DotNet.Helix.JobMonitordependency metadata ineng/Version.Details.xml(including source repo URI/SHA). - Update the corresponding package/tool versions in
eng/Version.Details.propsand.config/dotnet-tools.json. - Re-enable the job monitor in
eng/pipelines/runtime.ymlby settingenableHelixJobMonitor: true.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Version.Details.xml | Updates the Microsoft.DotNet.Helix.JobMonitor dependency version and points it to the dotnet/arcade commit SHA. |
| eng/Version.Details.props | Updates MicrosoftDotNetHelixJobMonitorPackageVersion to match the new tool/package version. |
| eng/pipelines/runtime.yml | Sets enableHelixJobMonitor to true so the Helix Job Monitor job runs again in this pipeline. |
| .config/dotnet-tools.json | Updates the local tool manifest entry for microsoft.dotnet.helix.jobmonitor to the new version. |
This was referenced Aug 28, 2026
premun
approved these changes
Aug 28, 2026
steveisok
approved these changes
Aug 28, 2026
mmitche
commented
Aug 28, 2026
MemberAuthor
/ba-g unrelated failures |
Uh oh!
There was an error while loading. Please reload this page.
mmitche
deleted the
mmitche/update-helix-job-monitor-26427-10-release-11.0
branch
August 28, 2026 13:32
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 freeto 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.JobMonitor to 11.0.0-beta.26427.10 from dotnet/arcade commit 2cdfe99944d984749c8bdfc7d8d6a2589ed15d6d.
Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=3059358
Re-enables the Helix Job Monitor in the runtime pipeline. The history audit since 2026-08-22 found no recent disable commit on this release branch, so only the runtime.yml monitor variable is restored.