aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-03-21 14:54:46 +0800
committerDan Rue <dan.rue@linaro.org>2018-03-21 07:30:49 +0000
commit6d346ef00f6077b43a69077fc88e09a11d0a53f2 (patch)
treeb5af044c1a5669436d82e792fbdd4c3859ee08e4 /android-lcr
parent41b0ea5411ec1853befae2c9e9f27093537aa993 (diff)
andorid lcr hikey: enable glbenchmark test
since we enabled wifi connection in the job templates Change-Id: Id5c072c183c3948672828c0f4d03eb4de22590c5 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android-lcr')
-rw-r--r--android-lcr/hikey/builders-v2.yaml.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/android-lcr/hikey/builders-v2.yaml.inc b/android-lcr/hikey/builders-v2.yaml.inc
index 5cfd842a5a..996e897a45 100644
--- a/android-lcr/hikey/builders-v2.yaml.inc
+++ b/android-lcr/hikey/builders-v2.yaml.inc
@@ -279,3 +279,9 @@
- project: 'post-build-lava'
property-file: post_build_lava_parameters
block: true
+ - shell: |
+ sed -i "s#CUSTOM_JSON_URL=.*#CUSTOM_JSON_URL=https://git.linaro.org/qa/test-plans.git/blob_plain/HEAD:/android/hikey-v2/template-glbenchmark25.yaml#g" ${WORKSPACE}/post_build_lava_parameters
+ - trigger-builds:
+ - project: 'post-build-lava'
+ property-file: post_build_lava_parameters
+ block: true