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

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

Issue 2463523002: Add Linux Ozone fyi compile-only bot (Closed)
Patch Set: Added tryserver config 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 ad45b75dca8ad1e17284689ad09ea06e95cf21e0..def83ec00d9b5593759e681d92e40576a834f882 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_ozone_compile_only_ng': simple_bot({
+ 'mastername': 'chromium.fyi',
+ 'buildername': 'Ozone Linux',
+ }),
'linux_site_isolation': simple_bot({
'mastername': 'chromium.fyi',
'buildername': 'Site Isolation Linux',

Powered by Google App Engine
This is Rietveld 408576698