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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 224653002: Revert "Remove performance_ui_tests from bot configs." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 9 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 | « scripts/master/factory/chromium_commands.py ('k') | scripts/master/factory/commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index 6ecc2e10ac654b3360951d02141f7a816fda6eed..c4aea236114356bc1ccf5a7f065f4c81ea10885e 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -534,6 +534,12 @@ class ChromiumFactory(gclient_factory.GClientFactory):
ash_fp['browser_tests_extra_options'] = ['--ash-browsertests']
f.AddBuildrunnerBrowserTests(ash_fp)
+ # Big, UI tests:
+ if R('dom_checker'):
+ f.AddDomCheckerTests()
+ if R('dom_checker_br'):
+ f.AddBuildrunnerDomCheckerTests()
+
if self._target_platform == 'win32':
if R('installer_util_unittests'):
f.AddGTestTestStep('installer_util_unittests', fp)
@@ -688,6 +694,8 @@ class ChromiumFactory(gclient_factory.GClientFactory):
Telemetry(test_name)
# Other benchmarks:
+ if R('memory'):
+ f.AddMemoryTests(fp)
if R('tab_capture_performance'):
f.AddTabCapturePerformanceTests(fp)
if R('indexeddb_perf'):
@@ -742,6 +750,8 @@ class ChromiumFactory(gclient_factory.GClientFactory):
f.AddSizesTests(fp)
if R('sizes_br'):
f.AddBuildrunnerSizesTests(fp)
+ if R('sync'):
+ f.AddSyncPerfTests(fp)
if R('mach_ports'):
f.AddMachPortsTests(fp)
if R('cc_perftests'):
« no previous file with comments | « scripts/master/factory/chromium_commands.py ('k') | scripts/master/factory/commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698