aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-05-09 10:09:20 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-05-09 10:10:19 +0100
commit78a78aa04cde9d417696d8135b71e794a3896aa3 (patch)
treefcb0f54e948ab11faa17b850940f8f7193112962 /zephyr-upstream.yaml
parent4f66d7f47914f852aed5f7937cb6c782f6961d93 (diff)
zephyr-upstream: temporarily disable test job submission
Change-Id: I859dd2af52f94a1d4cd3aa4965e92ae8052140c8 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'zephyr-upstream.yaml')
-rw-r--r--zephyr-upstream.yaml76
1 files changed, 38 insertions, 38 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 2459568f..976085fe 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -121,44 +121,44 @@
--link-latest \
out/${PLATFORM} components/kernel/zephyr/${BRANCH}/${ZEPHYR_TOOLCHAIN_VARIANT}/${PLATFORM}/${BUILD_NUMBER}
- - 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
-
- rm -rf configs
- git clone --depth 1 http://git.linaro.org/ci/job/configs.git
-
- [ "${ROOT_BUILD_CAUSE}" = "SCMTRIGGER" ] && unset DEVICE_TYPE
- [ -z "${DEVICE_TYPE}" ] || \
- python configs/zephyr-upstream/submit_for_testing.py \
- --board-name ${PLATFORM} \
- --device-type ${DEVICE_TYPE} \
- --build-number ${BUILD_NUMBER} \
- --build-url ${BUILD_URL} \
- --branch-name ${BRANCH} \
- --lava-server ${LAVA_SERVER} \
- --qa-server ${QA_SERVER} \
- --qa-server-team lite \
- --qa-server-project zephyr-upstream \
- --gcc-variant ${ZEPHYR_TOOLCHAIN_VARIANT} \
- --git-commit ${GIT_COMMIT_ID}
+# - 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
+#
+# rm -rf configs
+# git clone --depth 1 http://git.linaro.org/ci/job/configs.git
+#
+# [ "${ROOT_BUILD_CAUSE}" = "SCMTRIGGER" ] && unset DEVICE_TYPE
+# [ -z "${DEVICE_TYPE}" ] || \
+# python configs/zephyr-upstream/submit_for_testing.py \
+# --board-name ${PLATFORM} \
+# --device-type ${DEVICE_TYPE} \
+# --build-number ${BUILD_NUMBER} \
+# --build-url ${BUILD_URL} \
+# --branch-name ${BRANCH} \
+# --lava-server ${LAVA_SERVER} \
+# --qa-server ${QA_SERVER} \
+# --qa-server-team lite \
+# --qa-server-project zephyr-upstream \
+# --gcc-variant ${ZEPHYR_TOOLCHAIN_VARIANT} \
+# --git-commit ${GIT_COMMIT_ID}
publishers:
- archive: