aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linaro-art-stable-m-build-ARTHostTest.yaml5
-rw-r--r--linaro-art-stable-m-build-ARTTargetTest.yaml7
-rw-r--r--linaro-art-stable-m-build-ARTVixlTest.yaml4
-rw-r--r--linaro-art-stable-m-build-MicroBenchmarks.yaml5
-rw-r--r--linaro-art-tip-build-ARTHostTest.yaml5
-rw-r--r--linaro-art-tip-build-ARTTargetTest.yaml7
-rw-r--r--linaro-art-tip-build-ARTVixlTest.yaml4
-rw-r--r--linaro-art-tip-build-MicroBenchmarks-Baseline.yaml6
-rw-r--r--linaro-art-tip-build-MicroBenchmarks.yaml5
-rw-r--r--linaro-art-tip-microbenchmarks-presubmit-test.yaml4
-rw-r--r--linaro-art-vixlpresubmit.yaml3
11 files changed, 48 insertions, 7 deletions
diff --git a/linaro-art-stable-m-build-ARTHostTest.yaml b/linaro-art-stable-m-build-ARTHostTest.yaml
index 25c9f2e056..688337755e 100644
--- a/linaro-art-stable-m-build-ARTHostTest.yaml
+++ b/linaro-art-stable-m-build-ARTHostTest.yaml
@@ -35,7 +35,10 @@
name: linaro-art-stable-m-build-ARTHostTest
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/test_art_host.sh"> Host Tests</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:tests/test_art_host.sh">Host Tests</a>
+ on the stable branch.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-stable-m-build-ARTTargetTest.yaml b/linaro-art-stable-m-build-ARTTargetTest.yaml
index 396dbf9464..8e09ae3b44 100644
--- a/linaro-art-stable-m-build-ARTTargetTest.yaml
+++ b/linaro-art-stable-m-build-ARTTargetTest.yaml
@@ -35,7 +35,12 @@
name: linaro-art-stable-m-build-ARTTargetTest
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/test_art_target.sh"> Target Tests</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:tests/test_art_target.sh">Target Tests</a>
+ on a device via adb using android root. The build slave in the cloud is
+ able to reach the physical device using port forwarding via SSH.
+ This job is for the stable branch.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-stable-m-build-ARTVixlTest.yaml b/linaro-art-stable-m-build-ARTVixlTest.yaml
index 7a3f86eb5c..537ff57b95 100644
--- a/linaro-art-stable-m-build-ARTVixlTest.yaml
+++ b/linaro-art-stable-m-build-ARTVixlTest.yaml
@@ -35,6 +35,10 @@
name: linaro-art-stable-m-build-ARTVixlTest
project-type: freestyle
defaults: global
+ description: >
+ Runs the
+ <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 stable branch.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-stable-m-build-MicroBenchmarks.yaml b/linaro-art-stable-m-build-MicroBenchmarks.yaml
index fe9d91445c..7f211fff51 100644
--- a/linaro-art-stable-m-build-MicroBenchmarks.yaml
+++ b/linaro-art-stable-m-build-MicroBenchmarks.yaml
@@ -2,7 +2,10 @@
name: linaro-art-stable-m-build-MicroBenchmarks
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/benchmarks_run_target.sh"> Microbenchmarks Test script</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:benchmarks/benchmarks_run_target.sh">Microbenchmarks Test script</a>
+ on the stable branch.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-tip-build-ARTHostTest.yaml b/linaro-art-tip-build-ARTHostTest.yaml
index ad621a3f54..18f91695f7 100644
--- a/linaro-art-tip-build-ARTHostTest.yaml
+++ b/linaro-art-tip-build-ARTHostTest.yaml
@@ -2,7 +2,10 @@
name: linaro-art-tip-build-ARTHostTest
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/test_art_host.sh"> Host Tests</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:tests/test_art_host.sh">Host Tests</a>
+ on the tip.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-tip-build-ARTTargetTest.yaml b/linaro-art-tip-build-ARTTargetTest.yaml
index 9f69c7d71a..69cf17f785 100644
--- a/linaro-art-tip-build-ARTTargetTest.yaml
+++ b/linaro-art-tip-build-ARTTargetTest.yaml
@@ -2,7 +2,12 @@
name: linaro-art-tip-build-ARTTargetTest
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/test_art_target.sh"> Target Tests</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:tests/test_art_target.sh">Target Tests</a>
+ on a device via adb using android root. The build slave in the cloud is
+ able to reach the physical device using port forwarding via SSH.
+ This job is for the tip.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-tip-build-ARTVixlTest.yaml b/linaro-art-tip-build-ARTVixlTest.yaml
index 507a02a3af..420c8609c0 100644
--- a/linaro-art-tip-build-ARTVixlTest.yaml
+++ b/linaro-art-tip-build-ARTVixlTest.yaml
@@ -2,6 +2,10 @@
name: linaro-art-tip-build-ARTVixlTest
project-type: freestyle
defaults: global
+ description: >
+ Runs the
+ <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.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml b/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml
index ef0baca0ac..a912f1fac5 100644
--- a/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml
+++ b/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml
@@ -2,7 +2,11 @@
name: linaro-art-tip-build-MicroBenchmarks-Baseline
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/benchmarks_run_target.sh"> Microbenchmarks Test script</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:benchmarks/benchmarks_run_target.sh">Microbenchmarks Test script</a>
+ on the tip.
+ This job is for baseline builds only.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-tip-build-MicroBenchmarks.yaml b/linaro-art-tip-build-MicroBenchmarks.yaml
index 4f7112ae12..f34ede7a7c 100644
--- a/linaro-art-tip-build-MicroBenchmarks.yaml
+++ b/linaro-art-tip-build-MicroBenchmarks.yaml
@@ -2,7 +2,10 @@
name: linaro-art-tip-build-MicroBenchmarks
project-type: freestyle
defaults: global
- description: <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:/benchmarks_run_target.sh"> Microbenchmarks Test script</a>
+ description: >
+ Runs the
+ <a href="https://android-git.linaro.org/gitweb/linaro-art/art-build-scripts.git/blob/HEAD:benchmarks/benchmarks_run_target.sh">Microbenchmarks Test script</a>
+ on the tip.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-tip-microbenchmarks-presubmit-test.yaml b/linaro-art-tip-microbenchmarks-presubmit-test.yaml
index fd116235f5..060ab1d857 100644
--- a/linaro-art-tip-microbenchmarks-presubmit-test.yaml
+++ b/linaro-art-tip-microbenchmarks-presubmit-test.yaml
@@ -2,6 +2,10 @@
name: linaro-art-tip-microbenchmarks-presubmit-test
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">Presubmit Tests</a>
+ for the benchmarks. Make sure this script passes locally before checking in a new benchmark.
properties:
- authorization:
anonymous:
diff --git a/linaro-art-vixlpresubmit.yaml b/linaro-art-vixlpresubmit.yaml
index b21af08954..a203b7f740 100644
--- a/linaro-art-vixlpresubmit.yaml
+++ b/linaro-art-vixlpresubmit.yaml
@@ -2,6 +2,9 @@
name: linaro-art-vixlpresubmit
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>.
properties:
- authorization:
anonymous: