Skip to content

Commit 96a997a

Browse files
committed
Add tier4 to tierConfig as post-merge
1 parent f4c74b5 commit 96a997a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ local libgraal(builds, include=true) = [b for b in builds if (std.findSubstr("li
5555
tier1: "gate",
5656
tier2: "gate",
5757
tier3: "gate",
58+
tier4: "post-merge",
5859
},
5960
builds: [common.add_excludes_guard(common.with_style_component(b)) for b in (
6061
common.with_components(compiler.builds + libgraal(vm.builds), ["compiler"]) +

0 commit comments

Comments
 (0)