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

Side by Side Diff: masters/master.client.v8/slaves.cfg

Issue 23691069: V8 Buildbot: Make testing i18n the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Deactivate i18n for nacl. Created 7 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 # This is an list of dictionaries to describe slaves. 8 # This is an list of dictionaries to describe slaves.
9 # This list is intentionally flat to be easy to filter arbitrarily. 9 # This list is intentionally flat to be easy to filter arbitrarily.
10 10
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'bits': '32', 452 'bits': '32',
453 }, 453 },
454 { 454 {
455 'master': 'V8', 455 'master': 'V8',
456 'builder': ['V8 Fuzzer', 'Chrome Browser Tests'], 456 'builder': ['V8 Fuzzer', 'Chrome Browser Tests'],
457 'hostname': 'vm376-m3', 457 'hostname': 'vm376-m3',
458 'os': 'linux', 458 'os': 'linux',
459 'version': 'precise', 459 'version': 'precise',
460 'bits': '64', 460 'bits': '64',
461 }, 461 },
462 { 462 {
463 'master': 'V8', 463 'master': 'V8',
464 'builder': ['Chrome Browser Tests - dbg', 'V8 Linux - intl - debug'], 464 'builder': ['Chrome Browser Tests - dbg', 'V8 Linux - noi18n - debug'],
465 'hostname': 'vm378-m3', 465 'hostname': 'vm378-m3',
466 'os': 'linux', 466 'os': 'linux',
467 'version': 'precise', 467 'version': 'precise',
468 'bits': '64', 468 'bits': '64',
469 }, 469 },
470 { 470 {
471 'master': 'V8', 471 'master': 'V8',
472 'builder': 'Webkit Linux - dbg', 472 'builder': 'Webkit Linux - dbg',
473 'hostname': 'vm335-m3', 473 'hostname': 'vm335-m3',
474 'os': 'linux', 474 'os': 'linux',
475 'version': 'precise', 475 'version': 'precise',
476 'bits': '64', 476 'bits': '64',
477 }, 477 },
478 ] 478 ]
OLDNEW
« no previous file with comments | « masters/master.client.v8/master_gatekeeper_cfg.py ('k') | scripts/master/factory/v8_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698