Skip to content

Commit 002a5d7

Browse files
committed
CI: use 10, not 5 for non-vlagrind parallelism.
Testing to see if this helps. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 77d11cb commit 002a5d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510
run: |
511511
env
512512
cat config.vars
513-
VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n $(($(nproc) + 1)) ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
513+
VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n 10 ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
514514
- name: Upload test results
515515
if: always()
516516
uses: actions/upload-artifact@v4
@@ -616,7 +616,7 @@ jobs:
616616
run: |
617617
env
618618
cat config.vars
619-
VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n $(($(nproc) + 1)) ${PYTEST_OPTS}"
619+
VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n 10 ${PYTEST_OPTS}"
620620
- name: Upload test results
621621
if: always()
622622
uses: actions/upload-artifact@v4
@@ -742,7 +742,7 @@ jobs:
742742
env:
743743
PYTEST_OPTS: ${{ env.PYTEST_OPTS_BASE }} --test-group-random-seed=42
744744
run: |
745-
sg wireshark "uv run eatmydata pytest tests/ -n $(($(nproc) + 1)) ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
745+
sg wireshark "uv run eatmydata pytest tests/ -n 10 ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
746746
- name: Upload test results
747747
if: always()
748748
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)