Skip to content

Commit 7eaba31

Browse files
committed
Temp move default testing from CE to OE
Signed-off-by: Adam Brousseau <[email protected]>
1 parent fea3762 commit 7eaba31

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pipelines/jobs/configurations/jdk11u_pipeline_config.groovy

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Config11 {
44
os : 'mac',
55
arch : 'x64',
66
additionalNodeLabels : 'ci.project.openj9 && hw.arch.x86 && sw.os.osx.10_14',
7-
test : false,
7+
test : 'default',
88
configureArgs : [
99
"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',
1010
"hotspot" : '--enable-dtrace=auto'
@@ -15,7 +15,7 @@ class Config11 {
1515
os : 'mac',
1616
arch : 'x64',
1717
additionalNodeLabels : 'ci.project.openj9 && hw.arch.x86 && sw.os.osx.10_14',
18-
test : 'default',
18+
test : false,
1919
configureArgs : [
2020
"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'
2121
],
@@ -33,7 +33,7 @@ class Config11 {
3333
],
3434
dockerNode : 'sw.tool.docker && sw.config.uid1000',
3535
dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e',
36-
test : false,
36+
test : 'default',
3737
configureArgs : [
3838
"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',
3939
"hotspot" : '--enable-dtrace=auto',
@@ -54,7 +54,7 @@ class Config11 {
5454
],
5555
dockerNode : 'sw.tool.docker && sw.config.uid1000',
5656
dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e',
57-
test : 'default',
57+
test : false,
5858
configureArgs : [
5959
"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'
6060
],
@@ -70,7 +70,7 @@ class Config11 {
7070
hotspot: 'win2012',
7171
dragonwell: 'win2012'
7272
],
73-
test : false,
73+
test : 'default',
7474
configureArgs : [
7575
"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"',
7676
"hotspot" : '--jvm-variant client,server'
@@ -86,7 +86,7 @@ class Config11 {
8686
buildArgs : [
8787
openj9 : "--ssh --disable-adopt-branch-safety -r [email protected]:runtimes/openj9-openjdk-jdk11 -b ibm_sdk"
8888
],
89-
test : 'default',
89+
test : false,
9090
configureArgs : [
9191
"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"'
9292
],
@@ -109,7 +109,7 @@ class Config11 {
109109
additionalNodeLabels: [
110110
openj9: 'hw.arch.ppc64 && sw.os.aix.7_1'
111111
],
112-
test : false,
112+
test : 'default',
113113
configureArgs : [
114114
"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'
115115
]
@@ -121,7 +121,7 @@ class Config11 {
121121
additionalNodeLabels: [
122122
openj9: 'hw.arch.ppc64 && sw.os.aix.7_1'
123123
],
124-
test : 'default',
124+
test : false,
125125
configureArgs : [
126126
"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'
127127
],
@@ -132,7 +132,7 @@ class Config11 {
132132
s390xLinux : [
133133
os : 'linux',
134134
arch : 's390x',
135-
test : false,
135+
test : 'default',
136136
additionalNodeLabels: [
137137
openj9: 'hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)'
138138
],
@@ -142,7 +142,7 @@ class Config11 {
142142
s390xLinuxIBM : [
143143
os : 'linux',
144144
arch : 's390x',
145-
test : 'default',
145+
test : false,
146146
additionalNodeLabels: [
147147
openj9: 'hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)'
148148
],
@@ -162,7 +162,7 @@ class Config11 {
162162
os : 'linux',
163163
arch : 'ppc64le',
164164
additionalNodeLabels : 'centos7',
165-
test : false,
165+
test : 'default',
166166
additionalNodeLabels: [
167167
openj9: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)'
168168
],
@@ -176,7 +176,7 @@ class Config11 {
176176
os : 'linux',
177177
arch : 'ppc64le',
178178
additionalNodeLabels : 'centos7',
179-
test : 'default',
179+
test : false,
180180
additionalNodeLabels: [
181181
openj9: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)'
182182
],

0 commit comments

Comments
 (0)