@@ -251,7 +251,7 @@ local part_definitions = {
251
251
platform_name:: "DarwinAMD64" ,
252
252
"$.cap" :: {
253
253
# GR-45839, GR-46279: exclude macmini_late_2014_8gb, they are too slow, have too little RAM and cause various timeouts
254
- normal_machine: ["darwin_mojave " , "!macmini_late_2014_8gb" ],
254
+ normal_machine: ["darwin_bigsur " , "!macmini_late_2014_8gb" ],
255
255
},
256
256
environment+: {
257
257
LANG: "en_US.UTF-8" ,
@@ -521,7 +521,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
521
521
"ruby-test-specs-linux-amd64-stable" : $.platform.linux + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
522
522
"ruby-test-specs-linux-amd64-latest" : $.platform.linux + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
523
523
"ruby-test-specs-darwin-amd64-stable" : $.platform.darwin_amd64 + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
524
- # "ruby-test-specs-darwin-amd64-latest": $.platform.darwin_amd64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" }, # GR-49652
524
+ "ruby-test-specs-darwin-amd64-latest" : $.platform.darwin_amd64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
525
525
"ruby-test-specs-darwin-aarch64-stable" : $.platform.darwin_aarch64 + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
526
526
"ruby-test-specs-darwin-aarch64-latest" : $.platform.darwin_aarch64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
527
527
"ruby-test-fast-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.stable + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
@@ -551,7 +551,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
551
551
"ruby-test-svm-ce-linux-amd64-stable" : $.platform.linux + $.jdk.stable + $.env.native + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log,
552
552
"ruby-test-svm-ce-linux-amd64-latest" : $.platform.linux + $.jdk.latest + $.env.native + $.env.gdb_svm + gate + native_tests,
553
553
"ruby-test-svm-ce-darwin-amd64-stable" : $.platform.darwin_amd64 + $.jdk.stable + $.env.native + $.env.gdb_svm + gate + native_tests,
554
- # "ruby-test-svm-ce-darwin-amd64-latest": $.platform.darwin_amd64 + $.jdk.latest + $.env.native + $.env.gdb_svm + gate + native_tests, # GR-49652
554
+ "ruby-test-svm-ce-darwin-amd64-latest" : $.platform.darwin_amd64 + $.jdk.latest + $.env.native + $.env.gdb_svm + gate + native_tests,
555
555
"ruby-test-svm-ce-darwin-aarch64-stable" : $.platform.darwin_aarch64 + $.jdk.stable + $.env.native + gate + native_tests,
556
556
"ruby-test-svm-ce-darwin-aarch64-latest" : $.platform.darwin_aarch64 + $.jdk.latest + $.env.native + gate + native_tests,
557
557
"ruby-test-svm-ee-linux-amd64" : $.platform.linux + $.jdk.stable + $.env.native_ee + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log + { timelimit: "01:30:00" },
0 commit comments