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

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

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 | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 53c44ba2dd7694c11bf892818af599f7176e0147..a7e19c3404a3f0205773384395bd1ab026ab0a5f 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -118,6 +118,9 @@ s_chromium = Scheduler(
'Chromium Linux MSan',
'Windows Builder (DrMemory)',
'Windows Tests (TSan Win 7)',
+ 'Chromium Vista Memory',
+ 'Chromium Linux Memory',
+ 'Chromium Mac Memory',
'Chromium Linux Redux',
'Linux ARM Cross-Compile',
'Android Builder (dbg)',
@@ -875,6 +878,26 @@ f_chromium_rel_linux_msan = linux().ChromiumFactory(
],
)
+f_chromium_rel_vista_memory = win().ChromiumFactory(
+ tests=['memory'],
+ project='chrome.sln;performance_ui_tests',
+ factory_properties={'show_perf_results': True,
+ 'perf_id': 'chromium-rel-vista-memory'})
+
+f_chromium_rel_linux_memory = linux().ChromiumFactory(
+ tests=['memory'],
+ options=['--', 'performance_ui_tests'],
+ factory_properties={'show_perf_results': True,
+ 'perf_id': 'chromium-rel-linux-memory',
+ 'gclient_env': {'GYP_GENERATORS': 'make'}})
+
+f_chromium_rel_mac_memory = mac().ChromiumFactory(
+ tests=['memory'],
+ options=['--', '-project', '../chrome/chrome.xcodeproj',
+ '-target', 'performance_ui_tests'],
+ factory_properties={'show_perf_results': True,
+ 'perf_id': 'chromium-rel-mac-memory'})
+
f_chromium_rel_linux_tsan_rv = linux().ChromiumFactory(
target='Release',
tests=['tsan_rv_device_unittests',
@@ -1776,6 +1799,30 @@ b_chromium_dbg_win_tsan = {
'auto_reboot': False,
}
+b_chromium_rel_vista_memory = {
+ 'name': 'Chromium Vista Memory',
+ 'builddir': 'chromium-rel-vista-memory',
+ 'factory': f_chromium_rel_vista_memory,
+ 'category': 'memory tests',
+ 'auto_reboot': False,
+}
+
+b_chromium_rel_linux_memory = {
+ 'name': 'Chromium Linux Memory',
+ 'builddir': 'chromium-rel-linux-memory',
+ 'factory': f_chromium_rel_linux_memory,
+ 'category': 'memory tests',
+ 'auto_reboot': False,
+}
+
+b_chromium_rel_mac_memory = {
+ 'name': 'Chromium Mac Memory',
+ 'builddir': 'chromium-rel-mac-memory',
+ 'factory': f_chromium_rel_mac_memory,
+ 'category': 'memory tests',
+ 'auto_reboot': False,
+}
+
b_chromium_win_ninja_goma = {
'name': 'Chromium Win Ninja Goma',
'factory': f_chromium_win_ninja_goma,
@@ -2263,6 +2310,9 @@ c['builders'] = [
b_chromium_rel_linux_morenacl,
# Memory
+ b_chromium_rel_vista_memory,
+ b_chromium_rel_linux_memory,
+ b_chromium_rel_mac_memory,
b_chromium_rel_win_memory_measurement,
# Codesearch
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698