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

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

Issue 2468363002: Add a config for optional UBSan trybot. (Closed)
Patch Set: 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
« 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 6377b0a5797f863d3dc4209b3485579f1db67d7c..930e8790a1d8de784b0417add0959cbe982ae457 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -164,6 +164,13 @@ chromium_builders.append({
'slavebuilddir': 'remote_run',
})
+chromium_builders.append({
+ 'name': 'linux_chromium_ubsan_rel_ng',
+ 'factory': m_remote_run_chromium_src(
+ 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME),
+ 'slavebuilddir': 'remote_run',
+})
+
chromium_builders.extend([{
'name': 'linux_arm',
'factory': m_remote_run_chromium_src('chromium_trybot'),
« 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