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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2700693003: buildbot: Fixing the arguments for webkit_tests_exparchive (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 67b5b43f7f356aa999419e9426734bb2b38ace9a..608f5654a1666444d0708eae708a9558b9776308 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -1024,8 +1024,13 @@
"args": [
"--xvfb",
"../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
- "--clobber-old-results",
+ "--seed", "4",
"--no-show-results",
+ "--full-results-html",
+ "--clobber-old-results",
+ "--exit-after-n-failures", "5000",
+ "--exit-after-n-crashes-or-timeouts", "100",
+ "--debug-rwt-logging",
"--results-directory", "${ISOLATED_OUTDIR}/layout-test-results",
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698