aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-debian-images.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-01-18 16:35:08 +0100
committerLinaro Code Review <review@review.linaro.org>2016-01-18 15:37:38 +0000
commit0c8ee37e343e8440e0df628d346ad369579814c9 (patch)
tree993540caf03905b5af36e02694e5da13cf50e8ee /trigger-lt-qcom-debian-images.yaml
parenteaa4dd834369c8efbe775fda7ad6329f1be7ad55 (diff)
trigger-lt-qcom-ubuntu*: clean up triggers
* Stop building Ubuntu images, they are no longer needed/supported * Merge jobs whenever possible. The same kernel branch is used for 32 and 64 bit builds, so, we no longer need 2 separate triggers. Change-Id: I69fcad5c20f4f5c10e0f50fac126f45b47d67f57 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-debian-images.yaml')
-rw-r--r--trigger-lt-qcom-debian-images.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/trigger-lt-qcom-debian-images.yaml b/trigger-lt-qcom-debian-images.yaml
new file mode 100644
index 0000000000..a1e95620ba
--- /dev/null
+++ b/trigger-lt-qcom-debian-images.yaml
@@ -0,0 +1,39 @@
+- job:
+ name: trigger-lt-qcom-ubuntu-images
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'release/qcomlt-4.2'
+ disabled: false
+ node: build
+ display-name: 'Trigger for Qualcomm Debian based images'
+ 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'
+ - project: 'lt-qcom-debian-images-arm64'
+ - project: 'lt-qcom-debian-arrow-images-arm64'