aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-linux-clang-stable.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'trigger-lkft-linux-clang-stable.yaml')
-rw-r--r--trigger-lkft-linux-clang-stable.yaml50
1 files changed, 50 insertions, 0 deletions
diff --git a/trigger-lkft-linux-clang-stable.yaml b/trigger-lkft-linux-clang-stable.yaml
new file mode 100644
index 0000000000..e52e079f95
--- /dev/null
+++ b/trigger-lkft-linux-clang-stable.yaml
@@ -0,0 +1,50 @@
+- job:
+ name: trigger-lkft-linux-clang-stable
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 60
+ numToKeep: 300
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'linux-4.17.y'
+ disabled: false
+ node: master
+ display-name: 'Trigger for LKFT - Linux Kernel with Clang 4.17'
+ scm:
+ - git:
+ url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
+ refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/linux-stable/${KERNEL_BRANCH}
+ name: linux-stable
+ branches:
+ - linux-stable/${KERNEL_BRANCH}
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
+ triggers:
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell: |
+ #!/bin/bash -e
+ git clean -fdx
+ echo KERNEL_GITREF=linux-stable/${KERNEL_BRANCH} > lkft_parameters
+ echo KERNEL_DESCRIBE=$(git describe --always) >> lkft_parameters
+ echo GIT_COMMIT=${GIT_COMMIT} >> lkft_parameters
+ echo MAKE_KERNELVERSION=$(make kernelversion) >> lkft_parameters
+ cat lkft_parameters
+ publishers:
+ - trigger-parameterized-builds:
+ - project:
+ - 'lkft-linux-clang'
+ condition: SUCCESS
+ property-file: lkft_parameters