@@ -219,15 +219,15 @@ local part_definitions = {
219
219
jdk: {
220
220
local with_path = { environment+: { path+:: ["$JAVA_HOME/bin" ] } },
221
221
222
- v17: with_path + common.jdks.labsjdk17ce + {
222
+ v17: with_path + common.jdks[ "labsjdk-ce-17" ] + {
223
223
environment+: {
224
224
JT_JDK: "17" ,
225
225
},
226
226
},
227
227
228
- v20 : with_path + common.jdks.labsjdk20ce + {
228
+ v21 : with_path + common.jdks[ "labsjdk-ce-21" ] + {
229
229
environment+: {
230
- JT_JDK: "20 " ,
230
+ JT_JDK: "21 " ,
231
231
},
232
232
},
233
233
},
@@ -516,11 +516,11 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
516
516
517
517
# Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison.
518
518
"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" },
519
- "ruby-test-specs-linux-20 " : $.platform.linux + $.jdk.v20 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
519
+ "ruby-test-specs-linux-21 " : $.platform.linux + $.jdk.v21 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
520
520
"ruby-test-specs-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
521
- "ruby-test-specs-darwin-amd64-20 " : $.platform.darwin_amd64 + $.jdk.v20 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
521
+ "ruby-test-specs-darwin-amd64-21 " : $.platform.darwin_amd64 + $.jdk.v21 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
522
522
"ruby-test-specs-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
523
- "ruby-test-specs-darwin-aarch64-20 " : $.platform.darwin_aarch64 + $.jdk.v20 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
523
+ "ruby-test-specs-darwin-aarch64-21 " : $.platform.darwin_aarch64 + $.jdk.v21 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
524
524
"ruby-test-fast-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.v17 + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
525
525
"ruby-test-fast-linux" : $.platform.linux + $.jdk.v17 + $.env.jvm + gate + $.run.test_fast + { timelimit: "45:00" }, # To catch missing slow tags
526
526
# "ruby-test-mri-asserts": $.platform.linux + $.jdk.v17 + $.env.jvm + gate + $.run.test_mri_fast + { timelimit: "01:20:00" }, # GR-44572, GR-44753
@@ -540,16 +540,16 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
540
540
"ruby-test-standalone-linux" : $.platform.linux + $.jdk.v17+ gate_no_build + $.run.test_make_standalone_distribution,
541
541
542
542
"ruby-test-compiler-graal-core-17" : $.platform.linux + $.jdk.v17 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
543
- "ruby-test-compiler-graal-core-20 " : $.platform.linux + $.jdk.v20 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
543
+ "ruby-test-compiler-graal-core-21 " : $.platform.linux + $.jdk.v21 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
544
544
"ruby-test-compiler-graal-enterprise-17" : $.platform.linux + $.jdk.v17 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
545
- "ruby-test-compiler-graal-enterprise-20 " : $.platform.linux + $.jdk.v20 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
545
+ "ruby-test-compiler-graal-enterprise-21 " : $.platform.linux + $.jdk.v21 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
546
546
547
547
"ruby-test-svm-graal-core-linux-17" : $.platform.linux + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log,
548
- "ruby-test-svm-graal-core-linux-20 " : $.platform.linux + $.jdk.v20 + $.env.native + $.env.gdb_svm + gate + native_tests,
548
+ "ruby-test-svm-graal-core-linux-21 " : $.platform.linux + $.jdk.v21 + $.env.native + $.env.gdb_svm + gate + native_tests,
549
549
"ruby-test-svm-graal-core-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests,
550
- "ruby-test-svm-graal-core-darwin-amd64-20 " : $.platform.darwin_amd64 + $.jdk.v20 + $.env.native + $.env.gdb_svm + gate + native_tests,
550
+ "ruby-test-svm-graal-core-darwin-amd64-21 " : $.platform.darwin_amd64 + $.jdk.v21 + $.env.native + $.env.gdb_svm + gate + native_tests,
551
551
"ruby-test-svm-graal-core-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.native + gate + native_tests,
552
- "ruby-test-svm-graal-core-darwin-aarch64-20 " : $.platform.darwin_aarch64 + $.jdk.v20 + $.env.native + gate + native_tests,
552
+ "ruby-test-svm-graal-core-darwin-aarch64-21 " : $.platform.darwin_aarch64 + $.jdk.v21 + $.env.native + gate + native_tests,
553
553
"ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v17 + $.env.native_ee + $.env.gdb_svm + gate + native_tests + $.env.host_inlining_log + { timelimit: "01:30:00" },
554
554
"ruby-test-svm-graal-enterprise-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.native_ee + gate + native_tests,
555
555
},
0 commit comments