aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-09-19 22:57:19 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-09-19 23:01:05 +0200
commite94db961002193dec935ada4e54bf771c296584e (patch)
treea253f7b2cb3e24019a81926cabb5091a6586748a /lt-qcom-linux.yaml
parentef2a3162b6a5445459cb5156365c2fe632a34e7f (diff)
lt-qcom-linux: add initial job for building QC LT kernel packages
Change-Id: I770d02f902601b63d87a702d8c52ba94aaf26adf Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-linux.yaml')
-rw-r--r--lt-qcom-linux.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/lt-qcom-linux.yaml b/lt-qcom-linux.yaml
new file mode 100644
index 0000000000..e15453f027
--- /dev/null
+++ b/lt-qcom-linux.yaml
@@ -0,0 +1,47 @@
+- job:
+ name: lt-qcom-linux
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro-landing-team-qualcomm-personnel:
+ - job-build
+ - job-cancel
+ disabled: false
+ node: docker-jessie-amd64
+ display-name: 'Qualcomm LT Linux kernel build'
+ scm:
+ - git:
+ url: https://git.linaro.org/landing-teams/working/qualcomm/kernel.git
+ refspec: +refs/heads/${KERNELBRANCH}:refs/remotes/origin/${KERNELBRANCH}
+ name: origin
+ branches:
+ - refs/heads/${KERNELBRANCH}
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell: |
+ #!/bin/bash
+ set -ex
+ echo "Starting ${JOB_NAME} with the following parameters:"
+ echo "KERNELRELEASE: ${KERNELRELEASE}"
+ echo "KERNELVERSION: ${KERNELVERSION}"
+ echo "KERNELBRANCH: ${KERNELBRANCH}"
+ echo "GIT_COMMIT: ${GIT_COMMIT}"
+ echo "GIT_BRANCH: ${GIT_BRANCH}"
+ publishers:
+ - email-ext:
+ recipients: 'nicolas.dechesne@linaro.org'
+ always: true