aboutsummaryrefslogtreecommitdiff
path: root/trigger-openembedded-lkft-linux-stable-rc-4.4.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-28 09:26:22 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-28 09:29:17 +0300
commit1556fc248894eab12729f5704c5f41511340b7cf (patch)
tree1ab98dadba68fed6ec330eb95591823b017b402f /trigger-openembedded-lkft-linux-stable-rc-4.4.yaml
parent1c77835cfc8acc01c4c2dd03dfb9f79db6b7e9e1 (diff)
openembedded-lkft-linux-lts-4.4: rename to linux-stable-rc-4.4
Adjust the build job to the new git tree location and updates the related names. Change-Id: Ic4ef1ca7b6e12175310e51825423d457071f5969 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-openembedded-lkft-linux-stable-rc-4.4.yaml')
-rw-r--r--trigger-openembedded-lkft-linux-stable-rc-4.4.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/trigger-openembedded-lkft-linux-stable-rc-4.4.yaml b/trigger-openembedded-lkft-linux-stable-rc-4.4.yaml
new file mode 100644
index 0000000000..bc2547cac4
--- /dev/null
+++ b/trigger-openembedded-lkft-linux-stable-rc-4.4.yaml
@@ -0,0 +1,54 @@
+- job:
+ name: trigger-openembedded-lkft-linux-stable-rc-4.4
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ disabled: false
+ node: master
+ display-name: 'Trigger for LKFT - Linux Stable RC 4.4 + HiKey'
+ scm:
+ - git:
+ url: https://git.linaro.org/people/sumit.semwal/arm64-stable-rc.git
+ refspec: +refs/tags/*:refs/remotes/origin/tags/*
+ name: origin
+ branches:
+ - refs/tags/4.4-*-rc-hikey-*
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
+ triggers:
+ - pollscm:
+ cron: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell: |
+ #!/bin/bash -e
+ echo KERNEL_BRANCH=$(git describe --tags --abbrev=0) > lkft_parameters
+ cat lkft_parameters
+ publishers:
+ - trigger-parameterized-builds:
+ - project:
+ - 'openembedded-lkft-linux-stable-rc-4.4'
+ condition: SUCCESS
+ property-file: lkft_parameters
+ - email-ext:
+ recipients: 'fathi.boudra@linaro.org'
+ body: |
+ Project: ${PROJECT_NAME}
+ Build number: ${BUILD_NUMBER}
+ Build status: ${BUILD_STATUS}
+ Build URL: ${BUILD_URL}
+
+ New upstream tag:
+ https://git.linaro.org/people/sumit.semwal/arm64-stable-rc.git ${GIT_BRANCH} ${GIT_COMMIT}
+ always: true