Skip to content

Commit ba8b47f

Browse files
committed
ci: don't run shard 2/12 ubsan without parallel.
3974806 added this: 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? But since we're now at 12 groups, that probably doesn't apply (it might not have even before, in the two years since that commit since so may things have been added). And it caused this shard to take over 2 hours and timed out. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 66a151d commit ba8b47f

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
@@ -512,7 +512,7 @@ jobs:
512512
- NAME: ASan/UBSan (01/12)
513513
PYTEST_OPTS: --test-group=1 --test-group-count=12
514514
- NAME: ASan/UBSan (02/12)
515-
PYTEST_OPTS: --test-group=2 --test-group-count=12 -n 1
515+
PYTEST_OPTS: --test-group=2 --test-group-count=12
516516
- NAME: ASan/UBSan (03/12)
517517
PYTEST_OPTS: --test-group=3 --test-group-count=12
518518
- NAME: ASan/UBSan (04/12)

0 commit comments

Comments
 (0)