Uh oh!
There was an error while loading. Please reload this page.
Temporarily disable the Helix Job Monitor - #132806
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 810f897d-3e88-4973-9e90-5e76fb0ba4bc
|
Azure Pipelines: Successfully started running 5 pipeline(s). 11 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: @akoeplinger, @matouskozak, @simonrozsival |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR disables the Helix Job Monitor for the runtime Azure DevOps pipeline by switching the enableHelixJobMonitor pipeline variable from true to false, which prevents the monitor job template from being included and causes Helix submissions to not opt into monitor-specific behavior.
Changes:
- Set
enableHelixJobMonitortofalseineng/pipelines/runtime.yml. - As a result, the conditional inclusion of
/eng/common/core-templates/job/helix-job-monitor.ymlis skipped in theBuildstage. - Helix job submission templates that receive
useHelixMonitor: ${{ variables.enableHelixJobMonitor }}will now receivefalsefor this pipeline.
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 27, 2026
Open
mmitche added a commit
that referenced
this pull request
Aug 28, 2026
Updates Microsoft.DotNet.Helix.JobMonitor to the fixed `11.0.0-beta.26427.10` build and refreshes the dependency metadata. Also restores the monitor settings temporarily disabled by #132806 and #132847. Published by: https://dev.azure.com/dnceng/internal/_build/results?buildId=3059358 Copilot-Session: 8b8f5df4-d7f7-4953-93af-59c1932e3607
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.
Temporarily disables the standalone Helix Job Monitor in the runtime pipeline while the Azure DevOps result upload behavior is investigated and validated.\n\nThis is intentionally limited to the runtime pipeline variable and should be reverted once validation is complete.