Skip to content

Commit 3974806

Browse files
committed
CI: Try not running group 2/10 UBSAN in parallel.
It's being killed with signal 143, which means docker isn't happy; too much memory consumption? Signed-off-by: Rusty Russell <[email protected]>
1 parent 0ed0a8f commit 3974806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
- NAME: ASan/UBSan (01/10)
402402
PYTEST_OPTS: --test-group=1 --test-group-count=10
403403
- NAME: ASan/UBSan (02/10)
404-
PYTEST_OPTS: --test-group=2 --test-group-count=10
404+
PYTEST_OPTS: --test-group=2 --test-group-count=10 -n 1
405405
- NAME: ASan/UBSan (03/10)
406406
PYTEST_OPTS: --test-group=3 --test-group-count=10
407407
- NAME: ASan/UBSan (04/10)

0 commit comments

Comments
 (0)