Chromium Code Reviews

Unified Diff: tools-webrtc/mb/mb.py

Issue 2861043002: Add --retry_failed=3 flag to gtest-parallel. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tools-webrtc/mb/mb_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb.py
diff --git a/tools-webrtc/mb/mb.py b/tools-webrtc/mb/mb.py
index a2a593f95988e0a992675f9e86b49251deffdcba..bbbf413aeb5c5bf3fcca0ba695225a9d0cc55639 100755
--- a/tools-webrtc/mb/mb.py
+++ b/tools-webrtc/mb/mb.py
@@ -1102,6 +1102,7 @@ class MetaBuildWrapper(object):
# so it can exit cleanly and report results, instead of being
# interrupted by swarming and not reporting anything.
'--timeout=900',
+ '--retry_failed=3',
]
asan = 'is_asan=true' in vals['gn_args']
« no previous file with comments | « no previous file | tools-webrtc/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine