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

Unified Diff: config/master.chromium/master.cfg

Issue 67234: Buildbot changes for running page_cycler_http on Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: '' Created 11 years, 8 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 | scripts/slave/runtest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/master.chromium/master.cfg
===================================================================
--- config/master.chromium/master.cfg (revision 13921)
+++ config/master.chromium/master.cfg (working copy)
@@ -459,7 +459,8 @@
'sunspider', 'v8_benchmark'])
f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel',
- tests=['startup', 'page_cycler'],
+ tests=['startup', 'page_cycler',
+ 'page_cycler_http'],
show_perf_results=True,
perf_id='chromium-rel-mac',
build_dir='src/build',
@@ -618,13 +619,13 @@
options=['--build-tool=xcode', '--',
'-project', 'all.xcodeproj'])
-# TODO: Move startup & page_cycler to a debug perf bot when one is available.
+# TODO: Move startup & page_cycler* to a debug perf bot when one is available.
f_sub_dbg_mac = m_mac.NewBuildFactory(identifier='sub-dbg-mac',
target='Debug',
tests=['unit', 'base', 'net', 'googleurl',
'test_shell', 'media',
'ui', 'printing', 'startup',
- 'page_cycler'],
+ 'page_cycler', 'page_cycler_http'],
build_dir='src/build',
run_crash_handler=False,
options=['--build-tool=xcode', '--',
« no previous file with comments | « no previous file | scripts/slave/runtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698