From 05757231cdd39b1197fe0141841a7eabe1635a0d Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sat, 8 May 2021 23:21:42 -0400 Subject: [PATCH 1/2] Attempts to fix CI --- .github/workflows/ci-suite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 8da3f9c457..db87448a8c 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -187,7 +187,9 @@ jobs: env: TGS4_TEST_DATABASE_TYPE: SqlServer TGS4_TEST_DUMP_API_SPEC: yes + concurrency: integration-${{ github.ref } strategy: + max-parallel: 1 matrix: watchdog-type: [ 'Basic', 'System' ] configuration: [ 'Debug', 'Release' ] @@ -300,7 +302,9 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=3 + concurrency: integration-${{ github.ref } strategy: + max-parallel: 1 matrix: database-type: [ 'Sqlite', 'PostgresSql', 'MariaDB', 'MySql' ] watchdog-type: [ 'Basic', 'System' ] From 2ecf177d0533703f85107945ff7a4e898cbe3199 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sat, 8 May 2021 23:24:19 -0400 Subject: [PATCH 2/2] Update ci-suite.yml --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index db87448a8c..0339fbebe4 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -187,7 +187,7 @@ jobs: env: TGS4_TEST_DATABASE_TYPE: SqlServer TGS4_TEST_DUMP_API_SPEC: yes - concurrency: integration-${{ github.ref } + concurrency: integration-${{ github.ref }} strategy: max-parallel: 1 matrix: @@ -302,7 +302,7 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=3 - concurrency: integration-${{ github.ref } + concurrency: integration-${{ github.ref }} strategy: max-parallel: 1 matrix: