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

Unified Diff: client/tools/buildbot_annotated_steps.py

Issue 17552002: Remove chromium boto configuration from editor-fyi builder (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/buildbot_annotated_steps.py
diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py
index d65c4e04d67fd6365b6405998a5c6748977660f3..347b483dfb0689935bd630b872615652e564c4d3 100755
--- a/client/tools/buildbot_annotated_steps.py
+++ b/client/tools/buildbot_annotated_steps.py
@@ -218,7 +218,8 @@ def main():
match = re.search('dart-editor-fyi(.*)', name)
name = 'dart-editor' + match.group(1)
# In case we're an FYI builder, run 'tools/bots/editor.py'.
- status = ProcessBot(name, 'editor')
+ status = ProcessBot(name, 'editor',
+ custom_env=EnvironmentWithoutBotoConfig())
else:
# Run the old annotated steps script
status = ProcessTools('release', name, version)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698