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

Unified Diff: scripts/slave/recipe_modules/chromium_swarming/api.py

Issue 2184603003: Move memory FYI slaves to memory full master and switch configs over. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update expectations Created 4 years, 5 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: scripts/slave/recipe_modules/chromium_swarming/api.py
diff --git a/scripts/slave/recipe_modules/chromium_swarming/api.py b/scripts/slave/recipe_modules/chromium_swarming/api.py
index 3f9dccf8f38dd7c3cdb22a4e274f49371796d925..38cc584b90913517326b3d88e4abe19105a0f493 100644
--- a/scripts/slave/recipe_modules/chromium_swarming/api.py
+++ b/scripts/slave/recipe_modules/chromium_swarming/api.py
@@ -21,7 +21,7 @@ PER_TARGET_SWARMING_DIMS.update({
MASTER_SWARMING_PRIORITIES = collections.defaultdict(lambda: 25)
MASTER_SWARMING_PRIORITIES.update({
'chromium.fyi': 35, # This should be lower than the CQ.
- 'chromium.memory.fyi': 27,
+ 'chromium.memory.full': 27,
})

Powered by Google App Engine
This is Rietveld 408576698