Skip to content

Commit

Permalink
Temp move default testing from CE to OE
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Oct 6, 2021
1 parent fea3762 commit 7eaba31
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config11 {
os : 'mac',
arch : 'x64',
additionalNodeLabels : 'ci.project.openj9 && hw.arch.x86 && sw.os.osx.10_14',
test : false,
test : 'default',
configureArgs : [
"openj9" : '--enable-dtrace=auto --with-vendor-name="International Business Machines Corporation" --with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues',
"hotspot" : '--enable-dtrace=auto'
Expand All @@ -15,7 +15,7 @@ class Config11 {
os : 'mac',
arch : 'x64',
additionalNodeLabels : 'ci.project.openj9 && hw.arch.x86 && sw.os.osx.10_14',
test : 'default',
test : false,
configureArgs : [
"openj9" : '--enable-dtrace=auto --with-vendor-name="International Business Machines Corporation" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues'
],
Expand All @@ -33,7 +33,7 @@ class Config11 {
],
dockerNode : 'sw.tool.docker && sw.config.uid1000',
dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e',
test : false,
test : 'default',
configureArgs : [
"openj9" : '--enable-jitserver --enable-dtrace=auto --with-vendor-name="International Business Machines Corporation" --with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues',
"hotspot" : '--enable-dtrace=auto',
Expand All @@ -54,7 +54,7 @@ class Config11 {
],
dockerNode : 'sw.tool.docker && sw.config.uid1000',
dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e',
test : 'default',
test : false,
configureArgs : [
"openj9" : '--enable-jitserver --enable-dtrace=auto --with-vendor-name="International Business Machines Corporation" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues'
],
Expand All @@ -70,7 +70,7 @@ class Config11 {
hotspot: 'win2012',
dragonwell: 'win2012'
],
test : false,
test : 'default',
configureArgs : [
"openj9" : '--with-vendor-name="International Business Machines Corporation" --with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues --with-jdk-rc-name="IBM Semeru Runtime"',
"hotspot" : '--jvm-variant client,server'
Expand All @@ -86,7 +86,7 @@ class Config11 {
buildArgs : [
openj9 : "--ssh --disable-adopt-branch-safety -r [email protected]:runtimes/openj9-openjdk-jdk11 -b ibm_sdk"
],
test : 'default',
test : false,
configureArgs : [
"openj9" : '--with-vendor-name="International Business Machines Corporation" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues --with-jdk-rc-name="IBM Semeru Runtime"'
],
Expand All @@ -109,7 +109,7 @@ class Config11 {
additionalNodeLabels: [
openj9: 'hw.arch.ppc64 && sw.os.aix.7_1'
],
test : false,
test : 'default',
configureArgs : [
"openj9" : '--with-vendor-name="International Business Machines Corporation" --with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues'
]
Expand All @@ -121,7 +121,7 @@ class Config11 {
additionalNodeLabels: [
openj9: 'hw.arch.ppc64 && sw.os.aix.7_1'
],
test : 'default',
test : false,
configureArgs : [
"openj9" : '--with-vendor-name="International Business Machines Corporation" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues'
],
Expand All @@ -132,7 +132,7 @@ class Config11 {
s390xLinux : [
os : 'linux',
arch : 's390x',
test : false,
test : 'default',
additionalNodeLabels: [
openj9: 'hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)'
],
Expand All @@ -142,7 +142,7 @@ class Config11 {
s390xLinuxIBM : [
os : 'linux',
arch : 's390x',
test : 'default',
test : false,
additionalNodeLabels: [
openj9: 'hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)'
],
Expand All @@ -162,7 +162,7 @@ class Config11 {
os : 'linux',
arch : 'ppc64le',
additionalNodeLabels : 'centos7',
test : false,
test : 'default',
additionalNodeLabels: [
openj9: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)'
],
Expand All @@ -176,7 +176,7 @@ class Config11 {
os : 'linux',
arch : 'ppc64le',
additionalNodeLabels : 'centos7',
test : 'default',
test : false,
additionalNodeLabels: [
openj9: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)'
],
Expand Down

0 comments on commit 7eaba31

Please sign in to comment.