From d70841895f0de067aefe0d46fc4c753446cc37e5 Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 24 Dec 2024 18:01:03 +0200 Subject: [PATCH] Change number of shards to 5 --- .github/workflows/test_common.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index dc89d861..4579cbb7 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -37,7 +37,7 @@ jobs: name: tests strategy: matrix: - shard: [ 0,1,2,3 ] + shard: [ 0,1,2,3,4 ] runs-on: ubuntu-latest timeout-minutes: 120 steps: @@ -56,7 +56,7 @@ jobs: - name: Run tests run: | - pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=4 --alluredir=allure-results + pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=5 --alluredir=allure-results - name: Get allure history if: always() @@ -82,7 +82,7 @@ jobs: with: name: allure-results-${{ matrix.shard }} path: allure-results/ - + - name: Create job summary if: always() env: