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 f4c74b5 commit 96a997aCopy full SHA for 96a997a
ci.jsonnet
@@ -55,6 +55,7 @@ local libgraal(builds, include=true) = [b for b in builds if (std.findSubstr("li
55
tier1: "gate",
56
tier2: "gate",
57
tier3: "gate",
58
+ tier4: "post-merge",
59
},
60
builds: [common.add_excludes_guard(common.with_style_component(b)) for b in (
61
common.with_components(compiler.builds + libgraal(vm.builds), ["compiler"]) +
0 commit comments