mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
Run test_rln.py in single shard
This commit is contained in:
parent
82abd26f45
commit
36f6ff2821
8
.github/workflows/test_common.yml
vendored
8
.github/workflows/test_common.yml
vendored
@ -57,9 +57,11 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.shard }}" == 7 ]; then
|
if [ "${{ matrix.shard }}" == 7 ]; then
|
||||||
pytest --reruns 2 -k "test_get_multiple_2000_store_messages" -n 1 --maxfail=1
|
pytest --reruns 2 -k "test_get_multiple_2000_store_messages" -n 1 --maxfail=1
|
||||||
elif [ "${{ matrix.shard }}" != 7 ]; then
|
elif [ "${{ matrix.shard }}" == 1 ]; then
|
||||||
pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results
|
pytest --dist=loadgroup tests/relay/test_rln.py -n 1
|
||||||
|
elif [ "${{ matrix.shard }}" != 7 && "${{ matrix.shard }}" != 1]; then
|
||||||
|
pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --ignore=tests/relay/test_rln.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user