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

Unified Diff: scripts/tools/lkgr_finder.py

Issue 64723003: Remove Win Aura bots from the buildbot and tryservers since they're now redundant as trunk Windows … (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/build/
Patch Set: Created 7 years, 1 month 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/tools/lkgr_finder.py
===================================================================
--- scripts/tools/lkgr_finder.py (revision 233623)
+++ scripts/tools/lkgr_finder.py (working copy)
@@ -96,12 +96,15 @@
'compile',
],
'Win7 Tests (dbg)(1)': [
+ 'ash_unittests',
ghost stip (do not use) 2013/11/07 22:14:48 I'm not as familiar with lkgr_finder, so I'd appre
Paweł Hajdan Jr. 2013/11/07 22:22:16 Provided the additions are correct, fine. One lan
jam 2013/11/08 01:05:27 Good idea, I'll split off the removals into anothe
+ 'aura_unittests',
'base_unittests',
'cacheinvalidation_unittests',
'cc_unittests',
'check_deps',
'chromedriver2_unittests',
'components_unittests',
+ 'compositor_unittests',
'content_unittests',
'courgette_unittests',
'crypto_unittests',
@@ -117,6 +120,7 @@
'ui_unittests',
'unit_tests',
'url_unittests',
+ 'views_unittests',
'webkit_compositor_bindings_unittests',
],
'Win7 Tests (dbg)(2)': [
@@ -141,26 +145,6 @@
# 'Interactive Tests (dbg)': [
Paweł Hajdan Jr. 2013/11/07 22:22:16 While you're here, let's also remove this.
jam 2013/11/08 01:05:27 Done.
# 'interactive_ui_tests',
# ],
- 'Win Aura Builder': [
- 'compile',
- ],
- 'Win Aura Tests (1)': [
- 'ash_unittests',
- 'aura_unittests',
- 'browser_tests',
- 'content_browsertests',
- ],
- 'Win Aura Tests (2)': [
- 'browser_tests',
- 'compositor_unittests',
- 'content_unittests',
- 'unit_tests',
- 'views_unittests',
- ],
- 'Win Aura Tests (3)': [
- 'browser_tests',
- 'interactive_ui_tests',
- ],
}, # chromium.win
'chromium.mac': {
'Mac Builder (dbg)': [
@@ -317,7 +301,6 @@
},
'chromium.win': {
'Win Builder (dbg)': ['compile'],
- 'Win Aura Builder': ['compile'],
},
'chromium.webkit': {
'WebKit Win Builder (deps)': ['compile'],
« masters/master.tryserver.chromium/master.cfg ('K') | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698