Skip to content

Commit 5b36589

Browse files
committed
[GR-16239] The capability x52_18 is no longer available.
PullRequest: truffleruby/902
2 parents 8d8ebd7 + a99ddb6 commit 5b36589

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

ci.jsonnet

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,6 @@ local part_definitions = {
331331
notify_emails: false,
332332
},
333333
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-
},
341334
daily: { targets+: ["bench", "daily"] },
342335
weekly: { targets+: ["weekly"] },
343336
manual: {
@@ -591,8 +584,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
591584
local shared = $.platform.linux + $.jdk.labsjdk8 + $.use.common +
592585
$.benchmark.run_svm_metrics + { timelimit: "00:30:00" },
593586

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"],
596589
} +
597590

598591
{

0 commit comments

Comments
 (0)