]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
gitlab: Disable plugins for cross-i386-tci
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Jun 2023 13:08:44 +0000 (15:08 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Jun 2023 16:04:06 +0000 (18:04 +0200)
There are timeouts in the cross-i386-tci job that are related to plugins.
Restrict this job to basic TCI testing.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230629130844.151453-1-richard.henderson@linaro.org>

.gitlab-ci.d/crossbuilds.yml

index 1e0e6c7f2ce0a02c9343487ea75a92075258fb6a..b6ec99ecd1f1a6f31363070e29d7665a97623d8f 100644 (file)
@@ -57,7 +57,7 @@ cross-i386-tci:
   variables:
     IMAGE: fedora-i386-cross
     ACCEL: tcg-interpreter
-    EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,aarch64-softmmu,aarch64-linux-user,ppc-softmmu,ppc-linux-user
+    EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,aarch64-softmmu,aarch64-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins
     MAKE_CHECK_ARGS: check check-tcg
 
 cross-mipsel-system: