Skip to content

Commit

Permalink
[mono][infra] Disable Linux Bionic Libraries test runs (#100980)
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak authored Apr 15, 2024
1 parent 5aee4f4 commit 85fbd98
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

#
# Build the whole product using Mono for Android Linux with Bionic libc
# FIXME: disabled test runs https://github.com/dotnet/runtime/issues/100281
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
Expand Down Expand Up @@ -41,9 +42,9 @@ jobs:
nameSuffix: AllSubsets_Mono
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
timeoutInMinutes: 480
# extra steps, run tests
postBuildSteps:
- template: /eng/pipelines/libraries/helix.yml
parameters:
creator: dotnet-bot
testRunNamePrefixSuffix: Mono_$(_BuildConfig)_LinuxBionic
# extra steps, run tests # FIXME: see https://github.com/dotnet/runtime/issues/100281
# postBuildSteps:
# - template: /eng/pipelines/libraries/helix.yml
# parameters:
# creator: dotnet-bot
# testRunNamePrefixSuffix: Mono_$(_BuildConfig)_LinuxBionic

0 comments on commit 85fbd98

Please sign in to comment.