From 627e5bd7352e81290a3d3a95bd1b6d947ff8a18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Tue, 11 Aug 2026 12:47:29 +0200 Subject: [PATCH] Split E2E tests into three Playwright shards Shard 1 consistently takes 1.5-2.5x as long as shard 2 (6.5-12m vs 4-5m). A third shard rebalances the file distribution and shortens the E2E chain that the cleanup job waits on. --- .github/workflows/tests-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-pr.yml b/.github/workflows/tests-pr.yml index ba1f6c60748..77f13fdd4cd 100644 --- a/.github/workflows/tests-pr.yml +++ b/.github/workflows/tests-pr.yml @@ -266,7 +266,7 @@ jobs: strategy: fail-fast: false matrix: - shard: ['1/2', '2/2'] + shard: ['1/3', '2/3', '3/3'] steps: - uses: actions/checkout@v6 with: