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

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

Issue 23591008: Add mini_installer tests to the Chromium build infrastructure. (Closed) Base URL: http://src.chromium.org/chrome/trunk/tools/build/
Patch Set: Address robertshield's comment. Created 7 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.fyi/slaves.cfg » ('j') | scripts/master/factory/chromium_commands.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
===================================================================
--- masters/master.chromium.fyi/master.cfg (revision 220211)
+++ masters/master.chromium.fyi/master.cfg (working copy)
@@ -157,6 +157,7 @@
'Chrome Frame Tests (ie6)(peruser)',
'Chrome Frame Tests (ie7)(peruser)',
'Chrome Frame Tests (ie8)(peruser)',
+ 'Chromium Win MiniInstaller Tests',
'More NaCl Tests (win32)',
'More NaCl Tests (win64)',
'Win8 Tests (1)',
@@ -653,6 +654,13 @@
factory_properties={'process_dumps': True,
'start_crash_handler': True})
+f_cr_win_rel_mini_installer = win_build().ChromiumFactory(
+ slave_type='Tester',
+ build_url=chromium_rel_archive,
+ tests=['mini_installer'],
+ factory_properties={'process_dumps': True,
+ 'start_crash_handler': True,})
+
f_cr_rel_perf_frame = win_build().ChromiumFactory(
slave_type='Tester',
build_url=chromium_rel_archive_ext,
@@ -1941,6 +1949,13 @@
'auto_reboot': False,
}
+b_chromium_win_mini_installer = {
+ 'name': 'Chromium Win MiniInstaller Tests',
+ 'factory': f_cr_win_rel_mini_installer,
+ 'category': 'windows',
+ 'auto_reboot': False,
+}
+
b_chromium_codesearch_scheduler = {
'name': 'Chromium Codesearch Scheduler',
'factory': f_chromium_codesearch_scheduler,
@@ -2352,6 +2367,8 @@
b_chromium_linux_codesearch,
b_chromiumos_codesearch,
+ # MiniInstaller
+ b_chromium_win_mini_installer,
]
c['builders'].append(b_chromium_rel_linux_browser_valgrind_builder)
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | scripts/master/factory/chromium_commands.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698