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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 1139063004: Add Clang ToT builder for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 7 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: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 90f7ff66bcee3f374e1ec8fd41c6e26d776729b9..d268a152d00c82eecf63a408eac2eb6aeef71923 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -115,6 +115,7 @@ s_chromium = Scheduler(
'ClangToTMac',
'ClangToTMac (dbg)',
'ClangToTMacASan',
+ 'ClangToTiOS',
'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990
'Chromium Win x64 Clobber',
'Chromium Win PGO Builder',
@@ -1255,6 +1256,15 @@ b_clang_tot_mac_asan_tester = {
'auto_reboot': True,
}
+b_clang_tot_ios = {
+ 'name': 'ClangToTiOS',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'ios/unified_builder_tester'
+ ),
+ 'category': 'clang tot',
+ 'auto_reboot': False,
+}
+
b_chromium_win7_shared_vs2013_dbg = {
'name': 'Cr Win VS2013 (dbg)',
'factory': f_chromium_win_shared_2013_dbg,
@@ -1871,6 +1881,7 @@ c['builders'] = [
b_clang_tot_mac_dbg,
b_clang_tot_mac_asan,
b_clang_tot_mac_asan_tester,
+ b_clang_tot_ios,
# Control flow integrity.
b_chromium_cfi_linux,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | scripts/slave/recipe_modules/chromium/chromium_fyi.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698