.gitlab-ci.d/crossbuilds.yml: Force 'make check' to -j2 for cross-i686-tci
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Sep 2024 13:49:13 +0000 (14:49 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Sep 2024 10:39:50 +0000 (11:39 +0100)
commita765aa6501219548e8f88ba8eaae93142130df18
tree8249fb6c17b3752e394d31ddc35fffa8ee7f5104
parentea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a
.gitlab-ci.d/crossbuilds.yml: Force 'make check' to -j2 for cross-i686-tci

In commit 1374ed49e1453c300 we forced the cross-i686-tci job to -j1 to
see if this helped with test timeouts. It seems to help with that but
on the other hand we now sometimes run into the overall 60 minute
job timeout. Try -j2 instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240916134913.2540486-1-peter.maydell@linaro.org
.gitlab-ci.d/crossbuilds.yml