aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linaro-art-tip-build-ARTVixlMasterTest.yaml26
-rw-r--r--linaro-art-vixlpresubmit.yaml6
2 files changed, 7 insertions, 25 deletions
diff --git a/linaro-art-tip-build-ARTVixlMasterTest.yaml b/linaro-art-tip-build-ARTVixlMasterTest.yaml
index db65d05856..67926fa438 100644
--- a/linaro-art-tip-build-ARTVixlMasterTest.yaml
+++ b/linaro-art-tip-build-ARTVixlMasterTest.yaml
@@ -3,10 +3,10 @@
project-type: freestyle
defaults: global
description: >
- Runs the
+ Tests the integration of
<a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:tests/test_art_vixl.sh">VIXL Tests</a>
- on the tip using the upstream VIXL tree instead of AOSP VIXL.
- This build can be triggered by adding the comment "IncludeUpstreamVIXLTests"
+ from upstream tree with the Linaro Android tip branch.
+ This build is triggered by adding the comment "IncludeUpstreamVIXLTests"
in your Gerrit patch.
properties:
- authorization:
@@ -114,26 +114,6 @@
parse-rules: '/var/lib/jenkins/userContent/android-art.parse'
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")
- }
- plot:
- title: 'Sync Time'
group: 'Time Measurements'
diff --git a/linaro-art-vixlpresubmit.yaml b/linaro-art-vixlpresubmit.yaml
index 692b8f4083..29fb3c21b1 100644
--- a/linaro-art-vixlpresubmit.yaml
+++ b/linaro-art-vixlpresubmit.yaml
@@ -3,8 +3,10 @@
project-type: freestyle
defaults: global
description: >
- Runs the
- <a href="https://android-git.linaro.org/gitweb/linaro/art-testing.git/blob/HEAD:test/test.py">Vixl Presubmit Tests</a>.
+ Runs the
+ <a href="https://git.linaro.org/arm/vixl.git/blob/HEAD:/tools/test.py">Vixl Presubmit Tests</a>
+ using the
+ <a href="https://git.linaro.org/arm/vixl.git">Linaro VIXL tree.</a>
properties:
- authorization:
anonymous: