mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 15:33:06 +00:00
Modify pytest command " remove collect only "
This commit is contained in:
parent
412988deba
commit
31e26a61c4
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,2,3,4,5,6,7 ,8,9,10,11]
|
||||
shard: [ 0,1,2,3,4,5,6,7 ,8,9,10,11,12,13,14]
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
elif [ "${{ matrix.shard }}" == 1 ]; then
|
||||
pytest --dist=loadfile tests/relay/test_rln.py -n 1 --alluredir=allure-results-${{ matrix.shard }}
|
||||
elif [ "${{ matrix.shard }}" != 1 ]; then
|
||||
pytest --dist=loadfile --collect-only --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results-${{ matrix.shard }}
|
||||
pytest --dist=loadfile --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=15 --alluredir=allure-results-${{ matrix.shard }}
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user