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

Unified Diff: scripts/master/factory/dart/dart_factory.py

Issue 133213009: Add crash dump flag to vm bots and run the archiving script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 11 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 | « scripts/master/factory/dart/dart_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/dart/dart_factory.py
===================================================================
--- scripts/master/factory/dart/dart_factory.py (revision 247672)
+++ scripts/master/factory/dart/dart_factory.py (working copy)
@@ -256,6 +256,10 @@
if slave_type in ['BuilderTester', 'Trybot', 'Tester']:
dart_cmd_obj.AddTests(options=options, channel=self.channel)
+ # Archive crash dumps
+ if slave_type in ['BuilderTester', 'Trybot', 'Tester']:
+ dart_cmd_obj.AddArchiveCoredumps(options=options)
+
for trigger_instance in triggers:
dart_cmd_obj.AddTrigger(trigger_instance)
« no previous file with comments | « scripts/master/factory/dart/dart_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698