Skip to content

Commit

Permalink
Temporarily disable outerloop crossgen comparison runs (dotnet#1695)
Browse files Browse the repository at this point in the history
Disable crossgen comparison runs that systematically fail in
CoreCLR outerloop runs.

Tracking issue: dotnet#1282

Thanks

Tomas
  • Loading branch information
trylek committed Jan 14, 2020
1 parent 62bde48 commit 2c54bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/pipelines/coreclr/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/crossgen-comparison-job.yml
buildConfig: release
platforms:
- Linux_arm
# Currently failing globally, should be uncommented once the tracking bug gets fixed:
# https://github.com/dotnet/runtime/issues/1282
# - Linux_arm
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml

Expand Down

0 comments on commit 2c54bd9

Please sign in to comment.