Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(971)

Unified Diff: build/android/pylib/remote/device/example.config

Issue 879983002: Add multiple device/os filtering and a config file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/remote/device/example.config
diff --git a/build/android/pylib/remote/device/example.config b/build/android/pylib/remote/device/example.config
new file mode 100644
index 0000000000000000000000000000000000000000..c3820471a525eaa37500801f8548bddee9ac030d
--- /dev/null
+++ b/build/android/pylib/remote/device/example.config
@@ -0,0 +1,16 @@
+{
+"remote_device": ["Galaxy S4", "Galaxy S3"],
+"remote_device_os": ["4.4.2", "4.4.4"],
+"remote_device_minimum_os": "4.4.2"
+"api_address": www.example.com
+"api_port": "80",
+"api_protocol": "http",
+"api_secret": "apisecret",
+"api_key": "apikey",
+"timeouts": {
+ "queueing": 600,
+ "installing": 600,
+ "in-progress": 1800,
+ "unknown": 300
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698