aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-09-05 14:01:09 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-09-06 11:33:10 +0100
commit52058bad9f0ec3f6aa8cbf70b4f2a9b778b1e868 (patch)
treec9c3b075cb606d6aac024895952a1710402c4681 /test-configs.yaml
parent59334a3c82de9a3dc6c91b07e349c68736f13e2c (diff)
test-configs.yaml: remove vexpress_defconfig for qemu_arm-virt
The vexpress_defconfig produces unbootable kernel for qemu_arm-virt-gicv3, let's remove it from the qemu_arm-virt-gicv3's defconfig used. Even since qemu_arm-virt-gicv2 boot, vexpress_defconfig is not mean to produce a bootable kernel for it, so let's remove it alongside. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index cd01e99..ec59459 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -767,7 +767,7 @@ device_types:
guestfs_interface: 'virtio'
machine: 'virt,gic-version=2'
filters:
- - whitelist: {defconfig: ['multi_v7_defconfig', 'vexpress_defconfig']}
+ - whitelist: {defconfig: ['multi_v7_defconfig']}
qemu_arm-virt-gicv3:
base_name: qemu
@@ -780,7 +780,7 @@ device_types:
guestfs_interface: 'virtio'
machine: 'virt,gic-version=3'
filters:
- - whitelist: {defconfig: ['multi_v7_defconfig', 'vexpress_defconfig']}
+ - whitelist: {defconfig: ['multi_v7_defconfig']}
qemu_arm64-virt-gicv2:
base_name: qemu