From f94d1a2215a22d1d63217ca99eade5c7cacaebff Mon Sep 17 00:00:00 2001 From: Zhaoqi Zhu Date: Thu, 4 Feb 2021 14:57:21 -0800 Subject: [PATCH 1/2] bump up thread count --- ci/docker/runtime_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 0e58ca1c4d3d..67a12cbaa69c 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1258,7 +1258,7 @@ integrationtest_ubuntu_cpu_onnx() { pytest $COV_ARG --verbose tests/python-pytest/onnx/test_models.py pytest $COV_ARG --verbose tests/python-pytest/onnx/test_node.py pytest $COV_ARG --verbose tests/python-pytest/onnx/test_operators.py - pytest -n 12 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py + pytest -n 20 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py } integrationtest_ubuntu_gpu_python() { From 45348c25009968ca924631768b77212cac779ae8 Mon Sep 17 00:00:00 2001 From: Zhaoqi Zhu Date: Thu, 4 Feb 2021 18:30:07 -0800 Subject: [PATCH 2/2] Update runtime_functions.sh --- ci/docker/runtime_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 67a12cbaa69c..4d3730acde27 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1258,7 +1258,7 @@ integrationtest_ubuntu_cpu_onnx() { pytest $COV_ARG --verbose tests/python-pytest/onnx/test_models.py pytest $COV_ARG --verbose tests/python-pytest/onnx/test_node.py pytest $COV_ARG --verbose tests/python-pytest/onnx/test_operators.py - pytest -n 20 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py + pytest -n 24 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py } integrationtest_ubuntu_gpu_python() {