Skip to content

Commit

Permalink
Revert "Disable linux-x64 dev-innerloop (dotnet#108581)"
Browse files Browse the repository at this point in the history
This reverts commit 7b69459.
  • Loading branch information
ericstj committed Oct 14, 2024
1 parent adba54d commit 64ffe46
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,24 +298,23 @@ 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:
# 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
Expand Down

0 comments on commit 64ffe46

Please sign in to comment.