Skip to content

Commit b862bbf

Browse files
committed
[GR-67737] Drop target prefix from SVM CI job names
PullRequest: graal/22014
2 parents 4959f1d + 2251ba9 commit b862bbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

substratevm/ci/ci_common/svm-gate.libsonnet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
for f in _fields
4444
],
4545
mxgate_name:: outer.task_name,
46-
# we use the "gate-" prefix also for tiered jobs to avoid changing existing job names
47-
local name_prefix = if std.startsWith(outer.target, "tier") then "gate" else outer.target,
48-
name: std.join("-", [name_prefix, suite_short, self.mxgate_name] + config + [outer.jdk_name] + target_arch_suffix + [outer.os, outer.arch]) + batch_suffix,
46+
name: std.join("-", [suite_short, self.mxgate_name] + config + [outer.jdk_name] + target_arch_suffix + [outer.os, outer.arch]) + batch_suffix,
4947
run+: [["mx", "--kill-with-sigquit", "--strict-compliance"] + dynamic_imports + ["gate", "--strict-mode", "--tags", std.join(",", outer.mxgate_tags)] + outer.mxgate_extra_args],
5048
}
5149
})),

0 commit comments

Comments
 (0)