Skip to content

Commit

Permalink
Disable linux-x64 dev-innerloop (#108581)
Browse files Browse the repository at this point in the history
* Disable linux-x64 dev-innerloop

* Add 'disabled against' comment
  • Loading branch information
am11 authored Oct 13, 2024
1 parent 79cd4a1 commit 7b69459
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,23 +298,24 @@ 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 }}
# disabled against https://github.com/dotnet/runtime/issues/108821
#- ${{ 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
Expand Down

0 comments on commit 7b69459

Please sign in to comment.