Skip to content

Commit 0710294

Browse files
committed
Disable N-1 Alpine leg
1 parent 355aed1 commit 0710294

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

eng/pipelines/templates/stages/vmr-build.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -127,26 +127,27 @@ stages:
127127
reuseBuildArtifactsFrom:
128128
- ${{ format('{0}_Online_MsftSdk_x64', variables.centOSStreamName) }}
129129

130-
- template: ../jobs/vmr-build.yml
131-
parameters:
132-
# Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
133-
buildName: ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.alpinePreviousName) }}
134-
isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
135-
vmrBranch: ${{ variables.VmrBranch }}
136-
targetArchitecture: x64
137-
artifactsRid: ${{ variables.alpinePreviousX64Rid }}
138-
pool: ${{ parameters.pool_Linux }}
139-
container:
140-
name: ${{ variables.alpinePreviousContainerName }}
141-
image: ${{ variables.alpinePreviousContainerImage }}
142-
targetRid: ${{ variables.alpinePreviousX64Rid }}
143-
buildFromArchive: false # 🚫
144-
buildSourceOnly: true #
145-
enablePoison: true #
146-
excludeOmniSharpTests: true #
147-
runOnline: false # 🚫
148-
useMonoRuntime: false # 🚫
149-
withPreviousSDK: true #
130+
# Disabled due to https://github.com/dotnet/source-build/issues/4819
131+
# - template: ../jobs/vmr-build.yml
132+
# parameters:
133+
# # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
134+
# buildName: ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.alpinePreviousName) }}
135+
# isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
136+
# vmrBranch: ${{ variables.VmrBranch }}
137+
# targetArchitecture: x64
138+
# artifactsRid: ${{ variables.alpinePreviousX64Rid }}
139+
# pool: ${{ parameters.pool_Linux }}
140+
# container:
141+
# name: ${{ variables.alpinePreviousContainerName }}
142+
# image: ${{ variables.alpinePreviousContainerImage }}
143+
# targetRid: ${{ variables.alpinePreviousX64Rid }}
144+
# buildFromArchive: false # 🚫
145+
# buildSourceOnly: true # ✅
146+
# enablePoison: true # ✅
147+
# excludeOmniSharpTests: true # ✅
148+
# runOnline: false # 🚫
149+
# useMonoRuntime: false # 🚫
150+
# withPreviousSDK: true # ✅
150151

151152
- template: ../jobs/vmr-build.yml
152153
parameters:

0 commit comments

Comments
 (0)