All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gitlab: avoid timeouts in windows cross builds
@ 2021-08-10 14:06 Daniel P. Berrangé
  2021-08-10 14:06 ` [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from " Daniel P. Berrangé
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Daniel P. Berrangé @ 2021-08-10 14:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Daniel P. Berrangé, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Willian Rampazzo, Alex Bennée

The win64 cross build is quite often hitting the job timeout, despite
having an elevated timeout of 80 minutes. A typical time is 75-78
minutes in my tests, which leaves little headroom.

I'm not inclined to increase the timeout beyond 80 minutes as this is
already unreasonably long.

Interestingly the win32 job doesn't timeout in the same way. In local
tests I've found the mingw32 gcc is as much as 50% faster than
mingw64 gcc in building QEMU. This explains at least why we only see
win64 gitlab builds timeout normally.

None the less, this series thus cuts down on the amount of stuff built
in both win32 and win64 jobs, as well as cross build jobs more
generally.

With this applied:

 - win32 job runs in 40 minutes instead of 55 minutes
 - win64 job runs in 50 minutes instead of 75 minutes
 - other cross build jobs are a few minutes faster

this should give us plenty of headroom to avoid hitting the job
timeouts.

Daniel P. Berrangé (2):
  gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds
  gitlab: skip many more targets in windows cross builds

 .gitlab-ci.d/crossbuild-template.yml | 3 ++-
 .gitlab-ci.d/crossbuilds.yml         | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.31.1




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-08-18 10:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 14:06 [PATCH 0/2] gitlab: avoid timeouts in windows cross builds Daniel P. Berrangé
2021-08-10 14:06 ` [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from " Daniel P. Berrangé
2021-08-10 14:56   ` Willian Rampazzo
2021-08-11  6:24   ` Philippe Mathieu-Daudé
2021-08-18  9:15   ` Mark Cave-Ayland
2021-08-18  9:29     ` Daniel P. Berrangé
2021-08-18  9:45       ` Mark Cave-Ayland
2021-08-18 10:23         ` Philippe Mathieu-Daudé
2021-08-10 14:06 ` [PATCH 2/2] gitlab: skip many more targets in windows " Daniel P. Berrangé
2021-08-10 14:59   ` Willian Rampazzo
2021-08-11  6:20   ` Philippe Mathieu-Daudé
2021-08-11  8:43     ` Daniel P. Berrangé
2021-08-11  5:53 ` [PATCH 0/2] gitlab: avoid timeouts " Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.