| 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 6bf331513aaf425073bc30806b7d424c30a62fb2..d902bb844042bbdbe948436d6500851648f069c4 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| @@ -227,6 +227,10 @@ TRYBOTS = freeze({
|
| },
|
| 'tryserver.chromium.linux': {
|
| 'builders': {
|
| + 'Blimp Linux (dbg)': simple_bot({
|
| + 'mastername': 'chromium.linux',
|
| + 'buildername': 'Blimp Linux',
|
| + }),
|
| 'cast_shell_linux': simple_bot({
|
| 'mastername': 'chromium.linux',
|
| 'buildername': 'Cast Linux',
|
|
|