We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1a158 commit ef4f399Copy full SHA for ef4f399
jenkins.bash
@@ -58,7 +58,7 @@ do
58
fi
59
# shellcheck disable=SC2086
60
LC_ALL=C ./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
61
- -j4 DRAFT="${version}" "${EXTRA}" \
+ -j$(nproc) DRAFT="${version}" "${EXTRA}" \
62
"--classname=py${PYTHON_VERSION}_${CONTAINER}"
63
# LC_ALL=C is to work around junit-xml ASCII only bug
64
CODE=$((CODE+$?)) # capture return code of ./run_test.sh
0 commit comments