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

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

Issue 24918002: Converted the remaining GPU bots to recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 years, 3 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.gpu/master.cfg
diff --git a/masters/master.chromium.gpu/master.cfg b/masters/master.chromium.gpu/master.cfg
index 782c91f9d5815904e40628e34c21b7799e3dc615..4b99d02203b5fd1f19ccb1e7997797baebbf5dd9 100644
--- a/masters/master.chromium.gpu/master.cfg
+++ b/masters/master.chromium.gpu/master.cfg
@@ -99,23 +99,6 @@ m_android = chromium_factory.ChromiumFactory(
# Some shortcut to simplify the code below.
F_ANDROID = m_android.ChromiumAnnotationFactory
-full_test_suite = [
- 'content_gl_tests',
- 'gles2_conform_test',
- 'gl_tests',
- 'gpu_content_tests',
- 'gpu_frame_rate',
- 'gpu_throughput',
- 'tab_capture_performance',
-]
-
-debug_test_suite = [
- 'content_gl_tests',
- 'gles2_conform_test',
- 'gl_tests',
- 'gpu_content_tests',
-]
-
# TODO(kbr): switch the Android builder to use recipes too.
desktop_builders = []
for slave in slaves.slaves:
@@ -126,7 +109,7 @@ for slave in slaves.slaves:
'build_config': 'Debug'
}
if 'perf_id' in slave:
- factory_properties['show_perf_results'] = True;
agable 2013/09/27 19:57:26 wat
Ken Russell (switch to Gerrit) 2013/09/27 20:30:07 Temporary hack until we clean up how perf results
+ factory_properties['show_perf_results'] = True
factory_properties['perf_id'] = slave['perf_id']
factory_properties['build_config'] = 'Release'
desktop_builders.append({

Powered by Google App Engine
This is Rietveld 408576698