Skip to content

Commit

Permalink
Tame CI to use fewer parallel jobs (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Dec 18, 2023
1 parent 64b202c commit 5e1f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tests/fputil.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export FPUTIL_TARGETS=("generate" "generate --ut" "build" "build --all" "check -
function fputil_action {
export WORKDIR="${1}"
export TARGET="${2}"
let JOBS="${JOBS:-$(( ( RANDOM % 100 ) + 1 ))}"
let JOBS="${JOBS:-$(( ( RANDOM % 9 ) + 1 ))}"
(
PLATFORM=""

Expand Down

0 comments on commit 5e1f576

Please sign in to comment.