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

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

Issue 1409753006: Add CFI Linux ToT builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Change category to clang tot Created 5 years, 1 month 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 'builder': 'Closure Compilation Linux', 773 'builder': 'Closure Compilation Linux',
774 'hostname': 'vm999-m1', 774 'hostname': 'vm999-m1',
775 'os': 'linux', 775 'os': 'linux',
776 'version': 'precise', 776 'version': 'precise',
777 'bits': '64', 777 'bits': '64',
778 }, 778 },
779 { 779 {
780 'master': 'ChromiumFYI', 780 'master': 'ChromiumFYI',
781 'builder': [ 781 'builder': [
782 'CFI Linux', 782 'CFI Linux',
783 'CFI Linux ToT',
783 'CFI Linux CF', 784 'CFI Linux CF',
784 ], 785 ],
785 'hostname': 'slave20-c1', 786 'hostname': 'slave20-c1',
786 'os': 'linux', 787 'os': 'linux',
787 'version': 'precise', 788 'version': 'precise',
788 'bits': '64', 789 'bits': '64',
789 }, 790 },
790 { 791 {
791 'master': 'ChromiumFYI', 792 'master': 'ChromiumFYI',
792 'builder': 'Chromium Win 10', 793 'builder': 'Chromium Win 10',
793 'hostname': 'vm17-m1', 794 'hostname': 'vm17-m1',
794 'os': 'win', 795 'os': 'win',
795 'version': 'win10', 796 'version': 'win10',
796 'bits': '64', 797 'bits': '64',
797 }, 798 },
798 { 799 {
799 'master': 'ChromiumFYI', 800 'master': 'ChromiumFYI',
800 'builder': 'Libfuzzer Upload Linux', 801 'builder': 'Libfuzzer Upload Linux',
801 'hostname': 'slave43-c1', 802 'hostname': 'slave43-c1',
802 'os': 'linux', 803 'os': 'linux',
803 'version': 'trusty', 804 'version': 'trusty',
804 'bits': '64', 805 'bits': '64',
805 }, 806 },
806 ] 807 ]
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