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

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

Issue 1986553002: Add 'Linux LTO' buildbot (recipes part). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: unique build dir 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
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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 ], 603 ],
604 'hostname': 'slave59-c1', 604 'hostname': 'slave59-c1',
605 'os': 'linux', 605 'os': 'linux',
606 'version': 'trusty', 606 'version': 'trusty',
607 'bits': '64', 607 'bits': '64',
608 }, 608 },
609 { 609 {
610 'master': 'ChromiumFYI', 610 'master': 'ChromiumFYI',
611 'builder': [ 611 'builder': [
612 'CFI Linux CF', 612 'CFI Linux CF',
613 'LTO Linux',
613 'LTO Linux Perf', 614 'LTO Linux Perf',
614 ], 615 ],
615 'hostname': 'slave33-c1', 616 'hostname': 'slave33-c1',
616 'os': 'linux', 617 'os': 'linux',
617 'version': 'trusty', 618 'version': 'trusty',
618 'bits': '64', 619 'bits': '64',
619 }, 620 },
620 { 621 {
621 'master': 'ChromiumFYI', 622 'master': 'ChromiumFYI',
622 'builder': 'Win 10 Fast Ring', 623 'builder': 'Win 10 Fast Ring',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 }, 679 },
679 { 680 {
680 'master': 'ChromiumFYI', 681 'master': 'ChromiumFYI',
681 'builder': 'Linux Kitchen (annotated_run)', 682 'builder': 'Linux Kitchen (annotated_run)',
682 'hostname': 'slave74-c1', 683 'hostname': 'slave74-c1',
683 'os': 'linux', 684 'os': 'linux',
684 'version': 'precise', 685 'version': 'precise',
685 'bits': '64', 686 'bits': '64',
686 }, 687 },
687 ] 688 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698