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

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

Issue 2414253003: Add recipe config for android clang x86 tester. (Closed)
Patch Set: fix namesss Created 4 years, 2 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.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 7c105a8faacaa18ddb043904e5f9a8bce8e2da14..428485af4826baaacce4224a74a05b618604f213 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -94,6 +94,7 @@ s_chromium = Scheduler(
'ClangToTLinuxUBSanVptr',
'ClangToTAndroidASan',
'ClangToTAndroid (dbg)',
+ 'ClangToTAndroid x64',
'ClangToTMac',
'ClangToTMac (dbg)',
'ClangToTMacASan',
@@ -761,6 +762,13 @@ b_clang_tot_android_dbg = {
'auto_reboot': False,
}
+b_clang_tot_android_x64 = {
+ 'name': 'ClangToTAndroid x64',
+ 'factory': m_remote_run_chromium_src('chromium'),
+ 'category': 'clang tot',
+ 'auto_reboot': True,
+}
+
b_clang_tot_mac = {
'name': 'ClangToTMac',
'factory': m_remote_run_chromium_src('chromium', triggers=['clang_tot_mac']),
@@ -1384,6 +1392,7 @@ c['builders'] = [
b_clang_tot_linux_ubsan_vptr_tester,
b_clang_tot_android_asan,
b_clang_tot_android_dbg,
+ b_clang_tot_android_x64,
b_clang_tot_mac,
b_clang_tot_mac_tester,
b_clang_tot_mac_dbg,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698