aboutsummaryrefslogtreecommitdiff
path: root/khilman-trigger-flex.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2016-06-10 13:26:20 +0300
committerMilo Casagrande <milo.casagrande@linaro.org>2016-06-10 12:38:38 +0000
commit2dc6c3d870db68b7a5a149db8e184b58f5a8d45e (patch)
tree7e15e7874f0b893e54f28df9dd1f7db5aaf0a3b2 /khilman-trigger-flex.yaml
parent18a0eda69f020456fa76adfebd549ea5250449e1 (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. typos from last merge request fixed and shell snippet tested manually on source tree(s). Change-Id: If00f54e1fd3a380a7e6942a06899157312dca6d4 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 3091200d69..82ccb26902 100644
--- a/khilman-trigger-flex.yaml
+++ b/khilman-trigger-flex.yaml
@@ -310,6 +310,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; then
+ DEFCONFIG_LIST+="defconfig+CONFIG_BRIDGE=m "
+ fi
+ fi
+
# Security testing features
DEFCONFIG_LIST+="$base_defconfig+CONFIG_LKDTM=y "