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

Unified Diff: appengine/swarming/swarming_bot/fake_swarming.py

Issue 2969513002: Add a default Isolate gRPC proxy in config (Closed)
Patch Set: Fix problem in tests Created 3 years, 6 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 | « appengine/swarming/swarming_bot/config/config.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/swarming_bot/fake_swarming.py
diff --git a/appengine/swarming/swarming_bot/fake_swarming.py b/appengine/swarming/swarming_bot/fake_swarming.py
index ca7c5803884dacba78aae68b257b517bbd2dd3c4..a063b01f98b62deafb9b01155895b40f73307e64 100644
--- a/appengine/swarming/swarming_bot/fake_swarming.py
+++ b/appengine/swarming/swarming_bot/fake_swarming.py
@@ -124,4 +124,4 @@ def gen_zip(url):
with open(os.path.join(BOT_DIR, 'config', 'bot_config.py'), 'rb') as f:
bot_config_content = f.read()
return bot_archive.get_swarming_bot_zip(
- BOT_DIR, url, '1', {'config/bot_config.py': bot_config_content}, False)
+ BOT_DIR, url, '1', {'config/bot_config.py': bot_config_content}, None)
« no previous file with comments | « appengine/swarming/swarming_bot/config/config.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698