We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d1007 commit 6fa0a1aCopy full SHA for 6fa0a1a
substratevm/ci/ci.jsonnet
@@ -22,6 +22,9 @@
22
local spotbugs = task_spec(common.deps.spotbugs),
23
local jdt = task_spec(common.deps.jdt),
24
local gate = sg.gate,
25
+ local tier1 = sg.tier1,
26
+ local tier2 = sg.tier2,
27
+ local tier3 = sg.tier3,
28
local gdb(version) = task_spec(sg.gdb(version)),
29
local use_musl_static = sg.use_musl_static,
30
local use_musl_dynamic = sg.use_musl_dynamic,
substratevm/ci/ci_common/svm-gate.libsonnet
@@ -67,6 +67,9 @@
67
}),
68
69
gate:: $.target("gate"),
70
+ tier1:: $.target("tier1"),
71
+ tier2:: $.target("tier2"),
72
+ tier3:: $.target("tier3"),
73
daily:: $.target("daily"),
74
weekly:: $.target("weekly"),
75
ondemand:: $.target("ondemand"),
0 commit comments