@@ -305,15 +305,15 @@ test_debian10: clean ansible splunk-debian-10 uf-debian-10 test_setup run_small_
305
305
306
306
run_small_tests_centos7 :
307
307
@echo ' Running the super awesome small tests; CentOS 7'
308
- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform centos-7 --junitxml test-results/centos7-result/testresults_small_centos7.xml
308
+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform centos-7 --junitxml test-results/centos7-result/testresults_small_centos7.xml
309
309
310
310
run_large_tests_centos7 :
311
311
@echo ' Running the super awesome large tests; CentOS 7'
312
312
pytest -n 2 --reruns 1 -sv tests/test_distributed_splunk_image.py --platform centos-7 --junitxml test-results/centos7-result/testresults_large_centos7.xml
313
313
314
314
run_small_tests_redhat8 :
315
315
@echo ' Running the super awesome small tests; RedHat 8'
316
- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform redhat-8 --junitxml test-results/redhat8-result/testresults_small_redhat8.xml
316
+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform redhat-8 --junitxml test-results/redhat8-result/testresults_small_redhat8.xml
317
317
318
318
run_large_tests_redhat8 :
319
319
@echo ' Running the super awesome large tests; RedHat 8'
@@ -330,15 +330,15 @@ test_setup:
330
330
331
331
run_small_tests_debian9 :
332
332
@echo ' Running the super awesome small tests; Debian 9'
333
- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-9 --junitxml test-results/debian9-result/testresults_small_debian9.xml
333
+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-9 --junitxml test-results/debian9-result/testresults_small_debian9.xml
334
334
335
335
run_large_tests_debian9 :
336
336
@echo ' Running the super awesome large tests; Debian 9'
337
337
pytest -n 2 --reruns 1 -sv tests/test_distributed_splunk_image.py --platform debian-9 --junitxml test-results/debian9-result/testresults_large_debian9.xml
338
338
339
339
run_small_tests_debian10 :
340
340
@echo ' Running the super awesome small tests; Debian 10'
341
- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-10 --junitxml test-results/debian10-result/testresults_small_debian10.xml
341
+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-10 --junitxml test-results/debian10-result/testresults_small_debian10.xml
342
342
343
343
run_large_tests_debian10 :
344
344
@echo ' Running the super awesome large tests; Debian 10'
0 commit comments