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

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

Issue 2336933002: Add 'ThinLTO Linux ToT' buildbot (recipes part). (Closed)
Patch Set: 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 ], 585 ],
586 'hostname': 'slave20-c1', 586 'hostname': 'slave20-c1',
587 'os': 'linux', 587 'os': 'linux',
588 'version': 'trusty', 588 'version': 'trusty',
589 'bits': '64', 589 'bits': '64',
590 }, 590 },
591 { 591 {
592 'master': 'ChromiumFYI', 592 'master': 'ChromiumFYI',
593 'builder': [ 593 'builder': [
594 'CFI Linux ToT', 594 'CFI Linux ToT',
595 'ThinLTO Linux ToT',
595 ], 596 ],
596 'hostname': 'slave59-c1', 597 'hostname': 'slave59-c1',
597 'os': 'linux', 598 'os': 'linux',
598 'version': 'trusty', 599 'version': 'trusty',
599 'bits': '64', 600 'bits': '64',
600 }, 601 },
601 { 602 {
602 'master': 'ChromiumFYI', 603 'master': 'ChromiumFYI',
603 'builder': [ 604 'builder': [
604 'CFI Linux CF', 605 'CFI Linux CF',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'master': 'ChromiumFYI', 770 'master': 'ChromiumFYI',
770 'builder': [ 771 'builder': [
771 'Chromium Win PGO Builder', 772 'Chromium Win PGO Builder',
772 'Chromium Win x64 PGO Builder', 773 'Chromium Win x64 PGO Builder',
773 ], 774 ],
774 'hostname': slave, 775 'hostname': slave,
775 'os': 'win', 776 'os': 'win',
776 'version': 'win7', 777 'version': 'win7',
777 'bits': '64', 778 'bits': '64',
778 }) 779 })
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