- qga/win32: Use rundll for VSS installation - qga/win32: Remove change action from MSI installer - ide: Increment BB in-flight counter for TRIM BH - hw/pci-bridge/pxb: Fix missing swizzle - host-vdpa: make notifiers _init()/_uninit() symmetric - hw/virtio: vdpa: Fix leak of host-notifier memory-region - accel/tcg/cpu-exec: Fix precise single-stepping after interrupt - Allow setting up to 8 bytes with the generic loader - hw/net/virtio-net: make some VirtIONet const - accel/tcg: Optimize jump cache flush during tlb range flush - 9pfs: prevent opening special files (CVE-2023-2861) - tcg: Reduce tcg_assert_listed_vecop() scope - gitlab: Disable plugins for cross-i386-tci - vfio/pci: Fix a segfault in vfio_realize - block/iscsi: fix double-free on BUSY or similar statuses - tests/tcg: fix unused variable in linux-test - hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value - qga/vss-win32: fix warning for clang++-15 - vnc: avoid underflow when accessing user-provided address - block/monitor: Fix crash when executing HMP commit - virtio-gpu: add a FIXME for virtio_gpu_load() - hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI - migration: report compress thread pid to libvirt Signed-off-by: Jiabo Feng <fengjiabo1@huawei.com>
35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
From d301917340f0d0196fb8e346a5d489e9be329a0a Mon Sep 17 00:00:00 2001
|
|
From: jipengfei <jipengfei_yewu@cmss.chinamobile.com>
|
|
Date: Fri, 30 Jun 2023 21:33:34 +0800
|
|
Subject: [PATCH] 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.
|
|
|
|
cheery-pick from 0cc889c8826cefa5b80110d31a62273b56aa1832
|
|
|
|
Signed-off-by: jipengfei_yewu <jipengfei_yewu@cmss.chinamobile.com>
|
|
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 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
|
|
index 17d6cb3e45..d06bf5f57d 100644
|
|
--- a/.gitlab-ci.d/crossbuilds.yml
|
|
+++ b/.gitlab-ci.d/crossbuilds.yml
|
|
@@ -65,7 +65,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-mips-system:
|
|
--
|
|
2.41.0.windows.1
|
|
|