mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
try the sharding option
This commit is contained in:
parent
34901ad692
commit
41d4e38382
5
.github/workflows/test_common.yml
vendored
5
.github/workflows/test_common.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
|||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: tests
|
name: tests
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
shard: [ 1, 2, 3, 4, 5, 6 ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
@ -53,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
|
pytest --shard-id=${{ matrix.shard }} --num-shards=6 --alluredir=allure-results
|
||||||
|
|
||||||
- name: Get allure history
|
- name: Get allure history
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user