Skip to content

Commit

Permalink
Revert "Re-point Jenkins to new Ubuntu ARM64 queue"
Browse files Browse the repository at this point in the history
This reverts commit 193d5da.
  • Loading branch information
RussKeldorph committed Feb 1, 2019
1 parent fc7a8fb commit d617f96
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.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".
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.Iron.Open')
label('Ubuntu.1604.Arm64.Open')
}
}
else {
Expand Down

0 comments on commit d617f96

Please sign in to comment.