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 dc1cff1 commit 1d121a4Copy full SHA for 1d121a4
visualizer/ci/ci.jsonnet
@@ -19,6 +19,8 @@
19
Integration:: {
20
timelimit : "30:00",
21
targets: [ "tier2" ],
22
+ # reset catch files to avoid capturing (non-existent) dump files, which can take very long
23
+ catch_files: [],
24
downloads+: {
25
"TOOLS_JAVA_HOME": common.jdks_data["oraclejdk21"]
26
},
0 commit comments