From ba44a713316bd8451d4d3bcb1be7d7e325aacc8b Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Thu, 28 Nov 2024 23:11:14 +0100 Subject: [PATCH] fix(actions): make integration tests run one at the time Signed-off-by: Dusan Malusev --- .github/workflows/integration-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 40cfeef..8c78b7a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,9 +25,15 @@ jobs: if-no-files-found: error retention-days: 1 test: + cancel-timeout-minutes: 1 + timeout-minutes: 20 + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true needs: [build] runs-on: ubuntu-latest strategy: + max-parallel: 1 matrix: gemini-features: ["basic", "normal"] gemini-concurrency: [4]