From 46beae9061d33d3c88454d0bedb4984cf934e033 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 7 Jul 2022 20:55:47 +0200 Subject: [PATCH] Bump number of test groups from 6 -> 10 (#74648) --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a4413e3668..2f97a8e4208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,8 +93,8 @@ jobs: # Defaults integrations_glob="" test_full_suite="true" - test_groups="[1, 2, 3, 4, 5, 6]" - test_group_count=6 + test_groups="[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]" + test_group_count=10 tests="[]" tests_glob="" @@ -137,8 +137,8 @@ jobs: || [[ "${{ github.event.inputs.full }}" == "true" ]] \ || [[ "${{ contains(github.event.pull_request.labels.*.name, 'ci-full-run') }}" == "true" ]]; then - test_groups="[1, 2, 3, 4, 5, 6]" - test_group_count=6 + test_groups="[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]" + test_group_count=10 test_full_suite="true" fi