diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-21 17:59:10 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-07-21 17:59:48 +0000 |
commit | 6c80975df08873ddcadb885ac0fd8b1d7655b12e (patch) | |
tree | 119b2f922143daf31cd09103d4c58304aebf565f /jjb | |
parent | 54c231924d4127a7a682bf9732f7ebb4a93da01b (diff) |
jjb/common: run-test-short: QEMU: enable KVM
Change-Id: I7b1b3a1c3dac55f6df6debcbe0b84c0e23edc5f4
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 6b8aff12..26795d46 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -69,7 +69,7 @@ fi if [ ${DEVICE_BOOT_METHOD} = "qemu" ]; then cat <<EOF >>testjob.yaml context: - no_kvm: true + no_kvm: false arch: @REPLACE_DEVICE_ARCH@ extra_options: [@REPLACE_QEMU_ARGS@] |