Enable store tombstones for swarming bots.
Enable tombstones for swarming bots. Previously if a test case is
crashed on swarming bots, no tombstones will be resolved, and even if
they are attempted to be resolved, they will fail because of the lack of
tool chains.
In this cl, we are enabling tombstones for swarming bots and we are also
adding tool chains to the dependency.
BUG=631213
Review-Url: https://codereview.chromium.org/2883633003
Cr-Commit-Position: refs/heads/master@{#472615}
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 1debfb0..46bf07b7 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -1081,7 +1081,8 @@
'--target', target,
'--target-devices-file', '${SWARMING_BOT_FILE}',
'--logdog-bin-cmd', '../../bin/logdog_butler',
- '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats']
+ '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
+ '--store-tombstones']
elif use_xvfb and test_type == 'windowed_test_launcher':
extra_files = [
'../../testing/test_env.py',