.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)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 08:53:13 +0000 (10:53 +0200)
commit66659fe76d3577b2cc3aa36d3935e3a2e9558e82
treede63e7df4006dc09889aef3fda22d4aed2d49d82
parent0d2a8acf3fba4d0a572d621967652503a346ceaf
.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>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/crossbuilds.yml