]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
gitlab-ci.yml: Exclude some redundant targets in build-without-default-features
authorThomas Huth <thuth@redhat.com>
Tue, 26 Jan 2021 17:23:45 +0000 (18:23 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Jan 2021 03:47:13 +0000 (04:47 +0100)
The build-without-default-features job is running quite long and sometimes
already hits the 1h time limit. Exclude some targets which do not provide
additional test coverage here (since we e.g. also already test other targets
of the same type, just with different endianess, or a 64-bit superset) to
avoid that we hit the timeout here so easily.

Message-Id: <20210126172345.15947-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml

index a7bdf419d53158f8610ae7d318e12d9f31874696..d0d8914bffb2de4af55f0fdcaa45597c3af78bc8 100644 (file)
@@ -617,6 +617,7 @@ build-without-default-features:
   variables:
     IMAGE: debian-amd64
     CONFIGURE_ARGS: --without-default-features --disable-user
+        --target-list-exclude=arm-softmmu,i386-softmmu,mipsel-softmmu,mips64-softmmu,ppc-softmmu
     MAKE_CHECK_ARGS: check-unit
 
 check-patch: