Skip to content

Commit

Permalink
Disable failing jobs in PR testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Andreenko committed Jan 3, 2020
1 parent 90a8dfc commit c3c193d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/coreclr/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c3c193d

Please sign in to comment.