| Index: infra/recipes/blink_downstream.py
|
| diff --git a/infra/recipes/blink_downstream.py b/infra/recipes/blink_downstream.py
|
| index 07ec622b623f00d0d6a316d8387a37d40d3e11ee..5f5258fd58cdc66ea3057916c6c02608020ccf80 100644
|
| --- a/infra/recipes/blink_downstream.py
|
| +++ b/infra/recipes/blink_downstream.py
|
| @@ -141,7 +141,7 @@ def RunSteps(api):
|
| with api.step.context(context):
|
| # TODO(phajdan.jr): remove redundant **context below once we fix things
|
| # to behave the same without it.
|
| - step_result = api.bot_update.ensure_checkout(force=True, **context)
|
| + step_result = api.bot_update.ensure_checkout(**context)
|
|
|
| api.chromium.ensure_goma()
|
|
|
| @@ -165,7 +165,7 @@ def RunSteps(api):
|
| # Update without changing got_revision. The first sync is the revision
|
| # that is tested. The second is just for comparison. Setting got_revision
|
| # again confuses the waterfall's console view.
|
| - api.bot_update.ensure_checkout(force=True, update_presentation=False)
|
| + api.bot_update.ensure_checkout(update_presentation=False)
|
|
|
| api.chromium_tests.run_mb_and_compile(
|
| ['blink_tests'], [],
|
|
|