aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-5.9.0.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'trigger-lt-qcom-linux-5.9.0.yaml')
-rw-r--r--trigger-lt-qcom-linux-5.9.0.yaml61
1 files changed, 0 insertions, 61 deletions
diff --git a/trigger-lt-qcom-linux-5.9.0.yaml b/trigger-lt-qcom-linux-5.9.0.yaml
deleted file mode 100644
index 5288ce9fb0..0000000000
--- a/trigger-lt-qcom-linux-5.9.0.yaml
+++ /dev/null
@@ -1,61 +0,0 @@
-- job:
- name: trigger-lt-qcom-linux-5.9.0
- project-type: freestyle
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro-landing-team-qualcomm-personnel:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- disabled: false
- node: triggers
- display-name: 'Trigger for Qualcomm LT kernel 5.9 branch'
- scm:
- - git:
- url: https://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
- refspec: +refs/heads/release/*:refs/remotes/origin/release/*
- name: origin
- branches:
- - refs/heads/release/qcomlt-5.9
- 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
-
- # bring in stable and mainline tags
- git fetch --tags https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git
- git fetch --tags https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
-
- echo KERNEL_VERSION=$(make kernelversion) > qcomlt_parameters
- echo KERNEL_DESCRIBE=$(git describe --always) >> qcomlt_parameters
- echo KERNEL_BRANCH=$(echo ${GIT_BRANCH} | sed 's|origin/||') >> qcomlt_parameters
- echo TARGET_REPO=linaro-overlay-sid >> qcomlt_parameters
- echo KDEB_CHANGELOG_DIST=unstable >> qcomlt_parameters
- cat qcomlt_parameters
- publishers:
- - trigger-parameterized-builds:
- - project:
- - 'lt-qcom-linux'
- condition: SUCCESS
- property-file: qcomlt_parameters
- - email-ext:
- recipients: 'anibal.limon@linaro.org nicolas.dechesne@linaro.org'
- failure: true
- still-failing: true