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

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

Issue 2051613002: Switch Android GPU bots to Release from Debug. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | masters/master.tryserver.chromium.angle/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 slaves = [ 5 slaves = [
6 { 6 {
7 'master': 'ChromiumGPUFYI', 7 'master': 'ChromiumGPUFYI',
8 'hostname': 'vm80-m1', 8 'hostname': 'vm80-m1',
9 'builder': 'GPU Win Builder', 9 'builder': 'GPU Win Builder',
10 'os': 'win', 10 'os': 'win',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'recipe': 'chromium', 461 'recipe': 'chromium',
462 'build_config': 'Debug', 462 'build_config': 'Debug',
463 # This bot uses recipe-side triggers. 463 # This bot uses recipe-side triggers.
464 'triggered_by': 'none', 464 'triggered_by': 'none',
465 # Nearly all bots on these waterfalls are auto-rebooted between 465 # Nearly all bots on these waterfalls are auto-rebooted between
466 # runs for stability. 466 # runs for stability.
467 }, 467 },
468 { 468 {
469 'master': 'ChromiumGPUFYI', 469 'master': 'ChromiumGPUFYI',
470 'hostname': 'build59-b1', 470 'hostname': 'build59-b1',
471 'builder': 'Android Debug (Nexus 5)', 471 'builder': 'Android Release (Nexus 5)',
472 'os': 'linux', 472 'os': 'linux',
473 'version': 'precise', 473 'version': 'precise',
474 'bits': '64', 474 'bits': '64',
475 'recipe': 'chromium', 475 'recipe': 'chromium',
476 'build_config': 'Debug', 476 'build_config': 'Release',
477 # Nearly all bots on these waterfalls are auto-rebooted between
478 # runs for stability.
479 },
480 {
481 'master': 'ChromiumGPUFYI',
482 'hostname': 'build80-b1',
483 'builder': 'Android Debug (Nexus 5X)',
484 'os': 'linux',
485 'version': 'precise',
486 'bits': '64',
487 'recipe': 'chromium',
488 'build_config': 'Debug',
489 # Nearly all bots on these waterfalls are auto-rebooted between 477 # Nearly all bots on these waterfalls are auto-rebooted between
490 # runs for stability. 478 # runs for stability.
491 }, 479 },
492 { 480 {
493 'master': 'ChromiumGPUFYI', 481 'master': 'ChromiumGPUFYI',
494 'hostname': 'slave29-c1', 482 'hostname': 'slave29-c1',
495 'builder': 'Android Swarmed Debug (Nexus 5X)', 483 'builder': 'Android Release (Nexus 5X)',
496 'os': 'linux', 484 'os': 'linux',
497 'version': 'precise', 485 'version': 'precise',
498 'bits': '64', 486 'bits': '64',
499 'recipe': 'chromium', 487 'recipe': 'chromium',
500 'build_config': 'Debug', 488 'build_config': 'Release',
501 # Nearly all bots on these waterfalls are auto-rebooted between 489 # Nearly all bots on these waterfalls are auto-rebooted between
502 # runs for stability. 490 # runs for stability.
503 }, 491 },
504 { 492 {
505 'master': 'ChromiumGPUFYI', 493 'master': 'ChromiumGPUFYI',
506 'hostname': 'build60-b1', 494 'hostname': 'build60-b1',
507 'builder': 'Android Debug (Nexus 6)', 495 'builder': 'Android Release (Nexus 6)',
508 'os': 'linux', 496 'os': 'linux',
509 'version': 'precise', 497 'version': 'precise',
510 'bits': '64', 498 'bits': '64',
511 'recipe': 'chromium', 499 'recipe': 'chromium',
512 'build_config': 'Debug', 500 'build_config': 'Release',
513 # Nearly all bots on these waterfalls are auto-rebooted between 501 # Nearly all bots on these waterfalls are auto-rebooted between
514 # runs for stability. 502 # runs for stability.
515 }, 503 },
516 { 504 {
517 'master': 'ChromiumGPUFYI', 505 'master': 'ChromiumGPUFYI',
518 'hostname': 'build89-b1', 506 'hostname': 'build89-b1',
519 'builder': 'Android Debug (Nexus 6P)', 507 'builder': 'Android Release (Nexus 6P)',
520 'os': 'linux', 508 'os': 'linux',
521 'version': 'precise', 509 'version': 'precise',
522 'bits': '64', 510 'bits': '64',
523 'recipe': 'chromium', 511 'recipe': 'chromium',
524 'build_config': 'Debug', 512 'build_config': 'Release',
525 # Nearly all bots on these waterfalls are auto-rebooted between 513 # Nearly all bots on these waterfalls are auto-rebooted between
526 # runs for stability. 514 # runs for stability.
527 }, 515 },
528 { 516 {
529 'master': 'ChromiumGPUFYI', 517 'master': 'ChromiumGPUFYI',
530 'hostname': 'build61-b1', 518 'hostname': 'build61-b1',
531 'builder': 'Android Debug (Nexus 9)', 519 'builder': 'Android Release (Nexus 9)',
532 'os': 'linux', 520 'os': 'linux',
533 'version': 'precise', 521 'version': 'precise',
534 'bits': '64', 522 'bits': '64',
535 'recipe': 'chromium', 523 'recipe': 'chromium',
536 'build_config': 'Debug', 524 'build_config': 'Release',
537 # Nearly all bots on these waterfalls are auto-rebooted between 525 # Nearly all bots on these waterfalls are auto-rebooted between
538 # runs for stability. 526 # runs for stability.
539 }, 527 },
540 { 528 {
541 'master': 'ChromiumGPUFYI', 529 'master': 'ChromiumGPUFYI',
542 'hostname': 'slave907-c4', 530 'hostname': 'slave907-c4',
543 'builder': 'Linux ChromiumOS Builder', 531 'builder': 'Linux ChromiumOS Builder',
544 'os': 'linux', 532 'os': 'linux',
545 'version': 'precise', 533 'version': 'precise',
546 'bits': '64', 534 'bits': '64',
547 'recipe': 'chromium', 535 'recipe': 'chromium',
548 'build_config': 'Release', 536 'build_config': 'Release',
549 # Nearly all bots on these waterfalls are auto-rebooted between 537 # Nearly all bots on these waterfalls are auto-rebooted between
550 # runs for stability. 538 # runs for stability.
551 }, 539 },
552 ] 540 ]
553 541
554 for slave in slaves: 542 for slave in slaves:
555 slave.update({ 543 slave.update({
556 '$recipe_engine': {'mode_flags': {'use_subprocess42': True}} 544 '$recipe_engine': {'mode_flags': {'use_subprocess42': True}}
557 }) 545 })
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.angle/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698