Skip to content

Commit 9e0aa56

Browse files
authored
ci: Remove E2E tests concurrency group to allow parallel matrix jobs (#811)
- Relates: #785 - The Python SDK service account limits were increased as part of apify/apify-core#25840. - Removed max-parallel: 2, as it had no effect due to being overridden by the static concurrency group. - Removed the static e2e-tests concurrency group to evaluate whether the new limits are sufficient. If not, we will either increase them further or introduce dedicated concurrency group limits.
1 parent 0ea727c commit 9e0aa56

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/_tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,7 @@ 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
89-
# workers and a global concurrency group is a compromise between stability and performance - it keeps
90-
# the platform's resource usage in check while still allowing reasonable test throughput.
91-
concurrency:
92-
group: e2e-tests
93-
cancel-in-progress: false
94-
9588
strategy:
96-
max-parallel: 2
9789
matrix:
9890
os: ["ubuntu-latest"]
9991
python-version: ["3.10", "3.14"]

0 commit comments

Comments
 (0)