aboutsummaryrefslogtreecommitdiff
path: root/trigger-coresight.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-04-09 21:47:07 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-09 21:47:07 +0300
commitd629b388ac2c5f025b0d3f9cb8d86f58cfd4e865 (patch)
treee542310f8120fb5bb17c8841e47fb9d84628509a /trigger-coresight.yaml
parent9e727b1de6f90cb5692470735d60dd10c4e2f105 (diff)
coresight: add HiSilicon D01 build
Change-Id: I453fe32b2e139a1c54b3ed3dc61854fc1572982b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-coresight.yaml')
-rw-r--r--trigger-coresight.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/trigger-coresight.yaml b/trigger-coresight.yaml
index 70f6144501..c98587accf 100644
--- a/trigger-coresight.yaml
+++ b/trigger-coresight.yaml
@@ -29,5 +29,17 @@
- 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=d01 vexpress" > defconfig.properties
- trigger-builds:
- project: 'coresight'
+ property-file: defconfig.properties