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

Unified Diff: masters/master.chromium.fyi/master.cfg

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: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 7b752c63e95bc3598e1ac47cfda0dc2bcf645431..5604242d47b64bcdee961358b6850132afa91926 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -145,6 +145,7 @@ s_chromium = Scheduler(
'Libfuzzer Upload Mac ASan',
'WebKit Linux - WPTServe',
'WebKit Linux - TraceWrappables',
+ 'WebKit Linux - RandomOrder',
'WebKit Mac - WPTServe',
'WebKit Win - WPTServe',
'Linux remote_run Builder',
@@ -1043,6 +1044,12 @@ b_chromium_linux_webkit_trace_wrappables = {
'category': 'linux',
'auto_reboot': True,
}
+b_chromium_linux_webkit_randomorder= {
qyearsley 2016/10/07 21:56:58 Nit: space after =
jeffcarp 2016/10/07 23:16:35 Thanks!
+ 'name': 'WebKit Linux - RandomOrder',
+ 'factory': m_remote_run_chromium_src('chromium'),
+ 'category': 'linux',
+ 'auto_reboot': True,
+}
b_headless_linux = {
'name': 'Headless Linux (dbg)',
@@ -1409,6 +1416,9 @@ c['builders'] = [
# Webkit Linux with TraceWrappables feature on.
b_chromium_linux_webkit_trace_wrappables,
+ # WebKit Linux - layout tests in random order
+ b_chromium_linux_webkit_randomorder,
+
# EarlGrey bot
b_earlgrey_ios,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | scripts/slave/chromium/layout_test_wrapper.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698