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

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

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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/example.py
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
index f936b47cb6e017388c131df4103b1285d2387b20..da7f27fb65e1c46d8f596170d59e1047a2d285b2 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -109,7 +109,7 @@ def RunSteps(api, buildername):
api.chromium.c.env.ADB_VENDOR_KEYS = api.path['build'].join(
'site_config', '.adb_key')
- api.chromium_android.init_and_sync()
+ api.chromium_android.init_and_sync(use_bot_update=False)
api.chromium.runhooks()
api.chromium_android.run_tree_truth(additional_repos=['foo'])
@@ -318,7 +318,7 @@ def GenTests(api):
</TestPackage>
</TestResult> """
yield (api.test('webview_cts_unexpected_class_failure') +
- properties_for('webview_cts') +
+ properties_for('webview_cts') +
api.override_step_data('Run CTS', api.raw_io.stream_output(
'Created xml report file at file:///path/to/testResult.xml',
stream='stdout')) +
@@ -352,4 +352,4 @@ def GenTests(api):
properties_for('webview_cts') +
api.override_step_data('Run CTS', api.raw_io.stream_output(
'Invalid CTS output here...',
- stream='stdout')))
+ stream='stdout')))

Powered by Google App Engine
This is Rietveld 408576698