aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-debian-images-dragonboard820c.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-02-24 15:02:13 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-02-27 16:09:43 +0100
commit4613258ab0e744b4a92d65619fc77e8614d48a2b (patch)
tree8f91c3071ab872fd832d7ce647d5bb0c5198aecb /trigger-lt-qcom-debian-images-dragonboard820c.yaml
parentf5f9c7ce5336417f9059f85bcdbc941be855e279 (diff)
lt-qcom*: major cleanup in all the jobs
* removed all 'tracking' jobs, they are not used well for now, we will recreate them in a better and more useful way later, when testing is in place * rename all images job to start with lt-qcom-debian-images-xxx * rename all bootloader jobs to start with lt-qcom-bootloader * moved all helper scripts in common folder, they will be factorized later Change-Id: I92f5bfae9dd880ec3fca3e095473fbbf82c926a7 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-debian-images-dragonboard820c.yaml')
-rw-r--r--trigger-lt-qcom-debian-images-dragonboard820c.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/trigger-lt-qcom-debian-images-dragonboard820c.yaml b/trigger-lt-qcom-debian-images-dragonboard820c.yaml
new file mode 100644
index 0000000000..9ad938ee83
--- /dev/null
+++ b/trigger-lt-qcom-debian-images-dragonboard820c.yaml
@@ -0,0 +1,37 @@
+- job:
+ name: trigger-lt-qcom-debian-images-dragonboard820c
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'db820c/qcomlt-4.9'
+ 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
+ refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
+ name: origin
+ branches:
+ - refs/heads/${KERNEL_BRANCH}
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ triggers:
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - trigger-builds:
+ - project: 'lt-qcom-debian-images-dragonboard820c'