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

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

Issue 2359933003: chromium.fyi: Set up a 'ClangToTAndroid (dbg)' buildbot (Closed)
Patch Set: Created 4 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
Index: masters/master.chromium.fyi/slaves.cfg
diff --git a/masters/master.chromium.fyi/slaves.cfg b/masters/master.chromium.fyi/slaves.cfg
index 3aeafe6c56e56c3a9fc988339bfc71f521e07cec..0da73a5e5b51ead5271045ab0c3fca3dfc11d9a3 100644
--- a/masters/master.chromium.fyi/slaves.cfg
+++ b/masters/master.chromium.fyi/slaves.cfg
@@ -420,6 +420,16 @@ slaves = [
{
'master': 'ChromiumFYI',
'builder': [
+ 'ClangToTAndroid (dbg)',
+ ],
+ 'hostname': 'slave5-c1',
Nico 2016/09/21 23:27:21 wow, you got a machine already? :-) unrelatedly,
hans 2016/09/21 23:55:03 No, I just picked one to get this going while we w
Nico 2016/09/22 16:18:33 Oh, I see. If you want to add this builder to an e
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ },
+ {
+ 'master': 'ChromiumFYI',
+ 'builder': [
'ClangToTMac',
'ClangToTiOS',
],

Powered by Google App Engine
This is Rietveld 408576698