mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 15:03:11 +00:00
increase shards to 4
This commit is contained in:
parent
9cd19cdc8e
commit
b1288391c8
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
name: tests
|
||||
strategy:
|
||||
matrix:
|
||||
shard: [ 0,1 ]
|
||||
shard: [ 0,1,2,3 ]
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --dist loadgroup --reruns 2 --shard-id=1 --num-shards=2 --alluredir=allure-results
|
||||
pytest --dist loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=2 --alluredir=allure-results
|
||||
|
||||
- name: Get allure history
|
||||
if: always()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user