From: Russ Keldorph Date: Fri, 1 Feb 2019 04:23:21 +0000 (-0800) Subject: Revert "Re-point Jenkins to new Ubuntu ARM64 queue" X-Git-Tag: accepted/tizen/unified/20190813.215958~163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d617f96303c4b65b7b77ff5fa0d7aee38ebc19f8;p=platform%2Fupstream%2Fcoreclr.git Revert "Re-point Jenkins to new Ubuntu ARM64 queue" This reverts commit 193d5da27fecb7bf95e7342f1c4b9e2b63ce5313. --- diff --git a/netci.groovy b/netci.groovy index 5cecb55..a03a0cb 100755 --- a/netci.groovy +++ b/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.Iron.Open queue + // Arm64 (Test) -> Helix Ubuntu.1604.Arm64.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.Iron.Open') + label('Ubuntu.1604.Arm64.Open') } } else {