From 5b1545c572471c7eedde55f60253d85ac6a8073b Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:32:31 +0300 Subject: [PATCH 1/2] Disable linux-x64 dev-innerloop --- eng/pipelines/common/platform-matrix.yml | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index 23370eabe21a65..a7156e35665918 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -298,23 +298,23 @@ jobs: # Runtime-dev-innerloop build -- ${{ if containsValue(parameters.platforms, 'linux_x64_dev_innerloop') }}: - - template: xplat-setup.yml - parameters: - jobTemplate: ${{ parameters.jobTemplate }} - helixQueuesTemplate: ${{ parameters.helixQueuesTemplate }} - variables: ${{ parameters.variables }} - osGroup: linux - archType: x64 - targetRid: linux-x64 - platform: linux_x64 - shouldContinueOnError: ${{ parameters.shouldContinueOnError }} - container: linux_x64_dev_innerloop - jobParameters: - runtimeFlavor: ${{ parameters.runtimeFlavor }} - buildConfig: ${{ parameters.buildConfig }} - helixQueueGroup: ${{ parameters.helixQueueGroup }} - ${{ insert }}: ${{ parameters.jobParameters }} +#- ${{ if containsValue(parameters.platforms, 'linux_x64_dev_innerloop') }}: +# - template: xplat-setup.yml +# parameters: +# jobTemplate: ${{ parameters.jobTemplate }} +# helixQueuesTemplate: ${{ parameters.helixQueuesTemplate }} +# variables: ${{ parameters.variables }} +# osGroup: linux +# archType: x64 +# targetRid: linux-x64 +# platform: linux_x64 +# shouldContinueOnError: ${{ parameters.shouldContinueOnError }} +# container: linux_x64_dev_innerloop +# jobParameters: +# runtimeFlavor: ${{ parameters.runtimeFlavor }} +# buildConfig: ${{ parameters.buildConfig }} +# helixQueueGroup: ${{ parameters.helixQueueGroup }} +# ${{ insert }}: ${{ parameters.jobParameters }} - ${{ if containsValue(parameters.platforms, 'linux_musl_x64_dev_innerloop') }}: - template: xplat-setup.yml From 751384d7856b8250e94ddead34ec23906e811f52 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:25:33 +0300 Subject: [PATCH 2/2] Add 'disabled against' comment --- eng/pipelines/common/platform-matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index a7156e35665918..071c779538cd69 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -298,6 +298,7 @@ jobs: # Runtime-dev-innerloop build +# disabled against https://github.com/dotnet/runtime/issues/108821 #- ${{ if containsValue(parameters.platforms, 'linux_x64_dev_innerloop') }}: # - template: xplat-setup.yml # parameters: