aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-08-14 17:32:21 +0800
committerChase Qi <chase.qi@linaro.org>2017-08-14 17:32:21 +0800
commit5265a64e9e50fd580ff8393c5f0ace1ef7e42b34 (patch)
tree71c2ef67ffbc7cafa7cd9829b1ff3849bd5dfb98 /96boards-hikey
parent3fbea6fca0adbb1d632d657811b7da0c573a218b (diff)
hi6220-hikey: use permanent link for cts test package
The old file on snapshot was deleted. It is probably reached its life of time. And the invalid link leads to incomplete test jobs. Hosting cts test package on http://testdata.validation.linaro.org/cts/ will avoid this kind of issue occur again. Change-Id: I79a8b4a1a86463a74ad597c77d94fe41b9945488 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to '96boards-hikey')
-rw-r--r--96boards-hikey/lava-job-definitions/hi6220-hikey/aosp-master/template-cts.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-hikey/lava-job-definitions/hi6220-hikey/aosp-master/template-cts.yaml b/96boards-hikey/lava-job-definitions/hi6220-hikey/aosp-master/template-cts.yaml
index 0b25b8e4..42555b8b 100644
--- a/96boards-hikey/lava-job-definitions/hi6220-hikey/aosp-master/template-cts.yaml
+++ b/96boards-hikey/lava-job-definitions/hi6220-hikey/aosp-master/template-cts.yaml
@@ -97,6 +97,6 @@ actions:
path: automated/android/tradefed/tradefed.yaml
params:
TEST_PARAMS: "run cts --include-filter %%CTS_MODULE_NAME%% --disable-reboot --skip-preconditions --skip-device-info"
- TEST_URL: "http://snapshots.linaro.org/android/android-cts/hikey-userdebug/1/android-cts.zip"
+ TEST_URL: "http://testdata.validation.linaro.org/cts/android-cts-aosp-master-build2.zip"
TEST_PATH: "android-cts"
name: "%%CTS_MODULE_NAME%%"