@@ -502,6 +502,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
502
502
local gate = gate_no_build + $.use.build,
503
503
local native_config = $.run.generate_native_config + $.run.check_native_config,
504
504
local native_tests = $.run.testdownstream_aot + $.run.test_integration + $.run.test_compiler,
505
+ local darwin_amd64_enough_ram = { capabilities+: ["!macmini_late_2014_8gb" ] }, # GR-45839
505
506
506
507
# Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison.
507
508
"ruby-test-specs-linux-17" : $.platform.linux + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
@@ -535,8 +536,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
535
536
536
537
"ruby-test-svm-graal-core-linux-17" : $.platform.linux + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests,
537
538
"ruby-test-svm-graal-core-linux-20" : $.platform.linux + $.jdk.v20 + $.env.native + $.env.gdb_svm + gate + native_tests,
538
- "ruby-test-svm-graal-core-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests,
539
- "ruby-test-svm-graal-core-darwin-amd64-20" : $.platform.darwin_amd64 + $.jdk.v20 + $.env.native + $.env.gdb_svm + gate + native_tests,
539
+ "ruby-test-svm-graal-core-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests + darwin_amd64_enough_ram ,
540
+ "ruby-test-svm-graal-core-darwin-amd64-20" : $.platform.darwin_amd64 + $.jdk.v20 + $.env.native + $.env.gdb_svm + gate + native_tests + darwin_amd64_enough_ram ,
540
541
"ruby-test-svm-graal-core-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.native + gate + native_tests,
541
542
"ruby-test-svm-graal-core-darwin-aarch64-20" : $.platform.darwin_aarch64 + $.jdk.v20 + $.env.native + gate + native_tests,
542
543
"ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v17 + $.env.native_ee + $.env.gdb_svm + gate + native_tests,
0 commit comments