From d8112e82f20996fa9ca9de9f665606f2b9aae245 Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Fri, 15 Dec 2017 16:11:05 +0800 Subject: 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 --- zephyr-upstream-arm.yaml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'zephyr-upstream-arm.yaml') 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")) -- cgit v1.2.3