File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
buildenv/jenkins/variables Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -398,13 +398,9 @@ x86-64_mac:
398
398
8 : ' --with-toolchain-type=clang'
399
399
openjdk_reference_repo : ' /Users/jenkins/openjdk_cache'
400
400
node_labels :
401
- build : ' ci.role.build && hw.arch.x86 && sw.os.mac.10_15 '
401
+ build : ' ci.role.build && hw.arch.x86 && sw.os.mac && sw.tool.xcode.15_2 '
402
402
build_env :
403
403
vars : ' OPENJ9_JAVA_OPTIONS=-Xdump:system+java:events=systhrow,filter=java/lang/ClassCastException,request=exclusive+prepwalk+preempt'
404
- extra_test_labels :
405
- 23 : ' !sw.os.mac.10_15'
406
- 24 : ' !sw.os.mac.10_15'
407
- next : ' !sw.os.mac.10_15'
408
404
fail_pattern : ' IOException caught during compilation: Resource deadlock avoided'
409
405
# ========================================#
410
406
# Mac Aarch64
@@ -424,7 +420,7 @@ aarch64_mac:
424
420
all : ' --with-noncompressedrefs'
425
421
openjdk_reference_repo : ' /Users/jenkins/openjdk_cache'
426
422
node_labels :
427
- build : ' ci.role.build && hw.arch.aarch64 && sw.os.mac'
423
+ build : ' ci.role.build && hw.arch.aarch64 && sw.os.mac && sw.tool.xcode.15_2 '
428
424
fail_pattern : ' IOException caught during compilation: Resource deadlock avoided'
429
425
# ========================================#
430
426
# Linux PPCLE 64bits /w OpenJDK JSR292
You can’t perform that action at this time.
0 commit comments