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

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

Issue 2336573002: Add recipe for linux_chromium_headless_dbg trybot (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_headless_dbg.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 499ad09272ca1cf061283b7b54c5c1f454d9304a..d1163844734c249b0eff99b9b484b0d7b62d9f86 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({
'buildername': 'Chromium Linux TSan Builder',
'tester': 'Linux TSan Tests',
}),
+ 'linux_chromium_headless_dbg': simple_bot({
+ 'mastername': 'chromium.fyi',
+ 'buildername': 'Headless Linux (dbg)',
+ }),
'linux_chromium_cfi_rel_ng': simple_bot({
'mastername': 'chromium.fyi',
'buildername': 'CFI Linux',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_headless_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698