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

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

Issue 1916223005: Remove 'ChromiumOS Linux Tests' bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: put trusty bots back in (bad merge) 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'ClangToTWin64(dbg) tester', 543 'ClangToTWin64(dbg) tester',
544 'ClangToTWin64(dll) tester', 544 'ClangToTWin64(dll) tester',
545 ], 545 ],
546 'hostname': 'vm313-m1', 546 'hostname': 'vm313-m1',
547 'os': 'win', 547 'os': 'win',
548 'version': 'win7', 548 'version': 'win7',
549 'bits': '64', 549 'bits': '64',
550 }, 550 },
551 { 551 {
552 'master': 'ChromiumFYI', 552 'master': 'ChromiumFYI',
553 'builder': 'ChromiumOS Linux Tests',
554 'hostname': 'vm933-m1',
555 'os': 'linux',
556 'version': 'precise',
557 'bits': '64',
558 },
559 {
560 'master': 'ChromiumFYI',
561 'builder': 'Site Isolation Linux', 553 'builder': 'Site Isolation Linux',
562 'hostname': 'vm977-m1', 554 'hostname': 'vm977-m1',
563 'os': 'linux', 555 'os': 'linux',
564 'version': 'precise', 556 'version': 'precise',
565 'bits': '64', 557 'bits': '64',
566 }, 558 },
567 { 559 {
568 'master': 'ChromiumFYI', 560 'master': 'ChromiumFYI',
569 'builder': 'Site Isolation Win', 561 'builder': 'Site Isolation Win',
570 'hostname': 'vm976-m1', 562 'hostname': 'vm976-m1',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 }, 672 },
681 { 673 {
682 'master': 'ChromiumFYI', 674 'master': 'ChromiumFYI',
683 'builder': 'Linux Kitchen (annotated_run)', 675 'builder': 'Linux Kitchen (annotated_run)',
684 'hostname': 'slave74-c1', 676 'hostname': 'slave74-c1',
685 'os': 'linux', 677 'os': 'linux',
686 'version': 'precise', 678 'version': 'precise',
687 'bits': '64', 679 'bits': '64',
688 }, 680 },
689 ] 681 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698