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

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

Issue 1581783002: Adding variable builder to tryserver.chromium.mac (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 11 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.mac/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.mac/master.cfg
diff --git a/masters/master.tryserver.chromium.mac/master.cfg b/masters/master.tryserver.chromium.mac/master.cfg
index 4b5b4986c7dbcff3b0555bc6602dc8cc91a01479..60a10edecaff4400eff5e5f12ac24e851d66f34b 100644
--- a/masters/master.tryserver.chromium.mac/master.cfg
+++ b/masters/master.tryserver.chromium.mac/master.cfg
@@ -169,6 +169,17 @@ b_mac_nacl_sdk_build = {
'factory': m_annotator.BaseFactory('nacl/sdk_build'),
}
+# These variable builders are used by Findit to identify culprit commits for
+# compile or test failures on the main waterfall. They run on optional slaves
+# and NOT CQ slaves.
+variable_builders = [
+ {
+ 'name': 'mac_chromium_variable',
+ 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
+ 'slavebuilddir': 'mac'
+ }
+]
+
c['builders'] = [
b_ios_dbg_simulator_ninja,
b_ios_rel_device_ninja,
@@ -178,7 +189,7 @@ c['builders'] = [
b_ios_rel_device_gn,
b_mac_nacl_sdk,
b_mac_nacl_sdk_build,
-] + chromium_builders
+] + chromium_builders + variable_builders
# Slaves are loaded from slaves.cfg.
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698