aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTTargetTest.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2016-08-23 12:15:14 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-08-23 12:39:41 +0000
commit36f9da0e533d3375227ab91ba78072f36b0edce4 (patch)
tree1942d47402f7c03215bb161d4980cfe8bb38da0f /linaro-art-tip-build-ARTTargetTest.yaml
parent147c920bfce4bcb7d66785f98c9ecd314ae5aba7 (diff)
ART: Include a new keyword to trigger target tests only
Change-Id: I8cae07a79b25a5916b07a70bc1e9cd995ee449e2
Diffstat (limited to 'linaro-art-tip-build-ARTTargetTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTTargetTest.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/linaro-art-tip-build-ARTTargetTest.yaml b/linaro-art-tip-build-ARTTargetTest.yaml
index 64fa5036..54874e1e 100644
--- a/linaro-art-tip-build-ARTTargetTest.yaml
+++ b/linaro-art-tip-build-ARTTargetTest.yaml
@@ -8,7 +8,7 @@
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.
- This build can be triggered by adding the comment "IncludeAllTests"
+ This build can be triggered by adding the comment "IncludeAllTests" or "IncludeTargetTests"
in your Gerrit patch.
properties:
- authorization:
@@ -67,6 +67,8 @@
trigger-on:
- comment-added-contains-event:
comment-contains-value: '.*IncludeAllTests.*'
+ - comment-added-contains-event:
+ comment-contains-value: '.*IncludeTargetTests.*'
projects:
- project-compare-type: 'PLAIN'
project-pattern: 'linaro-art/platform/build'