@@ -175,12 +175,6 @@ boot_jdk_default:
175
175
cuda :
176
176
extra_configure_options : ' --enable-cuda'
177
177
# ========================================#
178
- # CUDA version 9
179
- # ========================================#
180
- cuda_9 :
181
- extends : ['cuda']
182
- extra_configure_options : ' --with-cuda=/usr/local/cuda-9.0'
183
- # ========================================#
184
178
# CUDA default version
185
179
# ========================================#
186
180
cuda_default :
@@ -217,7 +211,7 @@ ojdk292:
217
211
# Linux PPCLE 64bits
218
212
# ========================================#
219
213
ppc64le_linux :
220
- extends : ['boot_jdk_default', 'cuda_9 ', 'debuginfo', 'openjdk_reference_repo', 'openssl']
214
+ extends : ['boot_jdk_default', 'cuda_default ', 'debuginfo', 'openjdk_reference_repo', 'openssl']
221
215
boot_jdk :
222
216
arch : ' ppc64le'
223
217
os : ' linux'
@@ -226,10 +220,11 @@ ppc64le_linux:
226
220
8 : ' linux-ppc64le-normal-server-release'
227
221
11 : ' linux-ppc64le-normal-server-release'
228
222
node_labels :
229
- build : ' ci.role.build && hw.arch.ppc64le && sw.os.cent.7'
223
+ build : ' ci.role.build && hw.arch.ppc64le && sw.tool.docker'
224
+ docker_image : ' adoptopenjdk/centos7_build_image:latest'
230
225
build_env :
231
- cmd :
232
- all : ' source /home/jenkins/set_gcc_11.2.0_env '
226
+ vars :
227
+ all : ' CC=/usr/local/gcc11/bin/gcc-11.2 CXX=/usr/local/gcc11/bin/g++-11.2 '
233
228
# ========================================#
234
229
# Linux PPCLE 64bits /w JITSERVER
235
230
# ========================================#
@@ -298,22 +293,14 @@ x86-64_linux:
298
293
11 : ' linux-x86_64-normal-server-release'
299
294
node_labels :
300
295
build :
301
- all : ' ci.role.build && hw.arch.x86 && sw.os.cent.7'
302
- 8 : ' ci.role.build && hw.arch.x86 && sw.tool.docker'
303
- 11 : ' ci.role.build && hw.arch.x86 && sw.tool.docker'
296
+ all : ' ci.role.build && hw.arch.x86 && sw.tool.docker'
304
297
docker_image :
305
298
8 : ' eclipseopenj9/jenkins-agent-x86-centos6:29'
306
299
11 : ' eclipseopenj9/jenkins-agent-x86-centos6:29'
300
+ all : ' adoptopenjdk/centos7_build_image:latest'
307
301
build_env :
308
- cmd :
309
- all : ' source /home/jenkins/set_gcc_11.2.0_env'
310
- # use env vars to configure gcc for 8, 11 (v11.2)
311
- 8 : ' '
312
- 11 : ' '
313
302
vars :
314
- all : ' OPENJ9_JAVA_OPTIONS=-Xdump:system+java:events=systhrow,filter=java/lang/ClassCastException,request=exclusive+prepwalk+preempt'
315
- 8 : ' CC=/usr/local/gcc11/bin/gcc-11.2 CXX=/usr/local/gcc11/bin/g++-11.2'
316
- 11 : ' CC=/usr/local/gcc11/bin/gcc-11.2 CXX=/usr/local/gcc11/bin/g++-11.2'
303
+ all : ' CC=/usr/local/gcc11/bin/gcc-11.2 CXX=/usr/local/gcc11/bin/g++-11.2'
317
304
extra_test_labels :
318
305
11 : ' !sw.os.cent.6'
319
306
17 : ' !sw.os.cent.6'
0 commit comments