Index: client/tools/buildbot_annotated_steps.py |
diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py |
index 32f8579e6fc1745c4d64a8032b67b8bdb850e39b..de5eb071f3c87f62fc8ddd15b1219cf398f939e1 100755 |
--- a/client/tools/buildbot_annotated_steps.py |
+++ b/client/tools/buildbot_annotated_steps.py |
@@ -185,10 +185,7 @@ def main(): |
# The buildbot will set a BUILDBOT_JAVA_HOME relative to the dart |
# root directory, set JAVA_HOME based on that. |
FixJavaHome() |
- if name.startswith('dart-editor'): |
- # Run the old annotated steps script |
- status = ProcessTools('release', name, version) |
- elif name.startswith('pub-'): |
+ if name.startswith('pub-'): |
status = ProcessBot(name, 'pub') |
elif name.startswith('vm-android'): |
status = ProcessBot(name, 'android') |
@@ -197,8 +194,6 @@ def main(): |
custom_env=EnvironmentWithoutBotoConfig()) |
elif name.startswith('linux-distribution-support'): |
status = ProcessBot(name, 'linux_distribution_support') |
- elif name.startswith('ft'): |
- status = ProcessBot(name, 'functional_testing') |
elif name.startswith('version-checker'): |
status = ProcessBot(name, 'version_checker') |
elif name.startswith('dart2js-dump-info'): |