Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 921 'bits': '64', | 921 'bits': '64', |
| 922 }, | 922 }, |
| 923 { | 923 { |
| 924 'master': 'ChromiumFYI', | 924 'master': 'ChromiumFYI', |
| 925 'builder': 'CFI Linux', | 925 'builder': 'CFI Linux', |
| 926 'hostname': 'slave20-c1', | 926 'hostname': 'slave20-c1', |
| 927 'os': 'linux', | 927 'os': 'linux', |
| 928 'version': 'precise', | 928 'version': 'precise', |
| 929 'bits': '64', | 929 'bits': '64', |
| 930 }, | 930 }, |
| 931 { | |
|
M-A Ruel
2015/06/04 20:56:08
Move along other crclang slaves
Sébastien Marchand
2015/06/04 21:16:29
Done.
| |
| 932 'master': 'ChromiumFYI', | |
| 933 'builder': 'Windows Clang deterministic build', | |
| 934 'hostname': 'win13-c1', | |
| 935 'os': 'win', | |
| 936 'version': 'win7', | |
| 937 'bits': '64', | |
| 938 }, | |
| 931 ] | 939 ] |
| OLD | NEW |