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

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

Issue 2384243005: Add initial CL for RandomOrder chromium.fyi bot (Closed)
Patch Set: Train new expectations 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
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5cd0d330b712cda000b314ab8bb90ba65b752d5f 100755
--- a/scripts/slave/chromium/layout_test_wrapper.py
+++ b/scripts/slave/chromium/layout_test_wrapper.py
@@ -97,6 +97,10 @@ def layout_test(options, args):
command.append('--enable-wptserve')
if options.batch_size:
command.extend(['--batch-size', options.batch_size])
+ if options.order:
+ command.extend(['--order', options.order])
+ if options.seed:
+ command.extend(['--seed', options.seed])
if options.run_part:
command.extend(['--run-part', options.run_part])
if options.builder_name:
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698