]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab-ci: Speed up the msys2-64bit job by using --without-default-devices
authorThomas Huth <thuth@redhat.com>
Thu, 16 Dec 2021 08:22:53 +0000 (09:22 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 17 Dec 2021 08:12:37 +0000 (09:12 +0100)
commit9f8e6cad65a66b27e797defe639a4a4fd4330f23
tree7ad955513c3c890b18f34b53d3f8845049eb6aea
parentac6aa30ac47b2abaf142f76de46374da2a98f6e7
gitlab-ci: Speed up the msys2-64bit job by using --without-default-devices

The new msys2-64bit job is often running for more than 50 minutes - and
if the CI is currently loaded, it times out after 60 minutes. The job
has been declared with a bigger timeout, but seems like this is getting
ignored on the shared Gitlab-CI Windows runners, so we're currently
seeing a lot of failures with this job. Thus we have to reduce the time
it takes to finish this job. Since we want to test compiling the WHPX
and HAX accelerator code with this job, switching to another target CPU
is not really a good option, so let's reduce the amount of code that we
have to compile with the --without-default-devices switch instead.

Message-Id: <20211216082253.43899-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml