e2e: queue by groups

This commit is contained in:
Churikova Tetiana 2022-04-27 14:29:47 +02:00
parent 4f1e9723d0
commit 0fe6cd4125
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
2 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,7 @@ pipeline {
sh 'cp -f $TEST_ETH_ACCOUNTS_FILE users.py'
sh """
python3 -m pytest \
--numprocesses 15 \
--numprocesses 9 \
--rerun_count=2 \
--testrail_report=True \
-m testrail_id \

View File

@ -100,7 +100,6 @@ pipeline {
--numprocesses 9 \
--rerun_count=2 \
--testrail_report=True \
--dist loadgroup \
-m \"${params.TEST_MARKERS}\" \
-k \"${params.KEYWORD_EXPRESSION}\" \
--apk=${params.APK_NAME} \