| 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 4b93410526f29e89d3e3f03ac7e9bdb69d252f46..3870101185594c7d21a996ab3adb4707acd2577c 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| @@ -360,6 +360,10 @@ TRYBOTS = freeze({
|
| 'mastername': 'chromium.fyi',
|
| 'buildername': 'CFI Linux',
|
| }),
|
| + 'linux_chromium_ubsan_rel_ng': simple_bot({
|
| + 'mastername': 'chromium.fyi',
|
| + 'buildername': 'UBSanVptr Linux',
|
| + }),
|
| 'linux_chromium_ozone_compile_only_ng': simple_bot({
|
| 'mastername': 'chromium.fyi',
|
| 'buildername': 'Ozone Linux',
|
|
|