Skip to content

Commit 6fa0a1a

Browse files
committed
Port substratevm gates to tiers.
1 parent b5d1007 commit 6fa0a1a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

substratevm/ci/ci.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
local spotbugs = task_spec(common.deps.spotbugs),
2323
local jdt = task_spec(common.deps.jdt),
2424
local gate = sg.gate,
25+
local tier1 = sg.tier1,
26+
local tier2 = sg.tier2,
27+
local tier3 = sg.tier3,
2528
local gdb(version) = task_spec(sg.gdb(version)),
2629
local use_musl_static = sg.use_musl_static,
2730
local use_musl_dynamic = sg.use_musl_dynamic,

substratevm/ci/ci_common/svm-gate.libsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
}),
6868

6969
gate:: $.target("gate"),
70+
tier1:: $.target("tier1"),
71+
tier2:: $.target("tier2"),
72+
tier3:: $.target("tier3"),
7073
daily:: $.target("daily"),
7174
weekly:: $.target("weekly"),
7275
ondemand:: $.target("ondemand"),

0 commit comments

Comments
 (0)