Remove chromium boto configuration from editor-fyi builder

R=ricow@google.com

Review URL: https://codereview.chromium.org//17552002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24287 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
kustermann@google.com 2013-06-21 13:50:26 +00:00
parent 2ce76ed94a
commit 464566ce81

View file

@ -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)