@@ -554,15 +554,15 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
554
554
"ruby-test-compiler-ee-stable" : $.platform.linux + $.jdk.stable + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
555
555
"ruby-test-compiler-ee-latest" : $.platform.linux + $.jdk.latest + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
556
556
557
- "ruby-test-svm-ce-linux-amd64-stable " : $.platform.linux + $.jdk.stable + $.env.native + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log,
558
- "ruby-test-svm-ce-linux-amd64-latest " : $.platform.linux + $.jdk.latest + $.env.native + $.env.gdb_svm + gate + native_tests,
559
- "ruby-test-svm-ce-darwin -amd64-stable" : $.platform.darwin_amd64 + $.jdk.stable + $.env.native + $.env.gdb_svm + gate + native_tests,
560
- "ruby-test-svm-ce-darwin -amd64-latest" : $.platform.darwin_amd64 + $.jdk.latest + $.env.native + $.env.gdb_svm + gate + native_tests,
561
- "ruby-test-svm-ce -darwin-aarch64 -stable" : $.platform.darwin_aarch64 + $.jdk.stable + $.env.native + gate + native_tests ,
562
- "ruby-test-svm-ce -darwin-aarch64 -latest" : $.platform.darwin_aarch64 + $.jdk.latest + $.env.native + gate + native_tests ,
563
- "ruby-test-svm-ee-linux-amd64 " : $.platform.linux + $.jdk.latest + $.env.native_ee + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log + { timelimit: "01:30:00" },
564
- "ruby-test-svm-ee-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.latest + $.env.native_ee + gate + native_tests,
565
- "ruby-test-svm-ee-aux-linux-amd64" : $.platform.linux + $.jdk.latest + $.env.native_ee_aux + $.env.gdb_svm + gate + native_tests + { timelimit: "01:30:00" },
557
+ "ruby-test-svm-ce-linux-amd64" : $.platform.linux + $.jdk.latest + $.env.native + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log,
558
+ "ruby-test-svm-ce-darwin-aarch64 " : $.platform.darwin_aarch64 + $.jdk.latest + $.env.native + gate + native_tests,
559
+ "ruby-test-svm-ee-linux -amd64-stable" : $.platform.linux + $.jdk.stable + $.env.native_ee + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log + { timelimit: "01:30:00" } ,
560
+ "ruby-test-svm-ee-linux -amd64-latest" : $.platform.linux + $.jdk.latest + $.env.native_ee + $.env.gdb_svm + gate + native_tests + { timelimit: "01:30:00" } ,
561
+ "ruby-test-svm-ee -darwin-amd64 -stable" : $.platform.darwin_amd64 + $.jdk.stable + $.env.native_ee + $.env.gdb_svm + gate + native_tests + { timelimit: "01:30:00" } ,
562
+ "ruby-test-svm-ee -darwin-amd64 -latest" : $.platform.darwin_amd64 + $.jdk.latest + $.env.native_ee + $.env.gdb_svm + gate + native_tests + { timelimit: "01:30:00" } ,
563
+ "ruby-test-svm-ee-darwin-aarch64-stable " : $.platform.darwin_aarch64 + $.jdk.stable + $.env.native_ee + gate + native_tests + { timelimit: "01:30:00" },
564
+ "ruby-test-svm-ee-darwin-aarch64-latest " : $.platform.darwin_aarch64 + $.jdk.latest + $.env.native_ee + gate + native_tests + { timelimit: "01:30:00" } ,
565
+ "ruby-test-svm-ee-aux-linux-amd64" : $.platform.linux + $.jdk.latest + $.env.native_ee_aux + $.env.gdb_svm + gate + native_tests + { timelimit: "01:30:00" },
566
566
},
567
567
568
568
local other_rubies = {
0 commit comments