Skip to content

Commit

Permalink
Update node labels for ppc64le builds (#482)
Browse files Browse the repository at this point in the history
- Conform to label convention outlined in
  adoptium/infrastructure#93

Signed-off-by: Adam Brousseau <adam.brousseau@ca.ibm.com>
  • Loading branch information
AdamBrousseau authored and Shelley Lambert committed Jul 19, 2018
1 parent ec5bdc4 commit 5524033
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/openjdk10_ppc64le_linux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Set parameter TARGET(openjdk, system, external, perf, jck etc.).
Set UPSTREAM_JOB_NAME(version_build_arch_os, for example: openjdk8_build_x86-64_linux)
Set JVM_VERSION(openjdk8, openjdk8-openj9, openjdk9, openjdk8-openj9, etc.*/
LABEL='sw.os.linux&&hw.arch.ppcle'
LABEL='sw.os.linux&&hw.arch.ppc64le'

node ("master") {
checkout scm
Expand All @@ -20,4 +20,4 @@ node("$LABEL") { //ppc64le build use "fedora" too, for now leave as is
checkout scm
def jenkinsfile = load "${WORKSPACE}/openjdk-tests/buildenv/jenkins/JenkinsfileBase"
jenkinsfile.testBuild()
}
}
4 changes: 2 additions & 2 deletions buildenv/jenkins/openjdk8_ppc64le_linux
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Set UPSTREAM_JOB_NAME(version_build_arch_os, for example: openjdk8_build_x86-64_linux)
Set JVM_VERSION(openjdk8, openjdk8-openj9, openjdk9, openjdk8-openj9, etc.*/

LABEL='sw.os.linux&&hw.arch.ppcle'
LABEL='sw.os.linux&&hw.arch.ppc64le'

node ("master") {
checkout scm
Expand All @@ -21,4 +21,4 @@ node("$LABEL") { //ppc64le build use "fedora" too, for now leave as is
checkout scm
def jenkinsfile = load "${WORKSPACE}/openjdk-tests/buildenv/jenkins/JenkinsfileBase"
jenkinsfile.testBuild()
}
}
4 changes: 2 additions & 2 deletions buildenv/jenkins/openjdk9_ppc64le_linux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Set parameter TARGET(openjdk, system, external, perf, jck etc.).
Set UPSTREAM_JOB_NAME(version_build_arch_os, for example: openjdk8_build_x86-64_linux)
Set JVM_VERSION(openjdk8, openjdk8-openj9, openjdk9, openjdk8-openj9, etc.*/
LABEL='sw.os.linux&&hw.arch.ppcle'
LABEL='sw.os.linux&&hw.arch.ppc64le'

node ("master") {
checkout scm
Expand All @@ -20,4 +20,4 @@ node("$LABEL") { //ppc64le build use "fedora" too, for now leave as is
checkout scm
def jenkinsfile = load "${WORKSPACE}/openjdk-tests/buildenv/jenkins/JenkinsfileBase"
jenkinsfile.testBuild()
}
}

0 comments on commit 5524033

Please sign in to comment.