From 21dd3e4342225e559a48e74f4366e25bf9a1f3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mu=C3=B1oz=20Vera?= Date: Mon, 13 Jan 2025 16:55:52 +0100 Subject: [PATCH] Fix(ci) downgrade ubuntu version on playwright jobs (#19339) * Fix: downgrading ubuntu version to 22.04 on playwright jobs * Fix: indentation issue in playwright skip jobs --- .github/workflows/playwright-mysql-e2e-skip.yml | 8 ++++---- .github/workflows/playwright-mysql-e2e.yml | 2 +- .github/workflows/playwright-postgresql-e2e-skip.yml | 8 ++++---- .github/workflows/playwright-postgresql-e2e.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/playwright-mysql-e2e-skip.yml b/.github/workflows/playwright-mysql-e2e-skip.yml index 29b27a8287a..54298c6561d 100644 --- a/.github/workflows/playwright-mysql-e2e-skip.yml +++ b/.github/workflows/playwright-mysql-e2e-skip.yml @@ -31,9 +31,9 @@ jobs: playwright-ci-mysql: runs-on: ubuntu-latest strategy: - fail-fast: false - matrix: - shardIndex: [1, 2] - shardTotal: [2] + fail-fast: false + matrix: + shardIndex: [1, 2] + shardTotal: [2] steps: - run: 'echo "Step is not required"' diff --git a/.github/workflows/playwright-mysql-e2e.yml b/.github/workflows/playwright-mysql-e2e.yml index dd97f72597a..0857cc61c65 100644 --- a/.github/workflows/playwright-mysql-e2e.yml +++ b/.github/workflows/playwright-mysql-e2e.yml @@ -36,7 +36,7 @@ concurrency: jobs: playwright-ci-mysql: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: test strategy: fail-fast: false diff --git a/.github/workflows/playwright-postgresql-e2e-skip.yml b/.github/workflows/playwright-postgresql-e2e-skip.yml index 119e36fbb65..f9be1a79152 100644 --- a/.github/workflows/playwright-postgresql-e2e-skip.yml +++ b/.github/workflows/playwright-postgresql-e2e-skip.yml @@ -31,9 +31,9 @@ jobs: playwright-ci-postgresql: runs-on: ubuntu-latest strategy: - fail-fast: false - matrix: - shardIndex: [1, 2] - shardTotal: [2] + fail-fast: false + matrix: + shardIndex: [1, 2] + shardTotal: [2] steps: - run: 'echo "Step is not required"' diff --git a/.github/workflows/playwright-postgresql-e2e.yml b/.github/workflows/playwright-postgresql-e2e.yml index b3ea6c97862..11d8d4408f9 100644 --- a/.github/workflows/playwright-postgresql-e2e.yml +++ b/.github/workflows/playwright-postgresql-e2e.yml @@ -36,7 +36,7 @@ concurrency: jobs: playwright-ci-postgresql: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 environment: test strategy: fail-fast: false