reduce number of parallel sessions

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2020-11-13 12:27:04 +01:00
parent 40e2839793
commit 6b4f2901ae
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ pipeline {
dir('test/appium/tests') { dir('test/appium/tests') {
sh """ sh """
python3 -m pytest \ python3 -m pytest \
--numprocesses 16 \ --numprocesses 15 \
--rerun_count=2 \ --rerun_count=2 \
--testrail_report=True \ --testrail_report=True \
-m testrail_id \ -m testrail_id \

View File

@ -84,7 +84,7 @@ pipeline {
dir('test/appium/tests') { dir('test/appium/tests') {
sh """ sh """
python3 -m pytest \ python3 -m pytest \
--numprocesses 16 \ --numprocesses 15 \
--rerun_count=2 \ --rerun_count=2 \
--testrail_report=True \ --testrail_report=True \
-m "${params.TEST_MARKERS}" \ -m "${params.TEST_MARKERS}" \

View File

@ -53,7 +53,7 @@ pipeline {
sh """ sh """
python3 -m pytest \ python3 -m pytest \
-m upgrade \ -m upgrade \
--numprocesses 16 \ --numprocesses 15 \
--rerun_count=2 \ --rerun_count=2 \
--testrail_report=True \ --testrail_report=True \
--network=${params.NETWORK} \ --network=${params.NETWORK} \