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') {
|
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 \
|
||||||
|
|
|
@ -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}" \
|
||||||
|
|
|
@ -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} \
|
||||||
|
|
Loading…
Reference in New Issue