Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.py

Issue 2468363002: Add a config for optional UBSan trybot. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698