@@ -4,7 +4,7 @@ class Config11 {
4
4
os : ' mac' ,
5
5
arch : ' x64' ,
6
6
additionalNodeLabels : ' ci.project.openj9 && hw.arch.x86 && sw.os.osx.10_14' ,
7
- test : false ,
7
+ test : ' default ' ,
8
8
configureArgs : [
9
9
" 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' ,
10
10
" hotspot" : ' --enable-dtrace=auto'
@@ -15,7 +15,7 @@ class Config11 {
15
15
os : ' mac' ,
16
16
arch : ' x64' ,
17
17
additionalNodeLabels : ' ci.project.openj9 && hw.arch.x86 && sw.os.osx.10_14' ,
18
- test : ' default ' ,
18
+ test : false ,
19
19
configureArgs : [
20
20
" 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'
21
21
],
@@ -33,7 +33,7 @@ class Config11 {
33
33
],
34
34
dockerNode : ' sw.tool.docker && sw.config.uid1000' ,
35
35
dockerCredential : ' 9f50c848-8764-440d-b95a-1d295c21713e' ,
36
- test : false ,
36
+ test : ' default ' ,
37
37
configureArgs : [
38
38
" 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' ,
39
39
" hotspot" : ' --enable-dtrace=auto' ,
@@ -54,7 +54,7 @@ class Config11 {
54
54
],
55
55
dockerNode : ' sw.tool.docker && sw.config.uid1000' ,
56
56
dockerCredential : ' 9f50c848-8764-440d-b95a-1d295c21713e' ,
57
- test : ' default ' ,
57
+ test : false ,
58
58
configureArgs : [
59
59
" 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'
60
60
],
@@ -70,7 +70,7 @@ class Config11 {
70
70
hotspot : ' win2012' ,
71
71
dragonwell : ' win2012'
72
72
],
73
- test : false ,
73
+ test : ' default ' ,
74
74
configureArgs : [
75
75
" 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"' ,
76
76
" hotspot" : ' --jvm-variant client,server'
@@ -86,7 +86,7 @@ class Config11 {
86
86
buildArgs : [
87
87
openj9 :
" --ssh --disable-adopt-branch-safety -r [email protected] :runtimes/openj9-openjdk-jdk11 -b ibm_sdk"
88
88
],
89
- test : ' default ' ,
89
+ test : false ,
90
90
configureArgs : [
91
91
" 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"'
92
92
],
@@ -109,7 +109,7 @@ class Config11 {
109
109
additionalNodeLabels : [
110
110
openj9 : ' hw.arch.ppc64 && sw.os.aix.7_1'
111
111
],
112
- test : false ,
112
+ test : ' default ' ,
113
113
configureArgs : [
114
114
" 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'
115
115
]
@@ -121,7 +121,7 @@ class Config11 {
121
121
additionalNodeLabels : [
122
122
openj9 : ' hw.arch.ppc64 && sw.os.aix.7_1'
123
123
],
124
- test : ' default ' ,
124
+ test : false ,
125
125
configureArgs : [
126
126
" 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'
127
127
],
@@ -132,7 +132,7 @@ class Config11 {
132
132
s390xLinux : [
133
133
os : ' linux' ,
134
134
arch : ' s390x' ,
135
- test : false ,
135
+ test : ' default ' ,
136
136
additionalNodeLabels : [
137
137
openj9 : ' hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)'
138
138
],
@@ -142,7 +142,7 @@ class Config11 {
142
142
s390xLinuxIBM : [
143
143
os : ' linux' ,
144
144
arch : ' s390x' ,
145
- test : ' default ' ,
145
+ test : false ,
146
146
additionalNodeLabels : [
147
147
openj9 : ' hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)'
148
148
],
@@ -162,7 +162,7 @@ class Config11 {
162
162
os : ' linux' ,
163
163
arch : ' ppc64le' ,
164
164
additionalNodeLabels : ' centos7' ,
165
- test : false ,
165
+ test : ' default ' ,
166
166
additionalNodeLabels : [
167
167
openj9 : ' hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)'
168
168
],
@@ -176,7 +176,7 @@ class Config11 {
176
176
os : ' linux' ,
177
177
arch : ' ppc64le' ,
178
178
additionalNodeLabels : ' centos7' ,
179
- test : ' default ' ,
179
+ test : false ,
180
180
additionalNodeLabels : [
181
181
openj9 : ' hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)'
182
182
],
0 commit comments