mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
Modify test command
This commit is contained in:
parent
5ac7020b3b
commit
e4e92afb3b
8
.github/workflows/test_common.yml
vendored
8
.github/workflows/test_common.yml
vendored
@ -56,8 +56,12 @@ jobs:
|
|||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: if [ "${{ matrix.shard }}" == 16 ]; then
|
||||||
pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=16 --alluredir=allure-results-${{ matrix.shard }}
|
pytest tests/relay/test_rln.py --alluredir=allure-results-${{ matrix.shard }}
|
||||||
|
elif [ "${{ matrix.shard }}" == 17 ]; then
|
||||||
|
pytest tests/store/test_cursor_many_msgs.py --alluredir=allure-results-${{ matrix.shard }}
|
||||||
|
elif [ "${{ matrix.shard }}" != 17 ]; then
|
||||||
|
pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=16 --alluredir=allure-results-${{ matrix.shard }}
|
||||||
|
|
||||||
- name: Upload allure results
|
- name: Upload allure results
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user