| 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 3870101185594c7d21a996ab3adb4707acd2577c..f21fc377bb8286c0a0cb1df9901e696031936874 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| @@ -17,19 +17,19 @@ TRYBOTS = freeze({
|
| 'builders': {
|
| 'linux_precise_blink_dbg': simple_bot({
|
| 'mastername': 'chromium.webkit',
|
| - 'buildername': 'WebKit Linux Precise (dbg)',
|
| + 'buildername': 'WebKit Linux Trusty (dbg)',
|
| }),
|
| 'linux_precise_blink_rel': simple_bot({
|
| 'mastername': 'chromium.webkit',
|
| - 'buildername': 'WebKit Linux Precise',
|
| + 'buildername': 'WebKit Linux Trusty',
|
| }),
|
| 'linux_precise_blink_compile_dbg': simple_bot({
|
| 'mastername': 'chromium.webkit',
|
| - 'buildername': 'WebKit Linux Precise (dbg)',
|
| + 'buildername': 'WebKit Linux Trusty (dbg)',
|
| }, analyze_mode='compile'),
|
| 'linux_precise_blink_compile_rel': simple_bot({
|
| 'mastername': 'chromium.webkit',
|
| - 'buildername': 'WebKit Linux Precise',
|
| + 'buildername': 'WebKit Linux Trusty',
|
| }, analyze_mode='compile'),
|
| 'linux_trusty_blink_rel': simple_bot({
|
| 'mastername': 'chromium.webkit',
|
| @@ -566,7 +566,7 @@ TRYBOTS = freeze({
|
| 'builders': {
|
| 'v8_linux_blink_rel': simple_bot({
|
| 'mastername': 'chromium.webkit',
|
| - 'buildername': 'WebKit Linux Precise',
|
| + 'buildername': 'WebKit Linux Trusty',
|
| }),
|
| 'v8_linux_chromium_gn_rel': simple_bot({
|
| 'mastername': 'client.v8.fyi',
|
|
|