File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -331,13 +331,6 @@ local part_definitions = {
331
331
notify_emails: false ,
332
332
},
333
333
bench: { capabilities+: self ["$.cap" ].bench_machine },
334
- x52_18_override: {
335
- is_after+:: ["$.cap.bench" ],
336
- capabilities: if std.count (super .capabilities, "x52" ) > 0
337
- then std.map (function (c) if c == "x52" then "x52_18" else c,
338
- super .capabilities)
339
- else error "trying to override x52 but it is missing" ,
340
- },
341
334
daily: { targets+: ["bench" , "daily" ] },
342
335
weekly: { targets+: ["weekly" ] },
343
336
manual: {
@@ -591,8 +584,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
591
584
local shared = $.platform.linux + $.jdk.labsjdk8 + $.use.common +
592
585
$.benchmark.run_svm_metrics + { timelimit: "00:30:00" },
593
586
594
- "ruby-metrics-svm-graal-core" : shared + svm_configurations["svm-graal-core" ] + $.cap.x52_18_override ,
595
- "ruby-metrics-svm-graal-enterprise" : shared + svm_configurations["svm-graal-enterprise" ] + $.cap.x52_18_override ,
587
+ "ruby-metrics-svm-graal-core" : shared + svm_configurations["svm-graal-core" ],
588
+ "ruby-metrics-svm-graal-enterprise" : shared + svm_configurations["svm-graal-enterprise" ],
596
589
} +
597
590
598
591
{
You can’t perform that action at this time.
0 commit comments