aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-07-23 17:10:40 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-07-23 13:46:44 +0000
commitf36875cbb6258fbe37c964f4339e5cfdcb563a00 (patch)
tree722061b23edf975cf970a89ca95d0b56409d02a3 /zephyr-upstream.yaml
parent5ef207f8f502093b9c97c0809b10fa3d13405a25 (diff)
zephyr-upstream: change lava job submission policy
With this change, LAVA jobs are now submitted twice a day and skips submission from any build that is triggered by upstream merge. Change-Id: Ib6d2c19431f78f2bf000b55ca704b4ef5d33404f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'zephyr-upstream.yaml')
-rw-r--r--zephyr-upstream.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 0c9d2c90..34eae30d 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -39,6 +39,8 @@
node: master
child-workspace: .
display-name: 'Zephyr project (master)'
+ triggers:
+ - timed: 'H H/12 * * *'
axes:
- axis:
type: slave
@@ -141,7 +143,7 @@
rm -rf configs
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
- [ "${GIT_COMMIT}" = "master" ] && unset DEVICE_TYPE
+ [ "${ROOT_BUILD_CAUSE}" = "SCMTRIGGER" ] && unset DEVICE_TYPE
[ -z "${DEVICE_TYPE}" ] || \
python configs/zephyr-upstream/submit_for_testing.py \
--board-name ${PLATFORM} \