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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 1744653002: Add force=True to all chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index 4863108d79e1f5b33cd0ca1486a736d41ec9da2e..f81131ca38deb090fdd914ddeea4b98afc0242a2 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -53,7 +53,8 @@ def RunSteps(api):
bot_config = api.chromium_tests.create_bot_config_object(
mastername, buildername)
api.chromium_tests.configure_build(bot_config)
- update_step, bot_db = api.chromium_tests.prepare_checkout(bot_config)
+ update_step, bot_db = api.chromium_tests.prepare_checkout(
+ bot_config, force=True)
tests, tests_including_triggered = api.chromium_tests.get_tests(
bot_config, bot_db)
compile_targets = api.chromium_tests.get_compile_targets(
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698