aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream-arm.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-02-22 11:59:28 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-22 11:59:28 +0200
commitef86cb2045e0a3b3546522f1dec6756eedf4632f (patch)
treebf1b74b6b9a81fa99465225358e78a50a75795a0 /zephyr-upstream-arm.yaml
parente59fcdb02fe7100a2fa075d42707aab67dcb8d43 (diff)
zephyr: submit job to Arduino101
Since an Arduino101 is now available in the lab and supported by LAVA, submit a simple LAVA test definitions. It's running the legacy kernel task test. Change-Id: I2ef8cc134dfc8f031044583a7d6a4d58e99954de Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-upstream-arm.yaml')
-rw-r--r--zephyr-upstream-arm.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr-upstream-arm.yaml b/zephyr-upstream-arm.yaml
index 8bad156611..977f3e5e4a 100644
--- a/zephyr-upstream-arm.yaml
+++ b/zephyr-upstream-arm.yaml
@@ -95,6 +95,9 @@
#!/bin/bash -e
case "${PLATFORM}" in
+ arduino_101)
+ export DEVICE_TYPE=arduino101
+ ;;
qemu_cortex_m3)
export DEVICE_TYPE=qemu
;;