Skip to content

Commit 0f2e63f

Browse files
authored
Disable armv6 in runtime-community pipeline (#104951)
Until the CI image is fixed: #104333
1 parent 75689b3 commit 0f2e63f

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

eng/pipelines/runtime-community.yml

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -111,37 +111,38 @@ extends:
111111
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
112112
eq(variables['isRollingBuild'], true))
113113
114+
# disable armv6 until https://github.com/dotnet/runtime/issues/104333 is fixed
114115
#
115116
# Build the whole product using Mono and run libraries tests
116117
#
117-
- template: /eng/pipelines/common/platform-matrix.yml
118-
parameters:
119-
jobTemplate: /eng/pipelines/common/global-build-job.yml
120-
helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
121-
buildConfig: Release
122-
runtimeFlavor: mono
123-
platforms:
124-
- linux_armv6
125-
variables:
126-
# map dependencies variables to local variables
127-
- name: librariesContainsChange
128-
value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
129-
- name: monoContainsChange
130-
value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'] ]
131-
jobParameters:
132-
testScope: innerloop
133-
nameSuffix: AllSubsets_Mono
134-
buildArgs: -s mono+clr.iltools+clr.packages+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
135-
timeoutInMinutes: 120
136-
condition: >-
137-
or(
138-
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
139-
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
140-
eq(variables['isRollingBuild'], true))
141-
${{ if eq(variables['isRollingBuild'], true) }}:
142-
# extra steps, run tests
143-
postBuildSteps:
144-
- template: /eng/pipelines/libraries/helix.yml
145-
parameters:
146-
creator: dotnet-bot
147-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
118+
#- template: /eng/pipelines/common/platform-matrix.yml
119+
# parameters:
120+
# jobTemplate: /eng/pipelines/common/global-build-job.yml
121+
# helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
122+
# buildConfig: Release
123+
# runtimeFlavor: mono
124+
# platforms:
125+
# - linux_armv6
126+
# variables:
127+
# # map dependencies variables to local variables
128+
# - name: librariesContainsChange
129+
# value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
130+
# - name: monoContainsChange
131+
# value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'] ]
132+
# jobParameters:
133+
# testScope: innerloop
134+
# nameSuffix: AllSubsets_Mono
135+
# buildArgs: -s mono+clr.iltools+clr.packages+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
136+
# timeoutInMinutes: 120
137+
# condition: >-
138+
# or(
139+
# eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
140+
# eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
141+
# eq(variables['isRollingBuild'], true))
142+
# ${{ if eq(variables['isRollingBuild'], true) }}:
143+
# # extra steps, run tests
144+
# postBuildSteps:
145+
# - template: /eng/pipelines/libraries/helix.yml
146+
# parameters:
147+
# creator: dotnet-bot
148+
# testRunNamePrefixSuffix: Mono_$(_BuildConfig)

0 commit comments

Comments
 (0)