From bd04bb20845b7fad6ce5b256a8201089d949350d Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sun, 9 May 2021 17:09:44 -0400 Subject: [PATCH 1/2] Update ci-suite.yml --- .github/workflows/ci-suite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 0339fbebe4..ef42e717fb 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -187,9 +187,9 @@ jobs: env: TGS4_TEST_DATABASE_TYPE: SqlServer TGS4_TEST_DUMP_API_SPEC: yes - concurrency: integration-${{ github.ref }} + concurrency: integration-windows strategy: - max-parallel: 1 + max-parallel: 2 matrix: watchdog-type: [ 'Basic', 'System' ] configuration: [ 'Debug', 'Release' ] @@ -302,9 +302,9 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=3 - concurrency: integration-${{ github.ref }} + concurrency: integration-linux strategy: - max-parallel: 1 + max-parallel: 2 matrix: database-type: [ 'Sqlite', 'PostgresSql', 'MariaDB', 'MySql' ] watchdog-type: [ 'Basic', 'System' ] From 45c6fa3979aba267ed07c3af8cecaac32810389f Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sun, 9 May 2021 17:10:53 -0400 Subject: [PATCH 2/2] Two runs at once test --- .github/workflows/ci-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index ef42e717fb..e73183a0f5 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -787,3 +787,4 @@ jobs: asset_path: ./ServerUpdatePackage.zip asset_name: ServerUpdatePackage.zip asset_content_type: application/zip +