From 604ce94ae8e2a71bf222fdd91c2e290687c42bef Mon Sep 17 00:00:00 2001 From: Michael Stuckey Date: Thu, 27 Aug 2026 11:39:13 -0700 Subject: [PATCH] Disable Helix Job Monitor in runtime pipelines Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f29085ff-a2c0-45a2-85df-c2fe864a9614 --- eng/pipelines/coreclr/ci.yml | 2 +- eng/pipelines/coreclr/crossgen2-composite.yml | 2 +- eng/pipelines/coreclr/crossgen2-gcstress.yml | 2 +- eng/pipelines/coreclr/crossgen2-outerloop.yml | 2 +- eng/pipelines/coreclr/crossgen2.yml | 2 +- eng/pipelines/coreclr/gc-longrunning.yml | 2 +- eng/pipelines/coreclr/gc-simulator.yml | 2 +- eng/pipelines/coreclr/gc-standalone.yml | 2 +- eng/pipelines/coreclr/gcstress-extra.yml | 2 +- eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml | 2 +- eng/pipelines/coreclr/hardware-intrinsics-arm64.yml | 2 +- eng/pipelines/coreclr/hardware-intrinsics.yml | 2 +- eng/pipelines/coreclr/interpreter.yml | 2 +- eng/pipelines/coreclr/libraries-gcstress-extra.yml | 2 +- eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml | 2 +- eng/pipelines/coreclr/libraries-interpreter.yml | 2 +- eng/pipelines/coreclr/libraries-jitstress-random.yml | 2 +- eng/pipelines/coreclr/libraries-jitstress.yml | 2 +- eng/pipelines/coreclr/libraries-jitstress2-jitstressregs.yml | 2 +- eng/pipelines/coreclr/libraries-jitstressregs.yml | 2 +- eng/pipelines/coreclr/libraries-pgo.yml | 2 +- eng/pipelines/coreclr/r2r-extra.yml | 2 +- eng/pipelines/coreclr/r2r.yml | 2 +- eng/pipelines/coreclr/release-tests.yml | 2 +- eng/pipelines/coreclr/runincontext.yml | 2 +- eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml | 2 +- eng/pipelines/coreclr/tieringtest.yml | 2 +- eng/pipelines/libraries/outerloop-mono.yml | 2 +- eng/pipelines/libraries/outerloop.yml | 2 +- eng/pipelines/runtime-android.yml | 2 +- eng/pipelines/runtime-androidemulator.yml | 2 +- eng/pipelines/runtime-cet.yml | 2 +- eng/pipelines/runtime-extra-platforms.yml | 2 +- eng/pipelines/runtime-ioslike.yml | 2 +- eng/pipelines/runtime-ioslikesimulator.yml | 2 +- eng/pipelines/runtime-llvm.yml | 2 +- eng/pipelines/runtime-maccatalyst.yml | 2 +- eng/pipelines/runtime-sanitized.yml | 2 +- eng/pipelines/runtime-wasm-dbgtests.yml | 2 +- eng/pipelines/runtime-wasm-libtests.yml | 2 +- eng/pipelines/runtime-wasm-non-libtests.yml | 2 +- eng/pipelines/runtime-wasm-optional.yml | 2 +- eng/pipelines/runtime-wasm.yml | 2 +- eng/pipelines/runtimelab.yml | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index ff7581bf8741d4..f14acd393fb056 100644 --- a/eng/pipelines/coreclr/ci.yml +++ b/eng/pipelines/coreclr/ci.yml @@ -32,7 +32,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/crossgen2-composite.yml b/eng/pipelines/coreclr/crossgen2-composite.yml index b34cea6d1b01c5..e737873d0f750f 100644 --- a/eng/pipelines/coreclr/crossgen2-composite.yml +++ b/eng/pipelines/coreclr/crossgen2-composite.yml @@ -3,7 +3,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/crossgen2-gcstress.yml b/eng/pipelines/coreclr/crossgen2-gcstress.yml index 554ed8fe932ee5..f8a88a3ae48547 100644 --- a/eng/pipelines/coreclr/crossgen2-gcstress.yml +++ b/eng/pipelines/coreclr/crossgen2-gcstress.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/crossgen2-outerloop.yml b/eng/pipelines/coreclr/crossgen2-outerloop.yml index ba4a0a61ac25cb..bba417e71d9186 100644 --- a/eng/pipelines/coreclr/crossgen2-outerloop.yml +++ b/eng/pipelines/coreclr/crossgen2-outerloop.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/crossgen2.yml b/eng/pipelines/coreclr/crossgen2.yml index a9909f18319921..8dbf5e90c27d76 100644 --- a/eng/pipelines/coreclr/crossgen2.yml +++ b/eng/pipelines/coreclr/crossgen2.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/gc-longrunning.yml b/eng/pipelines/coreclr/gc-longrunning.yml index d1d4f68d0237d4..31ba5ed169b626 100644 --- a/eng/pipelines/coreclr/gc-longrunning.yml +++ b/eng/pipelines/coreclr/gc-longrunning.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/gc-simulator.yml b/eng/pipelines/coreclr/gc-simulator.yml index b7be29ed4b8166..ef1c7cd1d17e0f 100644 --- a/eng/pipelines/coreclr/gc-simulator.yml +++ b/eng/pipelines/coreclr/gc-simulator.yml @@ -13,7 +13,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/gc-standalone.yml b/eng/pipelines/coreclr/gc-standalone.yml index e8e4be13b2a3a2..e6feafb2a66317 100644 --- a/eng/pipelines/coreclr/gc-standalone.yml +++ b/eng/pipelines/coreclr/gc-standalone.yml @@ -13,7 +13,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/gcstress-extra.yml b/eng/pipelines/coreclr/gcstress-extra.yml index 8637cb5475c535..258e4c5ab6aab8 100644 --- a/eng/pipelines/coreclr/gcstress-extra.yml +++ b/eng/pipelines/coreclr/gcstress-extra.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml b/eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml index 2371342a781970..d5618a81f14a44 100644 --- a/eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml +++ b/eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/hardware-intrinsics-arm64.yml b/eng/pipelines/coreclr/hardware-intrinsics-arm64.yml index 5f0a7d393c816b..fa42b2e491e35c 100644 --- a/eng/pipelines/coreclr/hardware-intrinsics-arm64.yml +++ b/eng/pipelines/coreclr/hardware-intrinsics-arm64.yml @@ -15,7 +15,7 @@ pr: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/hardware-intrinsics.yml b/eng/pipelines/coreclr/hardware-intrinsics.yml index 3e5f8f19532dc4..99e7cec112174f 100644 --- a/eng/pipelines/coreclr/hardware-intrinsics.yml +++ b/eng/pipelines/coreclr/hardware-intrinsics.yml @@ -16,7 +16,7 @@ pr: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/interpreter.yml b/eng/pipelines/coreclr/interpreter.yml index 840a6a26a9f305..06b83f073739b4 100644 --- a/eng/pipelines/coreclr/interpreter.yml +++ b/eng/pipelines/coreclr/interpreter.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-gcstress-extra.yml b/eng/pipelines/coreclr/libraries-gcstress-extra.yml index 30941a98478cd0..e77907922d5190 100644 --- a/eng/pipelines/coreclr/libraries-gcstress-extra.yml +++ b/eng/pipelines/coreclr/libraries-gcstress-extra.yml @@ -12,7 +12,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml b/eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml index 1afddc6afe8690..42f6b5eb658870 100644 --- a/eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml +++ b/eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml @@ -12,7 +12,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-interpreter.yml b/eng/pipelines/coreclr/libraries-interpreter.yml index 429575f366dff0..7ba2194e9d63ed 100644 --- a/eng/pipelines/coreclr/libraries-interpreter.yml +++ b/eng/pipelines/coreclr/libraries-interpreter.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-jitstress-random.yml b/eng/pipelines/coreclr/libraries-jitstress-random.yml index 54ba44d36e440f..e19c404a8e2969 100644 --- a/eng/pipelines/coreclr/libraries-jitstress-random.yml +++ b/eng/pipelines/coreclr/libraries-jitstress-random.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-jitstress.yml b/eng/pipelines/coreclr/libraries-jitstress.yml index 97599190cd607d..12b9e8f618d3ec 100644 --- a/eng/pipelines/coreclr/libraries-jitstress.yml +++ b/eng/pipelines/coreclr/libraries-jitstress.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-jitstress2-jitstressregs.yml b/eng/pipelines/coreclr/libraries-jitstress2-jitstressregs.yml index 1c7836259179c8..05cff4acfc13b8 100644 --- a/eng/pipelines/coreclr/libraries-jitstress2-jitstressregs.yml +++ b/eng/pipelines/coreclr/libraries-jitstress2-jitstressregs.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-jitstressregs.yml b/eng/pipelines/coreclr/libraries-jitstressregs.yml index 3345db103b53f0..f55eb320c7bc78 100644 --- a/eng/pipelines/coreclr/libraries-jitstressregs.yml +++ b/eng/pipelines/coreclr/libraries-jitstressregs.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/libraries-pgo.yml b/eng/pipelines/coreclr/libraries-pgo.yml index c17cdbb551b220..fc52d8e2e87edb 100644 --- a/eng/pipelines/coreclr/libraries-pgo.yml +++ b/eng/pipelines/coreclr/libraries-pgo.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/r2r-extra.yml b/eng/pipelines/coreclr/r2r-extra.yml index 7c7efa512cb850..d8cbb63eee49fd 100644 --- a/eng/pipelines/coreclr/r2r-extra.yml +++ b/eng/pipelines/coreclr/r2r-extra.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/r2r.yml b/eng/pipelines/coreclr/r2r.yml index d28c775dad2b24..ecdc1f9bf75f24 100644 --- a/eng/pipelines/coreclr/r2r.yml +++ b/eng/pipelines/coreclr/r2r.yml @@ -13,7 +13,7 @@ pr: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/release-tests.yml b/eng/pipelines/coreclr/release-tests.yml index 5d479750cb22cc..6f1326123ff8ff 100644 --- a/eng/pipelines/coreclr/release-tests.yml +++ b/eng/pipelines/coreclr/release-tests.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/runincontext.yml b/eng/pipelines/coreclr/runincontext.yml index cb29b5a998df93..ac846d0692b150 100644 --- a/eng/pipelines/coreclr/runincontext.yml +++ b/eng/pipelines/coreclr/runincontext.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml index 81a344b9094585..a77c1b055b14f6 100644 --- a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml +++ b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml @@ -38,7 +38,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/coreclr/tieringtest.yml b/eng/pipelines/coreclr/tieringtest.yml index 48127c834ee785..606b58ee7ef467 100644 --- a/eng/pipelines/coreclr/tieringtest.yml +++ b/eng/pipelines/coreclr/tieringtest.yml @@ -11,7 +11,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/libraries/outerloop-mono.yml b/eng/pipelines/libraries/outerloop-mono.yml index 6fed57a3de3b22..2acc1589e870de 100644 --- a/eng/pipelines/libraries/outerloop-mono.yml +++ b/eng/pipelines/libraries/outerloop-mono.yml @@ -11,7 +11,7 @@ schedules: variables: - template: variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/libraries/outerloop.yml b/eng/pipelines/libraries/outerloop.yml index 52bb975248781f..1685a55fb9caca 100644 --- a/eng/pipelines/libraries/outerloop.yml +++ b/eng/pipelines/libraries/outerloop.yml @@ -12,7 +12,7 @@ schedules: variables: - template: variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-android.yml b/eng/pipelines/runtime-android.yml index 7277c10eef1459..090ba5ae6766cd 100644 --- a/eng/pipelines/runtime-android.yml +++ b/eng/pipelines/runtime-android.yml @@ -7,7 +7,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtime-androidemulator.yml b/eng/pipelines/runtime-androidemulator.yml index 78dbf30d2f8b86..f5e9bb2e73308b 100644 --- a/eng/pipelines/runtime-androidemulator.yml +++ b/eng/pipelines/runtime-androidemulator.yml @@ -8,7 +8,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtime-cet.yml b/eng/pipelines/runtime-cet.yml index c8922d1669241c..7cdb17e6cd2583 100644 --- a/eng/pipelines/runtime-cet.yml +++ b/eng/pipelines/runtime-cet.yml @@ -29,7 +29,7 @@ pr: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-extra-platforms.yml b/eng/pipelines/runtime-extra-platforms.yml index a87dae3b851d76..9a04754ffd5327 100644 --- a/eng/pipelines/runtime-extra-platforms.yml +++ b/eng/pipelines/runtime-extra-platforms.yml @@ -36,7 +36,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-ioslike.yml b/eng/pipelines/runtime-ioslike.yml index cbdbe134af88bf..bb04d7ebac91c4 100644 --- a/eng/pipelines/runtime-ioslike.yml +++ b/eng/pipelines/runtime-ioslike.yml @@ -7,7 +7,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-ioslikesimulator.yml b/eng/pipelines/runtime-ioslikesimulator.yml index 27fb3c305c606b..ca28dbc4494aca 100644 --- a/eng/pipelines/runtime-ioslikesimulator.yml +++ b/eng/pipelines/runtime-ioslikesimulator.yml @@ -8,7 +8,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-llvm.yml b/eng/pipelines/runtime-llvm.yml index c5f0648da3b7dd..595a4945654e6b 100644 --- a/eng/pipelines/runtime-llvm.yml +++ b/eng/pipelines/runtime-llvm.yml @@ -56,7 +56,7 @@ pr: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-maccatalyst.yml b/eng/pipelines/runtime-maccatalyst.yml index 357703add09d61..9b2619a38affa5 100644 --- a/eng/pipelines/runtime-maccatalyst.yml +++ b/eng/pipelines/runtime-maccatalyst.yml @@ -7,7 +7,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-sanitized.yml b/eng/pipelines/runtime-sanitized.yml index 51dbf1e2004bae..74595c530f70df 100644 --- a/eng/pipelines/runtime-sanitized.yml +++ b/eng/pipelines/runtime-sanitized.yml @@ -12,7 +12,7 @@ schedules: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml extends: diff --git a/eng/pipelines/runtime-wasm-dbgtests.yml b/eng/pipelines/runtime-wasm-dbgtests.yml index 420c34497ba563..f41ce809e15669 100644 --- a/eng/pipelines/runtime-wasm-dbgtests.yml +++ b/eng/pipelines/runtime-wasm-dbgtests.yml @@ -4,7 +4,7 @@ pr: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtime-wasm-libtests.yml b/eng/pipelines/runtime-wasm-libtests.yml index 50521c8f9321dd..8493b7658bd7cd 100644 --- a/eng/pipelines/runtime-wasm-libtests.yml +++ b/eng/pipelines/runtime-wasm-libtests.yml @@ -3,7 +3,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtime-wasm-non-libtests.yml b/eng/pipelines/runtime-wasm-non-libtests.yml index b1dc1e06bdd0b7..7afd576553d0e6 100644 --- a/eng/pipelines/runtime-wasm-non-libtests.yml +++ b/eng/pipelines/runtime-wasm-non-libtests.yml @@ -3,7 +3,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtime-wasm-optional.yml b/eng/pipelines/runtime-wasm-optional.yml index 118c6ecb7f38c7..19dd670805807c 100644 --- a/eng/pipelines/runtime-wasm-optional.yml +++ b/eng/pipelines/runtime-wasm-optional.yml @@ -4,7 +4,7 @@ pr: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtime-wasm.yml b/eng/pipelines/runtime-wasm.yml index 60f2bf4154e73b..ee118df16056e4 100644 --- a/eng/pipelines/runtime-wasm.yml +++ b/eng/pipelines/runtime-wasm.yml @@ -7,7 +7,7 @@ trigger: none variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false extends: template: /eng/pipelines/common/templates/pipeline-with-resources.yml diff --git a/eng/pipelines/runtimelab.yml b/eng/pipelines/runtimelab.yml index 92d372a013c98b..ee4da7769c2811 100644 --- a/eng/pipelines/runtimelab.yml +++ b/eng/pipelines/runtimelab.yml @@ -40,7 +40,7 @@ pr: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: true + value: false - template: /eng/pipelines/helix-platforms.yml - ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}: - name: TeamName