aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-linux.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-12-14 13:37:29 +0200
committerRiku Voipio <riku.voipio@linaro.org>2017-12-18 10:20:37 +0200
commit0262cd74480920709fb978eb197b13f379264c58 (patch)
treeb8b6ac4e88a69d5e6844a111e4c6bb0acefca423 /96boards-hikey-linux.yaml
parent91a6981d6d3bd02247189b02784cc3021aafa249 (diff)
96boards-hikey-linux: make a kernel package for OBS
Build kernel for hikey in OBS Change-Id: I1d2dc6ced7e7aef31c2196ca8f136bd39546c877 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to '96boards-hikey-linux.yaml')
-rw-r--r--96boards-hikey-linux.yaml65
1 files changed, 65 insertions, 0 deletions
diff --git a/96boards-hikey-linux.yaml b/96boards-hikey-linux.yaml
new file mode 100644
index 0000000000..7b620337d9
--- /dev/null
+++ b/96boards-hikey-linux.yaml
@@ -0,0 +1,65 @@
+- job:
+ name: 96boards-hikey-linux
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ artifact-num-to-keep: 1
+ parameters:
+ - string:
+ name: KERNEL_REPO_URL
+ default: 'https://github.com/96boards-hikey/linux'
+ - string:
+ name: KERNEL_CONFIGS_
+ default: 'hikey960_defconfig distro.config'
+ - string:
+ name: KERNEL_BUILD_TARGET
+ default: 'deb-pkg'
+ - string:
+ name: KERNEL_BRANCH
+ default: 'hikey960-upstream-rebase'
+ - string:
+ name: TARGET_REPO
+ default: 'hikey'
+ - string:
+ name: KDEB_CHANGELOG_DIST
+ default: 'stretch'
+ disabled: false
+ node: docker-stretch-arm64
+ display-name: '96boards-hikey Linux kernel build'
+ scm:
+ - git:
+ url: ${KERNEL_REPO_URL}
+ refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
+ name: origin
+ branches:
+ - refs/heads/${KERNEL_BRANCH}
+ basedir: linux
+ skip-tag: false
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell:
+ !include-raw: 96boards-hikey-linux/builders.sh
+ - trigger-builds:
+ - project: 'build-package-obs'
+ property-file: params
+ block: true
+ publishers:
+ - email-ext:
+ recipients: 'packages@lists.linaro.org'
+ always: true