[release/11.0] Re-enable Helix Job Monitor - #132899
Merged
mmitche merged 1 commit intoAug 29, 2026
Merged
Conversation
|
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 re-enables the Helix Job Monitor across multiple Azure Pipelines definitions on release/11.0 by switching the enableHelixJobMonitor pipeline variable back to true, restoring previously-disabled monitoring behavior.
Changes:
- Set
enableHelixJobMonitortotruein various runtime, libraries, and coreclr pipeline YAMLs. - Restores the conditional inclusion of the Helix Job Monitor job/template in affected pipelines.
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| eng/pipelines/runtimelab.yml | Re-enables Helix Job Monitor for the runtimelab pipeline. |
| eng/pipelines/runtime-wasm.yml | Re-enables Helix Job Monitor for the wasm wrapper pipeline. |
| eng/pipelines/runtime-wasm-optional.yml | Re-enables Helix Job Monitor for the optional wasm pipeline. |
| eng/pipelines/runtime-wasm-non-libtests.yml | Re-enables Helix Job Monitor for wasm non-libtests pipeline. |
| eng/pipelines/runtime-wasm-libtests.yml | Re-enables Helix Job Monitor for wasm libtests pipeline. |
| eng/pipelines/runtime-wasm-dbgtests.yml | Re-enables Helix Job Monitor for wasm debugger tests pipeline. |
| eng/pipelines/runtime-sanitized.yml | Re-enables Helix Job Monitor for the sanitized runtime pipeline. |
| eng/pipelines/runtime-maccatalyst.yml | Re-enables Helix Job Monitor for the MacCatalyst wrapper pipeline. |
| eng/pipelines/runtime-llvm.yml | Re-enables Helix Job Monitor for the LLVM pipeline. |
| eng/pipelines/runtime-ioslikesimulator.yml | Re-enables Helix Job Monitor for the iOS/tvOS simulator wrapper pipeline. |
| eng/pipelines/runtime-ioslike.yml | Re-enables Helix Job Monitor for the iOS/tvOS wrapper pipeline. |
| eng/pipelines/runtime-extra-platforms.yml | Re-enables Helix Job Monitor for the extra-platforms pipeline. |
| eng/pipelines/runtime-cet.yml | Re-enables Helix Job Monitor for the CET pipeline. |
| eng/pipelines/runtime-androidemulator.yml | Re-enables Helix Job Monitor for the Android emulator wrapper pipeline. |
| eng/pipelines/runtime-android.yml | Re-enables Helix Job Monitor for the Android wrapper pipeline. |
| eng/pipelines/libraries/outerloop.yml | Re-enables Helix Job Monitor for libraries outerloop pipeline. |
| eng/pipelines/libraries/outerloop-mono.yml | Re-enables Helix Job Monitor for libraries outerloop mono pipeline. |
| eng/pipelines/coreclr/tieringtest.yml | Re-enables Helix Job Monitor for coreclr tiering test pipeline. |
| eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml | Re-enables Helix Job Monitor for coreclr NativeAOT outerloop pipeline. |
| eng/pipelines/coreclr/runincontext.yml | Re-enables Helix Job Monitor for coreclr run-in-context pipeline. |
| eng/pipelines/coreclr/release-tests.yml | Re-enables Helix Job Monitor for coreclr release tests pipeline. |
| eng/pipelines/coreclr/r2r.yml | Re-enables Helix Job Monitor for coreclr R2R pipeline. |
| eng/pipelines/coreclr/r2r-extra.yml | Re-enables Helix Job Monitor for coreclr R2R extra pipeline. |
| eng/pipelines/coreclr/libraries-pgo.yml | Re-enables Helix Job Monitor for coreclr libraries PGO pipeline. |
| eng/pipelines/coreclr/libraries-jitstressregs.yml | Re-enables Helix Job Monitor for coreclr libraries jitstressregs pipeline. |
| eng/pipelines/coreclr/libraries-jitstress2-jitstressregs.yml | Re-enables Helix Job Monitor for coreclr libraries jitstress2+jitstressregs pipeline. |
| eng/pipelines/coreclr/libraries-jitstress.yml | Re-enables Helix Job Monitor for coreclr libraries jitstress pipeline. |
| eng/pipelines/coreclr/libraries-jitstress-random.yml | Re-enables Helix Job Monitor for coreclr libraries jitstress-random pipeline. |
| eng/pipelines/coreclr/libraries-interpreter.yml | Re-enables Helix Job Monitor for coreclr libraries interpreter pipeline. |
| eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml | Re-enables Helix Job Monitor for coreclr libraries gcstress pipeline. |
| eng/pipelines/coreclr/libraries-gcstress-extra.yml | Re-enables Helix Job Monitor for coreclr libraries gcstress-extra pipeline. |
| eng/pipelines/coreclr/interpreter.yml | Re-enables Helix Job Monitor for coreclr interpreter pipeline. |
| eng/pipelines/coreclr/hardware-intrinsics.yml | Re-enables Helix Job Monitor for coreclr hardware-intrinsics pipeline. |
| eng/pipelines/coreclr/hardware-intrinsics-arm64.yml | Re-enables Helix Job Monitor for coreclr hardware-intrinsics-arm64 pipeline. |
| eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml | Re-enables Helix Job Monitor for coreclr gcstress pipeline. |
| eng/pipelines/coreclr/gcstress-extra.yml | Re-enables Helix Job Monitor for coreclr gcstress-extra pipeline. |
| eng/pipelines/coreclr/gc-standalone.yml | Re-enables Helix Job Monitor for coreclr gc-standalone pipeline. |
| eng/pipelines/coreclr/gc-simulator.yml | Re-enables Helix Job Monitor for coreclr gc-simulator pipeline. |
| eng/pipelines/coreclr/gc-longrunning.yml | Re-enables Helix Job Monitor for coreclr gc-longrunning pipeline. |
| eng/pipelines/coreclr/crossgen2.yml | Re-enables Helix Job Monitor for coreclr crossgen2 pipeline. |
| eng/pipelines/coreclr/crossgen2-outerloop.yml | Re-enables Helix Job Monitor for coreclr crossgen2 outerloop pipeline. |
| eng/pipelines/coreclr/crossgen2-gcstress.yml | Re-enables Helix Job Monitor for coreclr crossgen2 gcstress pipeline. |
| eng/pipelines/coreclr/crossgen2-composite.yml | Re-enables Helix Job Monitor for coreclr crossgen2 composite pipeline. |
| eng/pipelines/coreclr/ci.yml | Re-enables Helix Job Monitor for coreclr CI pipeline. |
This was referenced Aug 28, 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.
Re-enables the Helix Job Monitor configurations temporarily disabled by #132880.
The fixed
11.0.0-beta.26427.10package is now present through #132869. This keeps the conditional stage behavior added by #132883 and #132885.