| 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 73f4313c477beffca917e00c6c72434c408e9340..7e2bbacc5295bcfaee68e1c6a2a73048be94253b 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| @@ -133,9 +133,9 @@ TRYBOTS = freeze({
|
| },
|
| 'tryserver.chromium.angle': {
|
| 'builders': {
|
| - 'android_angle_dbg_ng': simple_bot({
|
| + 'android_angle_rel_ng': simple_bot({
|
| 'mastername': 'chromium.gpu.fyi',
|
| - 'buildername': 'Android Swarmed Debug (Nexus 5X)',
|
| + 'buildername': 'Android Release (Nexus 5X)',
|
| }),
|
| 'linux_angle_rel_ng': simple_bot({
|
| 'mastername': 'chromium.gpu.fyi',
|
|
|