aboutsummaryrefslogtreecommitdiff
path: root/art-tip-build-bootimagemeasurements.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-05-26 07:17:59 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-05-26 07:17:59 +0300
commit70ee5a076e3f57a8d36be75f4abe2feccbe82d0a (patch)
tree9bc50a5438f7a70f8aec2322da02e697b8e9bf11 /art-tip-build-bootimagemeasurements.yaml
parent7df7dbd7ae6ad7a8110ab69fe8ff56ef7b6b0c9d (diff)
art-tip-build-bootimagemeasurements: add some extra lines
enforce build job refresh Change-Id: I4cfc4589918c01430c7e3f8b9297b21610d3ef44 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'art-tip-build-bootimagemeasurements.yaml')
-rw-r--r--art-tip-build-bootimagemeasurements.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/art-tip-build-bootimagemeasurements.yaml b/art-tip-build-bootimagemeasurements.yaml
index 8221dddd6e..7d0ac07538 100644
--- a/art-tip-build-bootimagemeasurements.yaml
+++ b/art-tip-build-bootimagemeasurements.yaml
@@ -73,6 +73,7 @@
builders:
- shell: |
#!/bin/bash
+
rm -rf art-build-tests android
git clone git://git.linaro.org/people/vishal.bhoj/art-build-tests.sh.git art-build-tests
@@ -82,7 +83,7 @@
. ./setup-host.sh
. ./boot-image-measurement.sh
- # TODO: Report back to ART DB.
+ # TODO: Report back to ART DB
#python ./pba/jenkins.py
echo "Build finished"
@@ -101,10 +102,12 @@
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")