| Index: scripts/slave/recipe_modules/chromium_tests/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
|
| index 9a0057047653c2a3cbd5ca36a9e470dfdb9b14c9..0be50866fe6271c2afd175146c2b517e9545b49c 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/api.py
|
| @@ -39,7 +39,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,
|
| })
|
|
|
|
|
|
|