diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index f987f27c..059aeba4 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,4,5,6,7,8,9,10,11,12,13,14,15] + shard: [0,1,2,3,4,5,6,7,8] runs-on: ubuntu-latest timeout-minutes: 120 @@ -58,7 +58,7 @@ jobs: - name: Run tests run: | pytest -m "not rln and not store2000" --reruns 2 --shard-id=${{ matrix.shard }} - --num-shards=16 --alluredir=allure-results-${{ matrix.shard }} + --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} fi