From 749bd03fe23d4c1558992c9af1b245e5ec6ed7fa Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:06:08 +0530 Subject: [PATCH] fix(ci): reduce cypress machines to 1 (#13327) --- .github/workflows/cypress-integration-tests-mysql-skip.yml | 2 +- .github/workflows/cypress-integration-tests-mysql.yml | 2 +- .github/workflows/cypress-integration-tests-postgresql-skip.yml | 2 +- .github/workflows/cypress-integration-tests-postgresql.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-integration-tests-mysql-skip.yml b/.github/workflows/cypress-integration-tests-mysql-skip.yml index 0790438d8fb..a16d49e6100 100644 --- a/.github/workflows/cypress-integration-tests-mysql-skip.yml +++ b/.github/workflows/cypress-integration-tests-mysql-skip.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - job: [0, 1, 2] + job: [0] environment: test steps: - run: 'echo "Step is not required"' \ No newline at end of file diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 98021f91ddd..f826d145096 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - job: [0, 1, 2] + job: [0] environment: test steps: - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/cypress-integration-tests-postgresql-skip.yml b/.github/workflows/cypress-integration-tests-postgresql-skip.yml index 563b133b918..8f83f25ce4b 100644 --- a/.github/workflows/cypress-integration-tests-postgresql-skip.yml +++ b/.github/workflows/cypress-integration-tests-postgresql-skip.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - job: [0, 1, 2] + job: [0] environment: test steps: - run: 'echo "Step is not required"' \ No newline at end of file diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 68aa92edf6c..453771faa2e 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - job: [0, 1, 2] + job: [0] environment: test steps: - name: Free Disk Space (Ubuntu)