reduce number of parallel sessions
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
40e2839793
commit
6b4f2901ae
|
@ -48,7 +48,7 @@ pipeline {
|
|||
dir('test/appium/tests') {
|
||||
sh """
|
||||
python3 -m pytest \
|
||||
--numprocesses 16 \
|
||||
--numprocesses 15 \
|
||||
--rerun_count=2 \
|
||||
--testrail_report=True \
|
||||
-m testrail_id \
|
||||
|
|
|
@ -84,7 +84,7 @@ pipeline {
|
|||
dir('test/appium/tests') {
|
||||
sh """
|
||||
python3 -m pytest \
|
||||
--numprocesses 16 \
|
||||
--numprocesses 15 \
|
||||
--rerun_count=2 \
|
||||
--testrail_report=True \
|
||||
-m "${params.TEST_MARKERS}" \
|
||||
|
|
|
@ -53,7 +53,7 @@ pipeline {
|
|||
sh """
|
||||
python3 -m pytest \
|
||||
-m upgrade \
|
||||
--numprocesses 16 \
|
||||
--numprocesses 15 \
|
||||
--rerun_count=2 \
|
||||
--testrail_report=True \
|
||||
--network=${params.NETWORK} \
|
||||
|
|
Loading…
Reference in New Issue