| Index: scripts/slave/recipes/chromium.py
|
| diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
|
| index 07075b5cc6e45ca99e98a07450138e8b4d714b7c..741c82605e60f86d4388685dcb19ea8f4736d4f9 100644
|
| --- a/scripts/slave/recipes/chromium.py
|
| +++ b/scripts/slave/recipes/chromium.py
|
| @@ -842,7 +842,7 @@ def GenTests(api):
|
|
|
| yield (
|
| api.test('tsan') +
|
| - api.properties.generic(mastername='chromium.memory.fyi',
|
| + api.properties.generic(mastername='chromium.memory.full',
|
| buildername='Linux TSan Tests',
|
| parent_buildername='Chromium Linux TSan Builder') +
|
| api.platform('linux', 64) +
|
| @@ -856,7 +856,7 @@ def GenTests(api):
|
|
|
| yield (
|
| api.test('msan') +
|
| - api.properties.generic(mastername='chromium.memory.fyi',
|
| + api.properties.generic(mastername='chromium.memory.full',
|
| buildername='Linux MSan Tests',
|
| parent_buildername='Chromium Linux MSan Builder') +
|
| api.platform('linux', 64) +
|
|
|