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

Side by Side Diff: masters/master.chromium.fyi/slaves.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 unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'hostname': 'slave5-c1', 698 'hostname': 'slave5-c1',
699 'os': 'linux', 699 'os': 'linux',
700 'version': 'precise', 700 'version': 'precise',
701 'bits': '64', 701 'bits': '64',
702 }, 702 },
703 { 703 {
704 'master': 'ChromiumFYI', 704 'master': 'ChromiumFYI',
705 'builder': [ 705 'builder': [
706 'ClangToTMac', 706 'ClangToTMac',
707 'ClangToTMac tester', 707 'ClangToTMac tester',
708 'ClangToTiOS',
708 ], 709 ],
709 'hostname': 'build98-m1', 710 'hostname': 'build98-m1',
710 'os': 'mac', 711 'os': 'mac',
711 'version': '10.9', 712 'version': '10.9',
712 'bits': '64', 713 'bits': '64',
713 }, 714 },
714 { 715 {
715 'master': 'ChromiumFYI', 716 'master': 'ChromiumFYI',
716 'builder': [ 717 'builder': [
717 'ClangToTMac (dbg)', 718 'ClangToTMac (dbg)',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 }, 863 },
863 { 864 {
864 'master': 'ChromiumFYI', 865 'master': 'ChromiumFYI',
865 'builder': 'CFI Linux', 866 'builder': 'CFI Linux',
866 'hostname': 'slave20-c1', 867 'hostname': 'slave20-c1',
867 'os': 'linux', 868 'os': 'linux',
868 'version': 'precise', 869 'version': 'precise',
869 'bits': '64', 870 'bits': '64',
870 }, 871 },
871 ] 872 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698