mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
gitlab-ci: set the number of Fossilize threads to 4
The shared runners are set up for concurrent jobs ~= CPUs / 4 (x86) or 8 (ARM). Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5627>
This commit is contained in:
parent
be5d06106f
commit
b24b415013
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ create_clean_git
|
|||
for fossil in $(query_fossils_yaml fossils)
|
||||
do
|
||||
fetch_fossil "$fossil" || exit $?
|
||||
fossilize-replay $fossil || exit $?
|
||||
fossilize-replay --num-threads 4 $fossil || exit $?
|
||||
rm $fossil
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue