aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-06-29 15:08:44 +0200
committerRichard Henderson <richard.henderson@linaro.org>2023-06-29 18:04:06 +0200
commit3b746a43ebf3eb4f5be74dbc36c6c15661472d9e (patch)
tree64eaa299d7ae6c1b9b203952447c35799b91cb2e /.gitlab-ci.d
parent4d541f63e90c81112c298cbb35ed53e9c79deb00 (diff)
downloadqemu-3b746a43ebf3eb4f5be74dbc36c6c15661472d9e.zip
qemu-3b746a43ebf3eb4f5be74dbc36c6c15661472d9e.tar.gz
qemu-3b746a43ebf3eb4f5be74dbc36c6c15661472d9e.tar.bz2
gitlab: Disable plugins for cross-i386-tci
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>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/crossbuilds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
index 1e0e6c7..b6ec99e 100644
--- a/.gitlab-ci.d/crossbuilds.yml
+++ b/.gitlab-ci.d/crossbuilds.yml
@@ -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: