From d617f96303c4b65b7b77ff5fa0d7aee38ebc19f8 Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Thu, 31 Jan 2019 20:23:21 -0800 Subject: [PATCH] Revert "Re-point Jenkins to new Ubuntu ARM64 queue" This reverts commit 193d5da27fecb7bf95e7342f1c4b9e2b63ce5313. --- netci.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.7.4