Skip to content

Commit 1d121a4

Browse files
committed
visualizer: reset catch_files to avoid capturing dump files
1 parent dc1cff1 commit 1d121a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

visualizer/ci/ci.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
Integration:: {
2020
timelimit : "30:00",
2121
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)