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

Unified Diff: scripts/slave/recipe_modules/chromium_android/config.py

Issue 1574943003: add instrumentation tests to cloud bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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: scripts/slave/recipe_modules/chromium_android/config.py
diff --git a/scripts/slave/recipe_modules/chromium_android/config.py b/scripts/slave/recipe_modules/chromium_android/config.py
index 6bce87e81a66f7cb229eee6d1fecb3636af149c2..f5ac63db3403c04df75e0706e679ca9cc33eea1d 100644
--- a/scripts/slave/recipe_modules/chromium_android/config.py
+++ b/scripts/slave/recipe_modules/chromium_android/config.py
@@ -40,6 +40,7 @@ def BaseConfig(INTERNAL=False, REPO_NAME=None, REPO_URL=None,
),
gce_setup = Single(bool, required=False, empty_val=False),
gce_snapshot = Single(basestring, required=False),
+ gce_count = Single(int, required=False),
)
@@ -206,3 +207,4 @@ def cast_builder(c):
def gce_builder(c):
c.gce_setup = True
c.gce_snapshot = 'clean-19-l-phone-snapshot'
+ c.gce_count = 10
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/api.py ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698