Skip to content

Commit 05b6f91

Browse files
committed
Delete any graal_dumps from successful gates to save buildbot disk space
1 parent 9d9717e commit 05b6f91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/python-bench.libsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
local platform_spec = run_spec.platform_spec,
1414
local evaluate_late = run_spec.evaluate_late,
1515
local downloads = self.downloads,
16-
local graalpy_gate = self.graalpy_gate,
1716
local os_arch_jdk_mixin = self.os_arch_jdk_mixin,
1817
local all_jobs = self.all_jobs,
1918
local no_jobs = self.no_jobs,

ci/python-gate.libsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@
467467
// logging
468468
["mx"] + self.mx_parameters + self.dy + ["sversions"],
469469
],
470+
on_success+: [
471+
["rm", "-rf", "graal_dumps"],
472+
],
470473
}),
471474

472475
graalpy_ee_gate:: $.graalpy_gate + task_spec({

0 commit comments

Comments
 (0)