Disable failing jobs in PR testing. (#1283)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 6 Jan 2020 02:06:07 +0000 (18:06 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 02:06:07 +0000 (18:06 -0800)
* Disable failing jobs in PR testing.

* Disable the same in runtime file.

eng/pipelines/coreclr/pr.yml
eng/pipelines/runtime.yml

index 0d8691f..2d915f8 100644 (file)
@@ -133,7 +133,7 @@ jobs:
     - Linux_musl_x64
     - Linux_x64
     - OSX_x64
-    - Windows_NT_arm
+    # - Windows_NT_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed.
     - Windows_NT_arm64
     - Windows_NT_x64
     - Windows_NT_x86
@@ -171,7 +171,7 @@ jobs:
     jobTemplate: /eng/pipelines/coreclr/templates/crossgen-comparison-job.yml
     buildConfig: checked
     platforms:
-    - Linux_arm
+    # - Linux_arm Return this when https://github.com/dotnet/runtime/issues/1282 is fixed.
     helixQueueGroup: pr
     helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
     jobParameters:
index c1b4cd0..f3b0fd2 100644 (file)
@@ -111,7 +111,7 @@ jobs:
     platforms:
     - OSX_x64
     - Linux_x64
-    - Linux_arm
+    # - Linux_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed.
     - Windows_NT_x86
     - Windows_NT_x64
     - Windows_NT_arm