aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-automerge.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-04-20 16:24:03 -0500
committerAnibal Limon <anibal.limon@linaro.org>2018-04-23 14:30:53 +0000
commitddca299bf8fda2ff59e27c904f4965b97b776388 (patch)
treee117101ef93cafd77dcc6db0e1ee385895f508db /trigger-lt-qcom-linux-automerge.yaml
parent225584020d8d11e682ce84945ad400bbfdf780bf (diff)
Add trigger-lt-qcom-linux-automerge.yaml
A trigger is configured to launch weekly or when a change occur in configuration repository (add, remove branches to merge). Change-Id: I63aa1ece6c93959a6d02d4441ad1c6b03e58ff7e Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-linux-automerge.yaml')
-rw-r--r--trigger-lt-qcom-linux-automerge.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/trigger-lt-qcom-linux-automerge.yaml b/trigger-lt-qcom-linux-automerge.yaml
new file mode 100644
index 0000000000..d236687ad0
--- /dev/null
+++ b/trigger-lt-qcom-linux-automerge.yaml
@@ -0,0 +1,34 @@
+- job:
+ name: trigger-lt-qcom-linux-automerge
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ disabled: false
+ node: build
+ display-name: 'Trigger for Qualcomm Linux Automerge'
+ scm:
+ - git:
+ url: https://git.linaro.org/landing-teams/working/qualcomm/configs.git
+ refspec: +refs/heads/*:refs/remotes/origin/*
+ name: origin
+ branches:
+ - refs/heads/master
+ skip-tag: true
+ shallow-clone: false
+ triggers:
+ - pollscm:
+ cron: 'H/5 * * * *'
+ - timed: '@weekly'
+ wrappers:
+ - timestamps
+ builders:
+ - trigger-builds:
+ - project: 'lt-qcom-linux-automerge'