aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/cts
diff options
context:
space:
mode:
authorGravatar Stephan Altmueller <stephana@google.com>2018-01-16 15:55:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-16 21:33:39 +0000
commit8ee7fb0083c0b00e494f580cba216ab71a889e22 (patch)
tree159a276f68090b7f6db94ee0e3249f555d8c9177 /infra/cts
parent57393797c0c0ab10e19f3ce6a3ad16a024e3cea9 (diff)
Fix directory creation in skqp app
Bug: skia: Change-Id: Id26832ccce7d09d3d3d640bcdd11a424f18943f7 Reviewed-on: https://skia-review.googlesource.com/92682 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'infra/cts')
-rw-r--r--infra/cts/run_testlab.go31
1 files changed, 16 insertions, 15 deletions
diff --git a/infra/cts/run_testlab.go b/infra/cts/run_testlab.go
index cf88c30cc9..98aa160d21 100644
--- a/infra/cts/run_testlab.go
+++ b/infra/cts/run_testlab.go
@@ -43,20 +43,20 @@ var (
"A0001": {"22"},
// "E5803": {"22"}, deprecated
// "F5121": {"23"}, deprecated
- "G8142": {"25"},
- "HWMHA": {"24"},
- "SH-04H": {"23"},
- "athene": {"23"},
- "athene_f": {"23"},
- "hammerhead": {"23"},
- "harpia": {"23"},
- "hero2lte": {"23"},
- "herolte": {"24v"},
- "j1acevelte": {"22"},
- "j5lte": {"23"},
- "j7xelte": {"23"},
- "lucye": {"24"},
- "mako": {"22"},
+ "G8142": {"25"},
+ "HWMHA": {"24"},
+ "SH-04H": {"23"},
+ "athene": {"23"},
+ "athene_f": {"23"},
+ "hammerhead": {"23"},
+ "harpia": {"23"},
+ "hero2lte": {"23"},
+ "herolte": {"24v"},
+ "j1acevelte": {"22"},
+ "j5lte": {"23"},
+ "j7xelte": {"23"},
+ "lucye": {"24"},
+ // "mako": {"22"}, deprecated
"osprey_umts": {"22"},
"p1": {"22"},
"sailfish": {"26"},
@@ -83,7 +83,8 @@ const (
--app=%s
--results-bucket=%s
--results-dir=%s
- --directories-to-pull=/sdcard/Android/data/org.skia.skqpapp
+ --directories-to-pull=/sdcard/Android/data/org.skia.skqp
+ --timeout 30m
%s
`
MODEL_VERSION_TMPL = "--device model=%s,version=%s,orientation=portrait"