@@ -518,42 +518,42 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
518
518
local native_tests = $.run.testdownstream_aot + $.run.test_integration + $.run.test_compiler,
519
519
520
520
# Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison.
521
- "ruby-test-specs-linux-jdk-lts" : $.platform.linux + $.jdk.lts + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
522
- "ruby-test-specs-linux-jdk-new" : $.platform.linux + $.jdk.new + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
521
+ "ruby-test-specs-linux-amd64- jdk-lts" : $.platform.linux + $.jdk.lts + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
522
+ "ruby-test-specs-linux-amd64- jdk-new" : $.platform.linux + $.jdk.new + $.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-jdk-lts" : $.platform.darwin_amd64 + $.jdk.lts + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
524
524
"ruby-test-specs-darwin-amd64-jdk-new" : $.platform.darwin_amd64 + $.jdk.new + $.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-jdk-lts" : $.platform.darwin_aarch64 + $.jdk.lts + $.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-jdk-new" : $.platform.darwin_aarch64 + $.jdk.new + $.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.lts + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
528
- "ruby-test-fast-linux" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.run.test_fast + { timelimit: "45:00" }, # To catch missing slow tags
528
+ "ruby-test-fast-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.run.test_fast + { timelimit: "45:00" }, # To catch missing slow tags
529
529
# "ruby-test-mri-asserts": $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.run.test_mri_fast + { timelimit: "01:20:00" }, # GR-44572, GR-44753
530
- "ruby-test-mri-linux" : $.platform.linux + $.jdk.lts + $.env.native + gate + $.run.test_mri + { timelimit: "01:20:00" },
530
+ "ruby-test-mri-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.native + gate + $.run.test_mri + { timelimit: "01:20:00" },
531
531
"ruby-test-mri-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.lts + $.env.native + gate + $.run.test_mri + { timelimit: "01:20:00" },
532
532
"ruby-test-mri-darwin-amd64" : $.platform.darwin_amd64 + $.jdk.lts + $.env.native + gate + $.run.test_mri + { timelimit: "01:30:00" },
533
533
"ruby-test-mri-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.lts + $.env.native + gate + $.run.test_mri + { timelimit: "01:30:00" },
534
- "ruby-test-integration-linux" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.run.test_integration,
535
- "ruby-test-cexts-linux" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.use.sqlite331 + $.run.test_cexts,
534
+ "ruby-test-integration-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.run.test_integration,
535
+ "ruby-test-cexts-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.use.sqlite331 + $.run.test_cexts,
536
536
"ruby-test-cexts-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.use.sqlite331 + $.run.test_cexts,
537
537
"ruby-test-cexts-darwin-amd64" : $.platform.darwin_amd64 + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_cexts + { timelimit: "01:30:00" },
538
538
"ruby-test-cexts-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_cexts + { timelimit: "00:40:00" },
539
- "ruby-test-gems-linux" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_gems,
539
+ "ruby-test-gems-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_gems,
540
540
"ruby-test-gems-darwin-amd64" : $.platform.darwin_amd64 + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_gems,
541
541
"ruby-test-gems-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.lts + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_gems,
542
- "ruby-test-ecosystem-linux" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.use.node + $.use.sqlite331 + $.use.gem_test_pack + $.run.test_ecosystem,
543
- "ruby-test-standalone-linux" : $.platform.linux + $.jdk.lts+ gate_no_build + $.run.test_make_standalone_distribution,
542
+ "ruby-test-ecosystem-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.jvm + gate + $.use.node + $.use.sqlite331 + $.use.gem_test_pack + $.run.test_ecosystem,
543
+ "ruby-test-standalone-linux-amd64" : $.platform.linux + $.jdk.lts+ gate_no_build + $.run.test_make_standalone_distribution,
544
544
545
545
"ruby-test-compiler-graal-core-jdk-lts" : $.platform.linux + $.jdk.lts + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
546
546
"ruby-test-compiler-graal-core-jdk-new" : $.platform.linux + $.jdk.new + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
547
547
"ruby-test-compiler-graal-enterprise-jdk-lts" : $.platform.linux + $.jdk.lts + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
548
548
"ruby-test-compiler-graal-enterprise-jdk-new" : $.platform.linux + $.jdk.new + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
549
549
550
- "ruby-test-svm-graal-core-linux-jdk-lts" : $.platform.linux + $.jdk.lts + $.env.native + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log,
551
- "ruby-test-svm-graal-core-linux-jdk-new" : $.platform.linux + $.jdk.new + $.env.native + $.env.gdb_svm + gate + native_tests,
550
+ "ruby-test-svm-graal-core-linux-amd64- jdk-lts" : $.platform.linux + $.jdk.lts + $.env.native + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log,
551
+ "ruby-test-svm-graal-core-linux-amd64- jdk-new" : $.platform.linux + $.jdk.new + $.env.native + $.env.gdb_svm + gate + native_tests,
552
552
"ruby-test-svm-graal-core-darwin-amd64-jdk-lts" : $.platform.darwin_amd64 + $.jdk.lts + $.env.native + $.env.gdb_svm + gate + native_tests,
553
553
"ruby-test-svm-graal-core-darwin-amd64-jdk-new" : $.platform.darwin_amd64 + $.jdk.new + $.env.native + $.env.gdb_svm + gate + native_tests,
554
554
"ruby-test-svm-graal-core-darwin-aarch64-jdk-lts" : $.platform.darwin_aarch64 + $.jdk.lts + $.env.native + gate + native_tests,
555
555
"ruby-test-svm-graal-core-darwin-aarch64-jdk-new" : $.platform.darwin_aarch64 + $.jdk.new + $.env.native + gate + native_tests,
556
- "ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.lts + $.env.native_ee + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log + { timelimit: "01:30:00" },
556
+ "ruby-test-svm-graal-enterprise-linux-amd64" : $.platform.linux + $.jdk.lts + $.env.native_ee + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log + { timelimit: "01:30:00" },
557
557
"ruby-test-svm-graal-enterprise-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.lts + $.env.native_ee + gate + native_tests,
558
558
},
559
559
0 commit comments