Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Lansky <lulansky@microsoft.com>2021-04-21 00:11:10 +0300
committerGitHub <noreply@github.com>2021-04-21 00:11:10 +0300
commit25d20e91c44ddc0b22e1c306d354057c2282b4f1 (patch)
tree1be095e1980b91762fb5480a73203af2e228ea4e /eng/pipelines/runtime.yml
parentb0a3653799793414570102180decd0cb1cf4cbec (diff)
Disable iOS ARM validation (#51481)
* Disable iOS ARM validation * skip SslStream_ClientCertificate_SendsChain test if chain is not valid (#48261) * skip SslStream_ClientCertificate_SendsChain test if chain is not valid * make test conditional * Disable iOS ARM validation further * Code review feedback: Disable also iOS/tvOS/Android Co-authored-by: Tomas Weinfurt <tweinfurt@yahoo.com>
Diffstat (limited to 'eng/pipelines/runtime.yml')
-rw-r--r--eng/pipelines/runtime.yml24
1 files changed, 14 insertions, 10 deletions
diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml
index 5a023d9e4e8..3fac198b603 100644
--- a/eng/pipelines/runtime.yml
+++ b/eng/pipelines/runtime.yml
@@ -263,12 +263,14 @@ jobs:
buildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
runtimeFlavor: mono
platforms:
- - Android_x86
- - Android_arm64
- - tvOS_x64
- - iOS_arm64
- - iOS_x86
- Linux_arm
+
+ # https://github.com/dotnet/runtime/pull/50940
+ # - Android_x86
+ # - Android_arm64
+ # - tvOS_x64
+ # - iOS_x86
+ # - iOS_arm64
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono
@@ -286,12 +288,14 @@ jobs:
buildConfig: Release
runtimeFlavor: mono
platforms:
- - Android_x64
- - Android_arm
- - tvOS_arm64
- - iOS_arm
- - iOS_x64
- Linux_musl_x64
+
+ # https://github.com/dotnet/runtime/pull/50940
+ # - Android_x64
+ # - Android_arm
+ # - tvOS_arm64
+ # - iOS_x64
+ # - iOS_arm
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono