From 94bd82443f5f31169a3a202dcdc598eff05e660a Mon Sep 17 00:00:00 2001 From: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:47:28 +0530 Subject: [PATCH] ci(pw): increase number of machine to fasten the results (#23615) --- .github/workflows/playwright-postgresql-e2e-skip.yml | 4 ++-- .github/workflows/playwright-postgresql-e2e.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright-postgresql-e2e-skip.yml b/.github/workflows/playwright-postgresql-e2e-skip.yml index 045f8930685..74d1aadee78 100644 --- a/.github/workflows/playwright-postgresql-e2e-skip.yml +++ b/.github/workflows/playwright-postgresql-e2e-skip.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4] - shardTotal: [2] + shardIndex: [1, 2, 3, 4, 5, 6] + shardTotal: [6] steps: - run: 'echo "Step is not required"' diff --git a/.github/workflows/playwright-postgresql-e2e.yml b/.github/workflows/playwright-postgresql-e2e.yml index 3d79955ed92..e55551eb2fb 100644 --- a/.github/workflows/playwright-postgresql-e2e.yml +++ b/.github/workflows/playwright-postgresql-e2e.yml @@ -44,8 +44,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4] - shardTotal: [4] + shardIndex: [1, 2, 3, 4, 5, 6] + shardTotal: [6] steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main