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

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

Issue 541233003: Add Linux and Win site isolation builder_testers to chromium.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@propagate_args
Patch Set: Fixed unittests. Created 6 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'bits': '64', 746 'bits': '64',
747 }, 747 },
748 { 748 {
749 'master': 'ChromiumFYI', 749 'master': 'ChromiumFYI',
750 'builder': 'Mac OpenSSL', 750 'builder': 'Mac OpenSSL',
751 'hostname': 'vm634-m1', 751 'hostname': 'vm634-m1',
752 'os': 'mac', 752 'os': 'mac',
753 'version': '10.8', 753 'version': '10.8',
754 'bits': '64', 754 'bits': '64',
755 }, 755 },
756 {
757 'master': 'ChromiumFYI',
758 'builder': 'Site Isolation Linux',
759 'hostname': 'vm977-m1',
760 'os': 'linux',
761 'version': 'precise',
762 'bits': '64',
763 },
764 {
765 'master': 'ChromiumFYI',
766 'builder': 'Site Isolation Win',
767 'hostname': 'vm976-m1',
768 'os': 'win',
769 'version': 'win7',
770 'bits': '64',
771 },
756 ] 772 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698