Skip to content

Commit 653dfdf

Browse files
author
Mirroring
committed
Merge commit 'a6f44eeb3168c2f7e3ea8dc877c62b99406513c1'
2 parents 5d9419d + a6f44ee commit 653dfdf

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ jobs:
8181
# Limiting interp runs as we don't need as much coverage.
8282
- (Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64
8383

84-
# Linux s390x
85-
- ${{ if eq(parameters.platform, 'linux_s390x') }}:
86-
- Ubuntu.2004.S390X.Experimental.Open
87-
88-
# Linux PPC64le
89-
- ${{ if eq(parameters.platform, 'linux_ppc64le') }}:
90-
- Ubuntu.2204.PPC64le.Experimental.Open
91-
9284
# OSX arm64
9385
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
9486
- OSX.1200.ARM64.Open

eng/pipelines/runtime-community.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ extends:
7070
eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
7171
eq(dependencies.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
7272
eq(variables['isRollingBuild'], true))
73-
# extra steps, run tests
74-
postBuildSteps:
75-
- template: /eng/pipelines/libraries/helix.yml
76-
parameters:
77-
creator: dotnet-bot
78-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
79-
condition: >-
80-
or(
81-
eq(variables['librariesContainsChange'], true),
82-
eq(variables['monoContainsChange'], true),
83-
eq(variables['isRollingBuild'], true))
8473
8574
#
8675
# Build the whole product using Mono

0 commit comments

Comments
 (0)