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 95767f4 commit 2a2e271Copy full SHA for 2a2e271
ci.jsonnet
@@ -57,6 +57,7 @@ local graalNodeJs = import 'graal-nodejs/ci.jsonnet';
57
+ self.graalvmtests_run
58
+ (if std.length(self.cd_run) > 0 then [['mx', 'sversions']] else []),
59
timelimit: error "timelimit not set for '" + (if std.objectHasAll(self, 'name') then self.name else '') + "'",
60
+ diskspace_required: '30GB',
61
},
62
63
defs:: {
0 commit comments