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

Unified Diff: client/tools/buildbot_annotated_steps.py

Issue 15258005: First CL for supporting arm cross compilation + testing on dart buildbots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | tools/bots/cross-vm.py » ('j') | 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 bbb64471675c3cbc0ccfa7cbea570812ae6ede50..5d3392c1f6bbd267ada5deb66bd3a63dc709583b 100755
--- a/client/tools/buildbot_annotated_steps.py
+++ b/client/tools/buildbot_annotated_steps.py
@@ -215,6 +215,8 @@ def main():
status = ProcessBot(name, 'pub')
elif name.startswith('vm-android'):
status = ProcessBot(name, 'android')
+ elif name.startswith('cross') or name.startswith('target'):
+ status = ProcessBot(name, 'cross-vm')
else:
status = ProcessBot(name, 'compiler')
« no previous file with comments | « no previous file | tools/bots/cross-vm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698