aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-07-09 09:39:37 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-07-09 14:05:36 +0000
commit66da194d36907840b5322b18f3f1caf2e46619dc (patch)
tree8b8decb8366bacb0d0c41b31a9bc26110d2d8494 /zephyr-upstream.yaml
parentd2024c42f02aed2a3a3ddc22dd99d286161dfee4 (diff)
Revert "zephyr: temporarily disable testing"
This reverts commit a0352361ae46a797a275f2f6ed699c34f7dd89c1. Change-Id: Icb67c2b6ed9acc71c7ce3c4070b5883412d3aa50
Diffstat (limited to 'zephyr-upstream.yaml')
-rw-r--r--zephyr-upstream.yaml34
1 files changed, 17 insertions, 17 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 937fbbc3..0c9d2c90 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -120,23 +120,23 @@
- shell: |
#!/bin/bash -ex
- #case "${PLATFORM}" in
- # frdm_k64f)
- # export DEVICE_TYPE=frdm-k64f
- # ;;
- # frdm_kw41z)
- # export DEVICE_TYPE=frdm-kw41z
- # ;;
- # disco_l475_iot1)
- # export DEVICE_TYPE=disco-l475-iot1
- # ;;
- # qemu_cortex_m3)
- # export DEVICE_TYPE=qemu
- # ;;
- # *)
- # echo "Skip DEVICE_TYPE for ${PLATFORM}"
- # ;;
- #esac
+ case "${PLATFORM}" in
+ frdm_k64f)
+ export DEVICE_TYPE=frdm-k64f
+ ;;
+ frdm_kw41z)
+ export DEVICE_TYPE=frdm-kw41z
+ ;;
+ disco_l475_iot1)
+ export DEVICE_TYPE=disco-l475-iot1
+ ;;
+ qemu_cortex_m3)
+ export DEVICE_TYPE=qemu
+ ;;
+ *)
+ echo "Skip DEVICE_TYPE for ${PLATFORM}"
+ ;;
+ esac
rm -rf configs
git clone --depth 1 http://git.linaro.org/ci/job/configs.git