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.
2 parents 3ed03f3 + 1d121a4 commit b1497a9Copy full SHA for b1497a9
visualizer/ci/ci.jsonnet
@@ -4,7 +4,7 @@
4
5
Gate:: {
6
timelimit : "30:00",
7
- targets: [ "gate" ],
+ targets: [ "tier2" ],
8
run: [
9
["cd", "./visualizer"],
10
["mx", "pylint" ],
@@ -18,7 +18,9 @@
18
19
Integration:: {
20
21
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