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

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

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 | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index 59afe20e700fbed003e1436fdc115e1f8ea31e57..beafc29388d7a126088db90211adf75411806bc5 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -203,6 +203,13 @@ for targ in ('_rel', '_dbg'):
}])
chromium_builders.append({
+ 'name': 'ned_tests_rel_ng',
+ 'factory': m_annotator.BaseFactory(
+ 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME),
+ # Share build directory with compatible existing builders to save space.
+ 'slavebuilddir': 'linux'
+})
+chromium_builders.append({
'name': 'linux_chromium_chromeos_asan_rel_ng',
'factory': m_annotator.BaseFactory('chromium_trybot'),
# Share build directory with compatible existing builders to save space.
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698