aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTVixlTest.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2017-01-31 13:28:11 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-02-07 09:28:11 +0000
commit11091b70007a02ffcd48c02a833cd8fa918a9b1d (patch)
tree967a1161e21d0e775781f53cc41c77822decca96 /linaro-art-tip-build-ARTVixlTest.yaml
parentfc6ca599404187747e9c362ec57a270db982fd8a (diff)
ART: Update postbuild groovy scripts
- Cleanup the out of date inline groovy code in some of the jjb's. - Rename the postbuild.groovy script to tests.groovy as it relates particularly to host and target tests. - Add another groovy file: global.groovy that applies to all linaro-art builds. Change-Id: Icb624357f5b26a8fc999e00b71fe061297650097
Diffstat (limited to 'linaro-art-tip-build-ARTVixlTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTVixlTest.yaml22
1 files changed, 3 insertions, 19 deletions
diff --git a/linaro-art-tip-build-ARTVixlTest.yaml b/linaro-art-tip-build-ARTVixlTest.yaml
index 3eadd4b46f..a0ac442d45 100644
--- a/linaro-art-tip-build-ARTVixlTest.yaml
+++ b/linaro-art-tip-build-ARTVixlTest.yaml
@@ -115,25 +115,9 @@
unstable-on-warning: false
fail-on-error: false
- groovy-postbuild:
- script: |
- import hudson.model.*
-
- def matcher = manager.getLogMatcher(".*repo sync failed.*")
- if ( matcher?.matches()) {
- manager.addShortText("repo sync failed")
- }
- matcher = manager.getLogMatcher(".*patch merge failed.*")
- if ( matcher?.matches()) {
- manager.addShortText("merge failed")
- }
- matcher = manager.getLogMatcher(".*make failed.*")
- if ( matcher?.matches()) {
- manager.addShortText("make failed")
- }
- matcher = manager.getLogMatcher(".*images failed to boot.*")
- if ( matcher?.matches()) {
- manager.addShortText("Boot test failed")
- }
+ script:
+ !include-raw:
+ - linaro-art/global.groovy
- plot:
- title: 'Sync Time'
group: 'Time Measurements'