aboutsummaryrefslogtreecommitdiff
path: root/trigger-openembedded-lkft-linux-stable-rc-ddiaz.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'trigger-openembedded-lkft-linux-stable-rc-ddiaz.yaml')
-rw-r--r--trigger-openembedded-lkft-linux-stable-rc-ddiaz.yaml62
1 files changed, 0 insertions, 62 deletions
diff --git a/trigger-openembedded-lkft-linux-stable-rc-ddiaz.yaml b/trigger-openembedded-lkft-linux-stable-rc-ddiaz.yaml
deleted file mode 100644
index 2846b77379..0000000000
--- a/trigger-openembedded-lkft-linux-stable-rc-ddiaz.yaml
+++ /dev/null
@@ -1,62 +0,0 @@
-- job:
- name: trigger-openembedded-lkft-linux-stable-rc-ddiaz
- project-type: freestyle
- defaults: global
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- linaro:
- - job-build
- - job-cancel
- daniel.diaz@linaro.org:
- - job-build
- - job-read
- - job-extended-read
- - job-configure
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 30
- disabled: false
- node: triggers
- display-name: 'Trigger for LKFT - Linux Stable RC (ddiaz)'
- scm:
- - git:
- url: https://github.com/mrchapp/linux.git
-# refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
- name: origin
-# branches:
-# - origin/${KERNEL_BRANCH}
- 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
- git clean -fdx
- export MAKE_KERNELVERSION=$(make kernelversion)
- export KERNEL_VERSION=$(echo ${MAKE_KERNELVERSION} | egrep -o "[3-5]\.[0-9][0-9]?")
-
- ( echo KERNEL_REPO=${GIT_URL}; \
- echo KERNEL_DESCRIBE=$(git describe --always) >> lkft_parameters; \
- echo KERNEL_REV=${GIT_COMMIT} >> lkft_parameters; \
- echo MAKE_KERNELVERSION=${MAKE_KERNELVERSION} >> lkft_parameters; \
- echo KERNEL_VERSION=${KERNEL_VERSION} >> lkft_parameters; \
- echo KERNEL_BRANCH=linux-${KERNEL_VERSION}.y-rc >> lkft_parameters; \
- ) > lkft_parameters
- cat lkft_parameters
- publishers:
- - trigger-parameterized-builds:
- - project:
- - 'ddiaz-oe-lkft'
- condition: SUCCESS
- property-file: lkft_parameters