Skip to content

Commit 6a75044

Browse files
committed
Revert "svm/ci: run style gate in tier1"
This reverts commit 847582f.
1 parent 5823b74 commit 6a75044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/ci/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
// START MAIN BUILD DEFINITION
123123
local task_dict = {
124124
"style-fullbuild": mxgate("fullbuild,style,nativeimagehelp,check_libcontainer_annotations,check_libcontainer_namespace") + eclipse + jdt + spotbugs + maven + mx_build_exploded + gdb("14.2") + platform_spec(no_jobs) + platform_spec({
125-
"linux:amd64:jdk-latest": tier1 + t("30:00"),
125+
"linux:amd64:jdk-latest": gate + t("30:00"),
126126
}),
127127
"basics": mxgate("build,helloworld,native_unittests,truffle_unittests,debuginfotest,hellomodule,java_agent,condconfig") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({
128128
"linux:amd64:jdk-latest": gate + gdb("14.2") + t("55:00"),

0 commit comments

Comments
 (0)