| Index: scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| index 4ec4872726fb3efe8cf8f26595c94dadd6b40d05..e080a30b2a52878ad467eb4fb259376631ed954f 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| @@ -564,10 +564,10 @@ TRYBOTS = freeze({
|
| },
|
| ],
|
| },
|
| - 'win10_chromium_rel_ng': simple_bot({
|
| + 'win10_chromium_x64_rel_ng': simple_bot({
|
| 'mastername': 'chromium.fyi',
|
| 'buildername': 'Win Builder',
|
| - 'tester': 'Win10 Tests (1)',
|
| + 'tester': 'Win10 Tests x64',
|
| }),
|
| 'win_chromium_rel_ng_exp': simple_bot({
|
| 'mastername': 'chromium.win',
|
|
|