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

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

Issue 1300623002: Remove redundant bots from chromium.webkit (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 4 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 | masters/master.chromium.webkit/master_android_latest_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.webkit/master.cfg
diff --git a/masters/master.chromium.webkit/master.cfg b/masters/master.chromium.webkit/master.cfg
index b4ba6a8d8ea215953238f81816d26b3ce3e287ca..c806fa9f1d009d5fe41dcceb2a9cd0f4867f024e 100644
--- a/masters/master.chromium.webkit/master.cfg
+++ b/masters/master.chromium.webkit/master.cfg
@@ -18,34 +18,16 @@ c['status'] = []
import master_source_cfg
-import master_linux_webkit_pinned_cfg
-import master_mac_webkit_pinned_cfg
-import master_win_webkit_pinned_cfg
import master_linux_webkit_latest_cfg
import master_android_webkit_latest_cfg
import master_mac_webkit_latest_cfg
import master_win_webkit_latest_cfg
-import master_win_latest_cfg
-import master_chromiumos_cfg
-import master_mac_latest_cfg
-import master_linux_latest_cfg
-import master_android_latest_cfg
tandrii(chromium) 2015/08/17 11:29:39 omg, this is horrible.
-import master_gpu_latest_cfg
master_source_cfg.Update(config, ActiveMaster, c)
-master_win_webkit_pinned_cfg.Update(config, ActiveMaster, c)
-master_mac_webkit_pinned_cfg.Update(config, ActiveMaster, c)
-master_linux_webkit_pinned_cfg.Update(config, ActiveMaster, c)
master_win_webkit_latest_cfg.Update(config, ActiveMaster, c)
master_mac_webkit_latest_cfg.Update(config, ActiveMaster, c)
master_linux_webkit_latest_cfg.Update(config, ActiveMaster, c)
master_android_webkit_latest_cfg.Update(config, ActiveMaster, c)
-master_win_latest_cfg.Update(config, ActiveMaster, c)
-master_mac_latest_cfg.Update(config, ActiveMaster, c)
-master_linux_latest_cfg.Update(config, ActiveMaster, c)
-master_chromiumos_cfg.Update(config, ActiveMaster, c)
-master_android_latest_cfg.Update(config, ActiveMaster, c)
-master_gpu_latest_cfg.Update(config, ActiveMaster, c)
# Must be at least 2x the number of slaves.
c['eventHorizon'] = 200
« no previous file with comments | « no previous file | masters/master.chromium.webkit/master_android_latest_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698