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

Unified Diff: scripts/master/factory/commands.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_factory.py ('k') | scripts/slave/kill_processes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index 17ffa9e36c76f9a23dcfb5d424737db33bd00766..3aea0092316a31891fae4011ac6f785e9def275d 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -271,8 +271,10 @@ class FactoryCommands(object):
'chromium-rel-linux-64': 'linux-release-64',
'chromium-rel-linux-hardy': 'linux-release-hardy',
'chromium-rel-linux-hardy-lowmem': 'linux-release-lowmem',
+ 'chromium-rel-linux-memory': 'linux-release-memory',
'chromium-rel-linux-webkit': 'linux-release-webkit-latest',
'chromium-rel-mac': 'mac-release',
+ 'chromium-rel-mac-memory': 'mac-release-memory',
'chromium-rel-mac5': 'mac-release-10.5',
'chromium-rel-mac6': 'mac-release-10.6',
'chromium-rel-mac5-v8': 'mac-release-10.5-v8-latest',
@@ -281,6 +283,7 @@ class FactoryCommands(object):
'chromium-rel-old-mac6': 'mac-release-old-10.6',
'chromium-rel-vista-dual': 'vista-release-dual-core',
'chromium-rel-vista-dual-v8': 'vista-release-v8-latest',
+ 'chromium-rel-vista-memory': 'vista-release-memory',
'chromium-rel-vista-single': 'vista-release-single-core',
'chromium-rel-vista-webkit': 'vista-release-webkit-latest',
'chromium-rel-xp': 'xp-release',
« no previous file with comments | « scripts/master/factory/chromium_factory.py ('k') | scripts/slave/kill_processes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698