aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-03-30 14:08:14 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-03-30 14:08:14 +0200
commitfdc7c0d3752be69a03bce277ea0016e500a779c5 (patch)
tree87e565d79bffe09468b53863638d844af731b286
parent29f367f6fda1d21733821904aca6b3dd26ee34e3 (diff)
lt-qcom-ubuntu-images-arm64: add build job trigger
Change-Id: I8b55ac58c914235ccf289b0505f1983d9b59d816 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--trigger-lt-qcom-ubuntu-images-arm64.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/trigger-lt-qcom-ubuntu-images-arm64.yaml b/trigger-lt-qcom-ubuntu-images-arm64.yaml
new file mode 100644
index 0000000..7ae45f6
--- /dev/null
+++ b/trigger-lt-qcom-ubuntu-images-arm64.yaml
@@ -0,0 +1,37 @@
+- job:
+ name: trigger-lt-qcom-ubuntu-images-arm64
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'integration-linux-qcomlt'
+ disabled: false
+ node: build
+ display-name: 'Trigger for Qualcomm Ubuntu based images (arm64)'
+ 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:
+ - origin/${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-ubuntu-images-arm64'