aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-10-17 14:36:31 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-11-06 20:32:16 +0100
commit30dbd7f093ec632bf432a12df6f9105a360af5e7 (patch)
tree53be41e12a80d8e871eb792e2d004b0e52bfbcd4
parentea2fbb7326deb063f6b5fff361871b4447085ee0 (diff)
trigger-lt-qcom-debian-images-dragonboard820c: poll on OBS instead of git
The DB820c build has been moved to FAI and relies on OBS for building the kernel, we no longer should poll on the kernel git tree for new changes, but we should monitor any changes in the Linaro overlay for Buster in OBS. It will catch more changes than just the kernel. Change-Id: I2f570e4c7345a4f9144b19f1d0e409b5181fd8ec Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--trigger-lt-qcom-debian-images-dragonboard820c.yaml19
1 files changed, 7 insertions, 12 deletions
diff --git a/trigger-lt-qcom-debian-images-dragonboard820c.yaml b/trigger-lt-qcom-debian-images-dragonboard820c.yaml
index b53b6e403a..387226b4bd 100644
--- a/trigger-lt-qcom-debian-images-dragonboard820c.yaml
+++ b/trigger-lt-qcom-debian-images-dragonboard820c.yaml
@@ -14,21 +14,16 @@
disabled: false
node: build
display-name: 'Trigger for Qualcomm Debian based images for Snapdragon 820'
- scm:
- - git:
- url: https://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
- name: origin
- branches:
- - refs/heads/release/db820c/qcomlt-4.11
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
triggers:
- - pollscm: 'H/5 * * * *'
+ - pollurl:
+ cron: '@hourly'
+ polling-node: build
+ urls:
+ - url: 'http://obs.linaro.org/linaro-overlay-buster/buster/Release'
+ check-content:
+ - simple: true
wrappers:
- timestamps
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
builders:
- trigger-builds:
- project: 'lt-qcom-debian-images-dragonboard820c'