Skip to content

Commit b1497a9

Browse files
committed
[GR-68377] Migrate visualizer to tiered CI
PullRequest: graal/21719
2 parents 3ed03f3 + 1d121a4 commit b1497a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

visualizer/ci/ci.jsonnet

Lines changed: 4 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,9 @@
1818

1919
Integration:: {
2020
timelimit : "30:00",
21-
targets: [ "gate" ],
21+
targets: [ "tier2" ],
22+
# reset catch files to avoid capturing (non-existent) dump files, which can take very long
23+
catch_files: [],
2224
downloads+: {
2325
"TOOLS_JAVA_HOME": common.jdks_data["oraclejdk21"]
2426
},

0 commit comments

Comments
 (0)