Compare commits

...

2 Commits

Author SHA1 Message Date
a4158205d1 Playwright may fool me once, 1 Shard Edition TM 2025-02-06 17:13:13 -05:00
96cdaac6d8 Playwright may fool me once 2025-02-06 16:57:58 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ if [[ ! -f "test-results/.last-run.json" ]]; then
fi
retry=1
max_retrys=5
max_retrys=1
# retry failed tests, doing our own retries because using inbuilt playwright retries causes connection issues
while [[ $retry -le $max_retrys ]]; do

View File

@ -1,7 +1,7 @@
name: E2E Tests
on:
push:
branches: [ main ]
branches: [ main, pierremtb/playwright-may-fool-me-once-1-shard ]
pull_request:
branches: [ main ]
@ -41,8 +41,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]
shardTotal: [1]
runs-on: ${{ matrix.os }}
needs: check-rust-changes
steps: