aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-eas.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-12-08 11:20:46 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-12-08 11:20:46 +0200
commit61d927c3724c94243e54c08ddc1f837d3d23f606 (patch)
treea74aed1d0b6da3ce26286ef5d9105a1e21f69366 /trigger-linux-eas.yaml
parent21196570e1c5859a1ae3a1f8930fab32c862b4c2 (diff)
Add linux-eas job
JIRA: REQ-613, CARD-1769 Change-Id: If0b89d5ca03791319e092b7240c422e14a03c970 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-linux-eas.yaml')
-rw-r--r--trigger-linux-eas.yaml45
1 files changed, 45 insertions, 0 deletions
diff --git a/trigger-linux-eas.yaml b/trigger-linux-eas.yaml
new file mode 100644
index 0000000000..6f227a441c
--- /dev/null
+++ b/trigger-linux-eas.yaml
@@ -0,0 +1,45 @@
+- job:
+ name: trigger-linux-eas
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for Linux EAS'
+ scm:
+ - git:
+ url: http://git.linaro.org/kernel/eas-backports.git
+ refspec: +refs/heads/eas-test:refs/remotes/origin/eas-test
+ name: origin
+ branches:
+ - origin/eas-test
+ 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:
+ - shell: |
+ #!/bin/bash
+
+ trap cleanup_exit INT TERM EXIT
+
+ cleanup_exit()
+ {
+ exit 0
+ }
+
+ echo -n "defconfig_list=omap2plus vexpress" > defconfig.properties
+ - trigger-builds:
+ - project: 'linux-eas'
+ property-file: defconfig.properties