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

Side by Side Diff: masters/master.chromium.fyi/slaves.cfg

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698