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

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

Issue 2112743002: Move Mojo bots to chromium_fyi; remove mojo master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add 'use_isolate': True and 'enable_swarming': True. Created 4 years, 5 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 | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.mojo/Makefile » ('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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'bits': '64', 711 'bits': '64',
712 }, 712 },
713 { 713 {
714 'master': 'ChromiumFYI', 714 'master': 'ChromiumFYI',
715 'builder': 'Linux remote_run Tester', 715 'builder': 'Linux remote_run Tester',
716 'hostname': 'slave74-c1', 716 'hostname': 'slave74-c1',
717 'os': 'linux', 717 'os': 'linux',
718 'version': 'precise', 718 'version': 'precise',
719 'bits': '64', 719 'bits': '64',
720 }, 720 },
721 {
722 'master': 'ChromiumFYI',
723 'builder': 'Mojo ChromiumOS',
724 'hostname': 'vm46-m1',
725 'os': 'linux',
726 'version': 'precise',
727 'bits': '64',
728 },
729 {
730 'master': 'ChromiumFYI',
731 'builder': 'Mojo Windows',
732 'hostname': 'vm16-m1',
733 'os': 'win',
734 'version': 'win7',
735 'bits': '64',
736 },
721 ] 737 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.mojo/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698