aboutsummaryrefslogtreecommitdiff
path: root/khilman-trigger-flex.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2016-06-06 15:22:56 +0300
committerMilo Casagrande <milo.casagrande@linaro.org>2016-06-08 14:01:49 +0000
commit7c099e33aa6b05287549c48f2418defc974a0d2f (patch)
tree1a6e0df4ed8a7cd515943f0b1f508cd982b08351 /khilman-trigger-flex.yaml
parent2f6ddae01a72711361abfb523966866fda893a1e (diff)
khilman-trigger-flex: add BRIDGE for kvm lava testing
Pipeline lava needs a bridged network for testing kvm guests. Add a temporary defconfig until https://patchwork.kernel.org/patch/9138097/ is merged. With the workaround in place, I'm not blocked replacing linux-kvm job with kernelci based kernels. Change-Id: I766dafba1e446896ec3ad3e559b24ae262446eb8 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'khilman-trigger-flex.yaml')
-rw-r--r--khilman-trigger-flex.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/khilman-trigger-flex.yaml b/khilman-trigger-flex.yaml
index 1fcd2616f5..3904328d04 100644
--- a/khilman-trigger-flex.yaml
+++ b/khilman-trigger-flex.yaml
@@ -308,6 +308,13 @@
DEFCONFIG_LIST=${DEFCONFIG_LIST/allmodconfig/}
fi
+ # Temporary config, bridge for kvm testing
+ if [ ${tree_name} = "mainline"} ] && [ ${ARCH} = "arm64" ]; then
+ if ! grep -q CONFIG_BRIDGE= arch/arm64/configs/defconfig; thn
+ DEFCONFIG_LIST+="defconfig+CONFIG_BRIDGE=m"
+ fi
+ fi
+
# Security testing features
DEFCONFIG_LIST+="$base_defconfig+CONFIG_LKDTM=y "