Skip to content

Commit ef4f399

Browse files
authored
scale number of simultaneous tests on Jenkins (#767)
1 parent 1b1a158 commit ef4f399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ do
5858
fi
5959
# shellcheck disable=SC2086
6060
LC_ALL=C ./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
61-
-j4 DRAFT="${version}" "${EXTRA}" \
61+
-j$(nproc) DRAFT="${version}" "${EXTRA}" \
6262
"--classname=py${PYTHON_VERSION}_${CONTAINER}"
6363
# LC_ALL=C is to work around junit-xml ASCII only bug
6464
CODE=$((CODE+$?)) # capture return code of ./run_test.sh

0 commit comments

Comments
 (0)