From: Russ Keldorph Date: Fri, 8 Feb 2019 19:03:42 +0000 (-0800) Subject: Revert "Revert "Re-point Jenkins to new Ubuntu ARM64 queue"" X-Git-Tag: submit/tizen/20210909.063632~11030^2~2548 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92bd93071f0cb358cb6d8441fba1956903f2ef76;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Revert "Revert "Re-point Jenkins to new Ubuntu ARM64 queue"" This reverts commit dotnet/coreclr@d617f96303c4b65b7b77ff5fa0d7aee38ebc19f8. Commit migrated from https://github.com/dotnet/coreclr/commit/dfde393b46f555a78b847ea45cf534e120c8e35e --- diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 53210cd..aa61148 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -727,7 +727,7 @@ def static setMachineAffinity(def job, def os, def architecture, def options = n // // Arm64 (Build) -> arm64-cross-latest // |-> os != "Windows_NT" && architecture == "arm64" && options['is_build_job'] == true - // Arm64 (Test) -> Helix Ubuntu.1604.Arm64.Open queue + // Arm64 (Test) -> Helix Ubuntu.1604.Arm64.Iron.Open queue // |-> os != "Windows_NT" && architecture == "arm64" // // Note: we are no longer using Jenkins tags "arm64-huge-page-size", "arm64-small-page-size". @@ -772,7 +772,7 @@ def static setMachineAffinity(def job, def os, def architecture, def options = n if (architecture == 'arm64') { assert os == 'Ubuntu16.04' job.with { - label('Ubuntu.1604.Arm64.Open') + label('Ubuntu.1604.Arm64.Iron.Open') } } else {