| 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,
|
| })
|
|
|
|
|
|
|