Skip to content

Commit 2f7b922

Browse files
vdusekclaude
andcommitted
ci: set E2E max-parallel to 4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e15cfd0 commit 2f7b922

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,23 @@ jobs:
8585
(github.event_name == 'push' && github.ref == 'refs/heads/master')
8686
}}
8787
88-
# E2E tests build and run Actors on the platform. The combination of max-parallel 2 with 16 pytest
88+
# E2E tests build and run Actors on the platform. The combination of max-parallel 4 with 16 pytest
8989
# workers and a global concurrency group is a compromise between stability and performance - it keeps
9090
# the platform's resource usage in check while still allowing reasonable test throughput.
9191
concurrency:
9292
group: e2e-tests
9393
cancel-in-progress: false
9494

9595
strategy:
96-
max-parallel: 2
96+
max-parallel: 4
9797
matrix:
9898
os: ["ubuntu-latest"]
9999
python-version: ["3.10", "3.14"]
100100

101101
runs-on: ${{ matrix.os }}
102102

103103
env:
104-
TESTS_CONCURRENCY: "8"
104+
TESTS_CONCURRENCY: "16"
105105

106106
steps:
107107
- name: Checkout repository

0 commit comments

Comments
 (0)