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

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

Issue 2290923002: DevTools: Create recipe and builder for devtools (Closed)
Patch Set: Address CL feedback on recipe, new builder config 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 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'bits': '64', 736 'bits': '64',
737 }, 737 },
738 { 738 {
739 'master': 'ChromiumFYI', 739 'master': 'ChromiumFYI',
740 'builder': 'Windows deterministic', 740 'builder': 'Windows deterministic',
741 'hostname': 'vm98-m1', 741 'hostname': 'vm98-m1',
742 'os': 'win', 742 'os': 'win',
743 'version': 'win7', 743 'version': 'win7',
744 'bits': '64', 744 'bits': '64',
745 }, 745 },
746 {
747 'master': 'ChromiumFYI',
748 'builder': 'Chromium DevTools Linux',
749 'hostname': 'slave122-c1',
750 'os': 'linux',
751 'version': 'precise',
752 'bits': '64',
753 },
746 ] 754 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698