Compare commits

...

2 Commits

Author SHA1 Message Date
4e45b07712 2 shards 2025-02-21 22:58:05 -05:00
69044d55ac 1 worker, 8 shards 2025-02-21 22:39:12 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: E2E Tests
on:
push:
branches: [ main ]
branches: [ main, pierremtb/adhoc/workers-1]
pull_request:
concurrency:
@ -40,8 +40,8 @@ jobs:
matrix:
# TODO: enable self-hosted-windows-8-cores once available
os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-16-cores]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
shardIndex: [1, 2]
shardTotal: [2]
runs-on: ${{ matrix.os }}
needs: check-rust-changes
steps:

View File

@ -13,7 +13,7 @@ export default defineConfig({
/* Do not retry */
retries: 0,
/* Different amount of parallelism on CI and local. */
workers: 8,
workers: 1,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
['dot'],