From: Thomas Huth Date: Tue, 26 Jan 2021 17:23:45 +0000 (+0100) Subject: gitlab-ci.yml: Exclude some redundant targets in build-without-default-features X-Git-Tag: v6.0.0-rc0~123^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cd95aec4c205f0285b378f36648e9f1654dd954;p=thirdparty%2Fqemu.git gitlab-ci.yml: Exclude some redundant targets in build-without-default-features 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é Reviewed-by: Wainer dos Santos Moschetta Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7bdf419d53..d0d8914bffb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: