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

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

Issue 1999793004: Move beefy slaves from a canary LTO Linux Perf to the real Linux Perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | masters/master.chromium.perf/slaves.cfg » ('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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'hostname': 'slave59-c1', 612 'hostname': 'slave59-c1',
613 'os': 'linux', 613 'os': 'linux',
614 'version': 'trusty', 614 'version': 'trusty',
615 'bits': '64', 615 'bits': '64',
616 }, 616 },
617 { 617 {
618 'master': 'ChromiumFYI', 618 'master': 'ChromiumFYI',
619 'builder': [ 619 'builder': [
620 'CFI Linux CF', 620 'CFI Linux CF',
621 'LTO Linux', 621 'LTO Linux',
622 'LTO Linux Perf',
622 ], 623 ],
623 'hostname': 'slave33-c1', 624 'hostname': 'slave33-c1',
624 'os': 'linux', 625 'os': 'linux',
625 'version': 'trusty', 626 'version': 'trusty',
626 'bits': '64', 627 'bits': '64',
627 }, 628 },
628 { 629 {
629 'master': 'ChromiumFYI', 630 'master': 'ChromiumFYI',
630 'builder': 'Win 10 Fast Ring', 631 'builder': 'Win 10 Fast Ring',
631 'hostname': 'vm17-m1', 632 'hostname': 'vm17-m1',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 }, 687 },
687 { 688 {
688 'master': 'ChromiumFYI', 689 'master': 'ChromiumFYI',
689 'builder': 'Linux Kitchen (annotated_run)', 690 'builder': 'Linux Kitchen (annotated_run)',
690 'hostname': 'slave74-c1', 691 'hostname': 'slave74-c1',
691 'os': 'linux', 692 'os': 'linux',
692 'version': 'precise', 693 'version': 'precise',
693 'bits': '64', 694 'bits': '64',
694 }, 695 },
695 ] 696 ]
696
697 for slave in range(78, 108):
698 slaves.append({
699 'master': 'ChromiumFYI',
700 'builder': 'LTO Linux Perf',
701 'hostname': 'slave%d-c1' % slave,
702 'os': 'linux',
703 'version': 'trusty',
704 'bits': '64',
705 })
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.perf/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698