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

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
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 08ee9a617cd1d4fc267dad8de6c0cdfd71d5a6c3..573458d84560ed1adc9567dcd6a8e5cb291bc846 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -235,6 +235,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',

Powered by Google App Engine
This is Rietveld 408576698