aboutsummaryrefslogtreecommitdiff
path: root/trigger-coresight.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-12-08 13:08:07 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-12-08 13:08:07 +0200
commit69e98f5abcc9e2652b54a3d6887d47ed5379dfa9 (patch)
tree1f8afe4adf05663bdda8613c34215d8a6fe25f83 /trigger-coresight.yaml
parent5f8d9500e968259bf8427bd77c16414574b26802 (diff)
Add coresight job
JIRA: REQ-590, CARD-1730 Change-Id: Ib7b8966d8e9d533feb49911420b5873740e78430 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-coresight.yaml')
-rw-r--r--trigger-coresight.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-coresight.yaml b/trigger-coresight.yaml
new file mode 100644
index 0000000000..6a8e5f9edd
--- /dev/null
+++ b/trigger-coresight.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-coresight
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for Coresight'
+ scm:
+ - git:
+ url: http://git.linaro.org/kernel/coresight.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: origin
+ branches:
+ - origin/master
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ triggers:
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - trigger-builds:
+ - project: 'coresight'