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

Unified Diff: masters/master.chromium.memory.full/master.cfg

Issue 2010953002: Change chromium.memory.fyi to chromium.memory.full (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix file names as well Created 4 years, 7 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.memory.full/master.cfg
diff --git a/masters/master.chromium.memory.fyi/master.cfg b/masters/master.chromium.memory.full/master.cfg
similarity index 99%
rename from masters/master.chromium.memory.fyi/master.cfg
rename to masters/master.chromium.memory.full/master.cfg
index 8a9567d0b12e2cce971a7ad1a24fd2add672811f..890c45920406d110f57c3bd98350504d58d12b0a 100644
--- a/masters/master.chromium.memory.fyi/master.cfg
+++ b/masters/master.chromium.memory.full/master.cfg
@@ -19,7 +19,7 @@ from master.factory import chromium_factory
import config
import master_site_config
-ActiveMaster = master_site_config.ChromiumMemoryFYI
+ActiveMaster = master_site_config.ChromiumMemoryFull
c = BuildmasterConfig = {}
c['logCompressionLimit'] = False
@@ -134,10 +134,10 @@ F_CR_OS = m_chromeos.ChromiumOSFactory
m_annotator = annotator_factory.AnnotatorFactory()
chromium_win_drmemory_archive = master_config.GetGSUtilUrl(
- 'chromium-memory-fyi', 'drm-cr')
+ 'chromium-memory-full', 'drm-cr')
chromium_win_drmemory_64_archive = master_config.GetGSUtilUrl(
- 'chromium-memory-fyi', 'drm-cr-64')
+ 'chromium-memory-full', 'drm-cr-64')
# IMPORTANT NOTE about adding new tests.
# If you want to add a new test, make sure it's:
@@ -706,7 +706,7 @@ c['builders'].extend([
# Associate the slaves to the manual builders. The configuration is in
# slaves.cfg.
-slaves = slaves_list.SlavesList('slaves.cfg', 'ChromiumMemoryFYI')
+slaves = slaves_list.SlavesList('slaves.cfg', 'ChromiumMemoryFull')
for builder in c['builders']:
builder['slavenames'] = slaves.GetSlavesName(builder=builder['name'])

Powered by Google App Engine
This is Rietveld 408576698