Skip to content

Commit

Permalink
Revert "Revert "Re-point Jenkins to new Ubuntu ARM64 queue""
Browse files Browse the repository at this point in the history
This reverts commit d617f96.
  • Loading branch information
RussKeldorph committed Feb 8, 2019
1 parent 13ae47e commit dfde393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit dfde393

Please sign in to comment.