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

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

Issue 2290923002: DevTools: Create recipe and builder for devtools (Closed)
Patch Set: add comments to devtools.py 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipes/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'bits': '64', 743 'bits': '64',
744 }, 744 },
745 { 745 {
746 'master': 'ChromiumFYI', 746 'master': 'ChromiumFYI',
747 'builder': 'Windows Clang deterministic', 747 'builder': 'Windows Clang deterministic',
748 'hostname': 'vm38-m1', 748 'hostname': 'vm38-m1',
749 'os': 'win', 749 'os': 'win',
750 'version': 'win7', 750 'version': 'win7',
751 'bits': '64', 751 'bits': '64',
752 }, 752 },
753 {
754 'master': 'ChromiumFYI',
755 'builder': 'Chromium DevTools Linux',
756 'hostname': 'slave122-c1',
757 'os': 'linux',
758 'version': 'precise',
759 'bits': '64',
760 },
753 ] 761 ]
754 762
755 pgo_slaves = [ 763 pgo_slaves = [
756 'build1-m1', 764 'build1-m1',
757 'build5-m1', 765 'build5-m1',
758 'build15-m1', 766 'build15-m1',
759 'build19-m1', 767 'build19-m1',
760 'build23-m1', 768 'build23-m1',
761 'build30-m1', 769 'build30-m1',
762 'build32-m1', 770 'build32-m1',
763 'build85-m1', 771 'build85-m1',
764 'build97-m1', 772 'build97-m1',
765 ] 773 ]
766 774
767 for slave in pgo_slaves: 775 for slave in pgo_slaves:
768 slaves.append({ 776 slaves.append({
769 'master': 'ChromiumFYI', 777 'master': 'ChromiumFYI',
770 'builder': [ 778 'builder': [
771 'Chromium Win PGO Builder', 779 'Chromium Win PGO Builder',
772 'Chromium Win x64 PGO Builder', 780 'Chromium Win x64 PGO Builder',
773 ], 781 ],
774 'hostname': slave, 782 'hostname': slave,
775 'os': 'win', 783 'os': 'win',
776 'version': 'win7', 784 'version': 'win7',
777 'bits': '64', 785 'bits': '64',
778 }) 786 })
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipes/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698