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

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

Issue 1892943002: Add a copy of the "WinClang64 (dbg)" bot to the main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: trybot Created 4 years, 8 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 { 103 {
104 'master': 'ChromiumWin', 104 'master': 'ChromiumWin',
105 'builder': 'Win8 GN (dbg)', 105 'builder': 'Win8 GN (dbg)',
106 'hostname': 'vm876-m1', 106 'hostname': 'vm876-m1',
107 'os': 'win', 107 'os': 'win',
108 'version': 'win8', 108 'version': 'win8',
109 'bits': '64', 109 'bits': '64',
110 }, 110 },
111 { 111 {
112 'master': 'ChromiumWin', 112 'master': 'ChromiumWin',
113 'builder': 'WinClang64 (dbg)',
114 'hostname': 'build2-m1',
115 'os': 'win',
116 'version': 'win7',
117 'bits': '64',
118 },
119 {
120 'master': 'ChromiumWin',
113 'builder': 'Win10 Tests x64', 121 'builder': 'Win10 Tests x64',
114 'hostname': 'vm6-m1', 122 'hostname': 'vm6-m1',
115 'os': 'win', 123 'os': 'win',
116 'version': 'win10', 124 'version': 'win10',
117 'bits': '64', 125 'bits': '64',
118 }, 126 },
119 ] 127 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.win/master_win_cfg.py ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_win.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698