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

Unified Diff: scripts/slave/chromium/layout_test_wrapper.py

Issue 2384243005: Add initial CL for RandomOrder chromium.fyi bot (Closed)
Patch Set: Update build machine based on new bot allocation Created 4 years, 2 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
Index: scripts/slave/chromium/layout_test_wrapper.py
diff --git a/scripts/slave/chromium/layout_test_wrapper.py b/scripts/slave/chromium/layout_test_wrapper.py
index c1214463de027e37f487e970a18bd5f0506368de..00fcff7dbafe4682e71c5604aedf0357531c7948 100755
--- a/scripts/slave/chromium/layout_test_wrapper.py
+++ b/scripts/slave/chromium/layout_test_wrapper.py
@@ -95,6 +95,7 @@ def layout_test(options, args):
command.append('--no-pixel-tests')
if options.enable_wptserve:
command.append('--enable-wptserve')
+ # TODO: Do we need to add --order and --seed here?
qyearsley 2016/10/07 21:56:58 Ah, good question -- I think we do. Note, I think
jeffcarp 2016/10/07 23:16:35 Added.
if options.batch_size:
command.extend(['--batch-size', options.batch_size])
if options.run_part:

Powered by Google App Engine
This is Rietveld 408576698