.gitlab: use less aggressive nproc on our aarch64/32 runners
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 13 Jun 2022 17:12:58 +0000 (18:12 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 13 Jun 2022 23:15:06 +0000 (00:15 +0100)
commitb56d1ee9514be227854a589b4e11551bed4448a0
treea86c421ba233893c0edfbd8a42fe1aa641ada899
parent34776d80f312f36c8cbdf632337dc087e724b568
.gitlab: use less aggressive nproc on our aarch64/32 runners

Running on all 80 cores of our aarch64 runner does occasionally
trigger a race condition which fails the build. However the CI system
is not the time and place to play with much heisenbugs so turn down
the nproc to "only" use 40 cores in the build.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220613171258.1905715-8-alex.bennee@linaro.org>
.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml
.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml