From ef86cb2045e0a3b3546522f1dec6756eedf4632f Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Wed, 22 Feb 2017 11:59:28 +0200 Subject: 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 --- zephyr-upstream-arm.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zephyr-upstream-arm.yaml') 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 ;; -- cgit v1.2.3