Skip to content

Commit 06c3dd3

Browse files
committed
Add adhoc sleep to gate jobs
1 parent 8f1cd6b commit 06c3dd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/python-gate.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@
467467
// logging
468468
["mx"] + self.mx_parameters + self.dy + ["sversions"],
469469
],
470+
run+: [ ["sleep", "30m"] ],
470471
on_success+: [
471472
["rm", "-rf", "graal_dumps"],
472473
],

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ def graalpython_gate_runner(_, tasks):
14231423
if task:
14241424
run_python_unittests(
14251425
graalpy_standalone_jvm(),
1426-
nonZeroIsFatal=nonZeroIsFatal,
1426+
nonZeroIsFatal=False,
14271427
report=report(),
14281428
parallel=6,
14291429
)

0 commit comments

Comments
 (0)