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

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

Issue 2175683003: demo of step.context bot_update issue (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___ignition_fail.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blink_downstream.py
diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py
index f2ac6d21d142180a5d3c1cc99f064a2cd85eaff3..f4c443fcb7ab7825728828c51d8b845ff4a03a27 100644
--- a/scripts/slave/recipes/blink_downstream.py
+++ b/scripts/slave/recipes/blink_downstream.py
@@ -138,9 +138,7 @@ def RunSteps(api):
# Run all steps in the checkout dir (consistent with chromium_tests).
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(force=True)
api.chromium.ensure_goma()
« no previous file with comments | « no previous file | scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___ignition_fail.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698