- job: name: trigger-lkft-hikey-stable 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 HiKey/HiKey960 Stable kernels' scm: - git: remotes: - hikey-stable: url: https://github.com/tom-gall/hikey-linaro - linux-stable: url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git refspec: +refs/heads/linux-4.4.y:refs/remotes/linux-stable/linux-4.4.y +refs/heads/linux-4.9.y:refs/remotes/linux-stable/linux-4.9.y +refs/heads/linux-4.14.y:refs/remotes/linux-stable/linux-4.14.y +refs/heads/linux-4.19.y:refs/remotes/linux-stable/linux-4.19.y branches: - hikey-stable/android-4.4-o-hikey - hikey-stable/android-4.4-p-hikey - hikey-stable/android-4.9-o-hikey - hikey-stable/android-4.9-p-hikey - hikey-stable/android-4.9-q-hikey - hikey-stable/android-4.14-p-hikey - hikey-stable/android-4.14-q-hikey - hikey-stable/android-4.19-q-hikey skip-tag: true shallow-clone: false wipe-workspace: false triggers: - pollscm: cron: 'H/30 * * * *' wrappers: - timestamps - build-name: name: '#${BUILD_NUMBER}-${GIT_BRANCH#hikey-stable/}-${PROPFILE,file="properties.txt",property="KERNEL_DESCRIBE"}' builders: - shell: | #!/bin/bash -ex git clean -fdx env echo KERNEL_DESCRIBE=$(git describe --always) > properties.txt echo KERNEL_BRANCH=$(echo $GIT_BRANCH|sed s,hikey-stable/,,) >> properties.txt params=$(echo $GIT_BRANCH|sed s,hikey-stable/,lkft-,).txt echo KERNEL_DESCRIBE=$(git describe --always) >> $params echo SRCREV_kernel=${GIT_COMMIT} >> $params echo MAKE_KERNELVERSION=$(make kernelversion) >> $params cat $params - trigger-builds: - project: lkft-hikey-4.4-o property-file: lkft-android-4.4-o-hikey.txt - project: lkft-hikey-4.4-p property-file: lkft-android-4.4-p-hikey.txt - project: lkft-hikey-4.9-o property-file: lkft-android-4.9-o-hikey.txt - project: lkft-hikey-aosp-4.9-premerge-ci property-file: lkft-android-4.9-p-hikey.txt - project: lkft-hikey-10.0-4.9-q property-file: lkft-android-4.9-q-hikey.txt - project: lkft-hikey-aosp-4.14-premerge-ci property-file: lkft-android-4.14-p-hikey.txt - project: lkft-hikey-10.0-4.14-q property-file: lkft-android-4.14-q-hikey.txt - project: lkft-hikey-android-10.0-gsi-4.19 property-file: lkft-android-4.19-q-hikey.txt