aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream-arm.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-12-15 16:11:05 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2017-12-20 06:59:14 +0000
commitd8112e82f20996fa9ca9de9f665606f2b9aae245 (patch)
treecc81b2fa9b0dab1dc8aa9fe23114279d2e916f90 /zephyr-upstream-arm.yaml
parent8a80119b001048a61654aedd251e1317651a3008 (diff)
zephyr-upstream*: reduce platform matrix
If it takes too long to get image built and test job submitted for all the platforms we are testing, it may hit timing issue for email notification from qa-reports. This patch * Commented out platforms that we are not testing or not interested in * Added cc3220sf_launchxl Change-Id: I312fb3fe25e07285985a504fc6d7b0acf4a4e743 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'zephyr-upstream-arm.yaml')
-rw-r--r--zephyr-upstream-arm.yaml41
1 files changed, 21 insertions, 20 deletions
diff --git a/zephyr-upstream-arm.yaml b/zephyr-upstream-arm.yaml
index e29858c40f..a8681391b7 100644
--- a/zephyr-upstream-arm.yaml
+++ b/zephyr-upstream-arm.yaml
@@ -55,30 +55,31 @@
type: user-defined
name: PLATFORM
values:
- - 96b_carbon
- - 96b_nitrogen
- - arduino_101
- - arduino_101_ble
- - arduino_due
- - bbc_microbit
- - cc3200_launchxl
+ # - 96b_carbon
+ # - 96b_nitrogen
+ # - arduino_101
+ # - arduino_101_ble
+ # - arduino_due
+ # - bbc_microbit
+ # - cc3200_launchxl
+ - cc3220sf_launchxl
- disco_l475_iot1
- frdm_k64f
- frdm_kw41z
- - hexiwear_k64
- - mps2_an385
- - nrf51_blenano
- - nrf51_pca10028
- - nrf52_pca10040
- - nucleo_f103rb
- - nucleo_f401re
- - nucleo_l476rg
- - olimexino_stm32
+ # - hexiwear_k64
+ # - mps2_an385
+ # - nrf51_blenano
+ # - nrf51_pca10028
+ # - nrf52_pca10040
+ # - nucleo_f103rb
+ # - nucleo_f401re
+ # - nucleo_l476rg
+ # - olimexino_stm32
- qemu_cortex_m3
- - qemu_x86
- - quark_se_c1000_ble
- - stm32_mini_a15
- - v2m_beetle
+ # - qemu_x86
+ # - quark_se_c1000_ble
+ # - stm32_mini_a15
+ # - v2m_beetle
execution-strategy:
combination-filter: |
ZEPHYR_GCC_VARIANT=="zephyr" || (ZEPHYR_GCC_VARIANT=="gccarmemb" && !(PLATFORM=="arduino_101" || PLATFORM=="qemu_x86"))