Skip to content

Commit dc1cff1

Browse files
committed
visualizer: move jobs to tier2
1 parent 80aaa40 commit dc1cff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualizer/ci/ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Gate:: {
66
timelimit : "30:00",
7-
targets: [ "gate" ],
7+
targets: [ "tier2" ],
88
run: [
99
["cd", "./visualizer"],
1010
["mx", "pylint" ],
@@ -18,7 +18,7 @@
1818

1919
Integration:: {
2020
timelimit : "30:00",
21-
targets: [ "gate" ],
21+
targets: [ "tier2" ],
2222
downloads+: {
2323
"TOOLS_JAVA_HOME": common.jdks_data["oraclejdk21"]
2424
},

0 commit comments

Comments
 (0)