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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1343873004: Add IsolatedScriptTest (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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 | « scripts/slave/recipe_modules/chromium_tests/steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index d11c8ecd2c5f73885864a31ac4e8c163c0c76352..fb24dd247d23575455fac0e4172a274c33929ed7 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -270,6 +270,11 @@ BUILDERS = freeze({
'buildername': 'Linux Builder',
'tester': 'Linux Tests',
},
+ 'ned_tests_rel_ng': {
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder',
+ 'tester': 'Ned Tests',
+ },
'linux_chromium_asan_rel_ng': {
'mastername': 'chromium.memory',
'buildername': 'Linux ASan LSan Builder',
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698