Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Jelly Bean Tester": { | 2 "Jelly Bean Tester": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 338 }, | 338 }, |
| 339 { | 339 { |
| 340 "test": "chrome_sync_shell_test_apk", | 340 "test": "chrome_sync_shell_test_apk", |
| 341 "timeout_scale": 4 | 341 "timeout_scale": 4 |
| 342 }, | 342 }, |
| 343 { | 343 { |
| 344 "test": "content_shell_test_apk", | 344 "test": "content_shell_test_apk", |
| 345 "timeout_scale": 4 | 345 "timeout_scale": 4 |
| 346 } | 346 } |
| 347 ] | 347 ] |
| 348 }, | |
| 349 "Unswarmed N5 Tests Dummy Builder": { | |
| 350 "gtest_tests": [ | |
| 351 { | |
| 352 "swarming": { | |
|
jbudorick
2016/12/16 01:14:22
Are these necessary?
bpastene
2016/12/16 01:46:06
Don't ask me. Ask this script that runs on presubm
| |
| 353 "can_use_on_swarming_builders": false | |
| 354 }, | |
| 355 "test": "android_webview_unittests" | |
| 356 }, | |
| 357 { | |
| 358 "swarming": { | |
| 359 "can_use_on_swarming_builders": false | |
| 360 }, | |
| 361 "test": "base_unittests" | |
| 362 }, | |
| 363 { | |
| 364 "swarming": { | |
| 365 "can_use_on_swarming_builders": false | |
| 366 }, | |
| 367 "test": "blimp_unittests" | |
| 368 }, | |
| 369 { | |
| 370 "override_compile_targets": [ | |
| 371 "breakpad_unittests_deps" | |
| 372 ], | |
| 373 "swarming": { | |
| 374 "can_use_on_swarming_builders": false | |
| 375 }, | |
| 376 "test": "breakpad_unittests" | |
| 377 }, | |
| 378 { | |
| 379 "swarming": { | |
| 380 "can_use_on_swarming_builders": false | |
| 381 }, | |
| 382 "test": "capture_unittests" | |
| 383 }, | |
| 384 { | |
| 385 "swarming": { | |
| 386 "can_use_on_swarming_builders": false | |
| 387 }, | |
| 388 "test": "cc_unittests" | |
| 389 }, | |
| 390 { | |
| 391 "swarming": { | |
| 392 "can_use_on_swarming_builders": false | |
| 393 }, | |
| 394 "test": "components_browsertests" | |
| 395 }, | |
| 396 { | |
| 397 "swarming": { | |
| 398 "can_use_on_swarming_builders": false | |
| 399 }, | |
| 400 "test": "components_unittests" | |
| 401 }, | |
| 402 { | |
| 403 "args": [ | |
| 404 "--shard-timeout", | |
| 405 "600" | |
| 406 ], | |
| 407 "swarming": { | |
| 408 "can_use_on_swarming_builders": false | |
| 409 }, | |
| 410 "test": "content_browsertests" | |
| 411 }, | |
| 412 { | |
| 413 "swarming": { | |
| 414 "can_use_on_swarming_builders": false | |
| 415 }, | |
| 416 "test": "content_unittests" | |
| 417 }, | |
| 418 { | |
| 419 "swarming": { | |
| 420 "can_use_on_swarming_builders": false | |
| 421 }, | |
| 422 "test": "device_unittests" | |
| 423 }, | |
| 424 { | |
| 425 "swarming": { | |
| 426 "can_use_on_swarming_builders": false | |
| 427 }, | |
| 428 "test": "events_unittests" | |
| 429 }, | |
| 430 { | |
| 431 "swarming": { | |
| 432 "can_use_on_swarming_builders": false | |
| 433 }, | |
| 434 "test": "gfx_unittests" | |
| 435 }, | |
| 436 { | |
| 437 "swarming": { | |
| 438 "can_use_on_swarming_builders": false | |
| 439 }, | |
| 440 "test": "gl_tests" | |
| 441 }, | |
| 442 { | |
| 443 "swarming": { | |
| 444 "can_use_on_swarming_builders": false | |
| 445 }, | |
| 446 "test": "gl_unittests" | |
| 447 }, | |
| 448 { | |
| 449 "swarming": { | |
| 450 "can_use_on_swarming_builders": false | |
| 451 }, | |
| 452 "test": "gpu_ipc_service_unittests" | |
| 453 }, | |
| 454 { | |
| 455 "swarming": { | |
| 456 "can_use_on_swarming_builders": false | |
| 457 }, | |
| 458 "test": "gpu_unittests" | |
| 459 }, | |
| 460 { | |
| 461 "args": [ | |
| 462 "--shard-timeout", | |
| 463 "600" | |
| 464 ], | |
| 465 "swarming": { | |
| 466 "can_use_on_swarming_builders": false | |
| 467 }, | |
| 468 "test": "ipc_tests" | |
| 469 }, | |
| 470 { | |
| 471 "swarming": { | |
| 472 "can_use_on_swarming_builders": false | |
| 473 }, | |
| 474 "test": "media_unittests" | |
| 475 }, | |
| 476 { | |
| 477 "swarming": { | |
| 478 "can_use_on_swarming_builders": false | |
| 479 }, | |
| 480 "test": "net_unittests" | |
| 481 }, | |
| 482 { | |
| 483 "override_compile_targets": [ | |
| 484 "sandbox_linux_unittests_deps" | |
| 485 ], | |
| 486 "swarming": { | |
| 487 "can_use_on_swarming_builders": false | |
| 488 }, | |
| 489 "test": "sandbox_linux_unittests" | |
| 490 }, | |
| 491 { | |
| 492 "swarming": { | |
| 493 "can_use_on_swarming_builders": false | |
| 494 }, | |
| 495 "test": "sql_unittests" | |
| 496 }, | |
| 497 { | |
| 498 "swarming": { | |
| 499 "can_use_on_swarming_builders": false | |
| 500 }, | |
| 501 "test": "storage_unittests" | |
| 502 }, | |
| 503 { | |
| 504 "swarming": { | |
| 505 "can_use_on_swarming_builders": false | |
| 506 }, | |
| 507 "test": "ui_android_unittests" | |
| 508 }, | |
| 509 { | |
| 510 "swarming": { | |
| 511 "can_use_on_swarming_builders": false | |
| 512 }, | |
| 513 "test": "ui_base_unittests" | |
| 514 }, | |
| 515 { | |
| 516 "swarming": { | |
| 517 "can_use_on_swarming_builders": false | |
| 518 }, | |
| 519 "test": "ui_touch_selection_unittests" | |
| 520 }, | |
| 521 { | |
| 522 "swarming": { | |
| 523 "can_use_on_swarming_builders": false | |
| 524 }, | |
| 525 "test": "unit_tests" | |
| 526 } | |
| 527 ], | |
| 528 "instrumentation_tests": [ | |
| 529 { | |
| 530 "test": "android_webview_test_apk", | |
| 531 "timeout_scale": 4 | |
|
jbudorick
2016/12/16 01:14:22
These should not need a timeout scale.
bpastene
2016/12/16 01:46:06
Done.
| |
| 532 }, | |
| 533 { | |
| 534 "override_compile_targets": [ | |
| 535 "blimp_test_apk" | |
| 536 ], | |
| 537 "test": "blimp_test_apk", | |
| 538 "timeout_scale": 4 | |
| 539 }, | |
| 540 { | |
| 541 "test": "chrome_public_test_apk", | |
| 542 "timeout_scale": 4 | |
| 543 }, | |
| 544 { | |
| 545 "test": "chrome_sync_shell_test_apk", | |
| 546 "timeout_scale": 4 | |
| 547 }, | |
| 548 { | |
| 549 "test": "content_shell_test_apk", | |
| 550 "timeout_scale": 4 | |
| 551 } | |
| 552 ] | |
| 553 }, | |
| 554 "Unswarmed N5X Tests Dummy Builder": { | |
| 555 "gtest_tests": [ | |
| 556 { | |
| 557 "swarming": { | |
| 558 "can_use_on_swarming_builders": false | |
| 559 }, | |
| 560 "test": "android_webview_unittests" | |
| 561 }, | |
| 562 { | |
| 563 "swarming": { | |
| 564 "can_use_on_swarming_builders": false | |
| 565 }, | |
| 566 "test": "base_unittests" | |
| 567 }, | |
| 568 { | |
| 569 "swarming": { | |
| 570 "can_use_on_swarming_builders": false | |
| 571 }, | |
| 572 "test": "blimp_unittests" | |
| 573 }, | |
| 574 { | |
| 575 "override_compile_targets": [ | |
| 576 "breakpad_unittests_deps" | |
| 577 ], | |
| 578 "swarming": { | |
| 579 "can_use_on_swarming_builders": false | |
| 580 }, | |
| 581 "test": "breakpad_unittests" | |
| 582 }, | |
| 583 { | |
| 584 "swarming": { | |
| 585 "can_use_on_swarming_builders": false | |
| 586 }, | |
| 587 "test": "capture_unittests" | |
| 588 }, | |
| 589 { | |
| 590 "swarming": { | |
| 591 "can_use_on_swarming_builders": false | |
| 592 }, | |
| 593 "test": "cc_unittests" | |
| 594 }, | |
| 595 { | |
| 596 "swarming": { | |
| 597 "can_use_on_swarming_builders": false | |
| 598 }, | |
| 599 "test": "components_browsertests" | |
| 600 }, | |
| 601 { | |
| 602 "swarming": { | |
| 603 "can_use_on_swarming_builders": false | |
| 604 }, | |
| 605 "test": "components_unittests" | |
| 606 }, | |
| 607 { | |
| 608 "args": [ | |
| 609 "--shard-timeout", | |
| 610 "600" | |
| 611 ], | |
| 612 "swarming": { | |
| 613 "can_use_on_swarming_builders": false | |
| 614 }, | |
| 615 "test": "content_browsertests" | |
| 616 }, | |
| 617 { | |
| 618 "swarming": { | |
| 619 "can_use_on_swarming_builders": false | |
| 620 }, | |
| 621 "test": "content_unittests" | |
| 622 }, | |
| 623 { | |
| 624 "swarming": { | |
| 625 "can_use_on_swarming_builders": false | |
| 626 }, | |
| 627 "test": "device_unittests" | |
| 628 }, | |
| 629 { | |
| 630 "swarming": { | |
| 631 "can_use_on_swarming_builders": false | |
| 632 }, | |
| 633 "test": "events_unittests" | |
| 634 }, | |
| 635 { | |
| 636 "swarming": { | |
| 637 "can_use_on_swarming_builders": false | |
| 638 }, | |
| 639 "test": "gfx_unittests" | |
| 640 }, | |
| 641 { | |
| 642 "swarming": { | |
| 643 "can_use_on_swarming_builders": false | |
| 644 }, | |
| 645 "test": "gl_tests" | |
| 646 }, | |
| 647 { | |
| 648 "swarming": { | |
| 649 "can_use_on_swarming_builders": false | |
| 650 }, | |
| 651 "test": "gl_unittests" | |
| 652 }, | |
| 653 { | |
| 654 "swarming": { | |
| 655 "can_use_on_swarming_builders": false | |
| 656 }, | |
| 657 "test": "gpu_ipc_service_unittests" | |
| 658 }, | |
| 659 { | |
| 660 "swarming": { | |
| 661 "can_use_on_swarming_builders": false | |
| 662 }, | |
| 663 "test": "gpu_unittests" | |
| 664 }, | |
| 665 { | |
| 666 "args": [ | |
| 667 "--shard-timeout", | |
| 668 "600" | |
| 669 ], | |
| 670 "swarming": { | |
| 671 "can_use_on_swarming_builders": false | |
| 672 }, | |
| 673 "test": "ipc_tests" | |
| 674 }, | |
| 675 { | |
| 676 "swarming": { | |
| 677 "can_use_on_swarming_builders": false | |
| 678 }, | |
| 679 "test": "media_unittests" | |
| 680 }, | |
| 681 { | |
| 682 "swarming": { | |
| 683 "can_use_on_swarming_builders": false | |
| 684 }, | |
| 685 "test": "net_unittests" | |
| 686 }, | |
| 687 { | |
| 688 "override_compile_targets": [ | |
| 689 "sandbox_linux_unittests_deps" | |
| 690 ], | |
| 691 "swarming": { | |
| 692 "can_use_on_swarming_builders": false | |
| 693 }, | |
| 694 "test": "sandbox_linux_unittests" | |
| 695 }, | |
| 696 { | |
| 697 "swarming": { | |
| 698 "can_use_on_swarming_builders": false | |
| 699 }, | |
| 700 "test": "sql_unittests" | |
| 701 }, | |
| 702 { | |
| 703 "swarming": { | |
| 704 "can_use_on_swarming_builders": false | |
| 705 }, | |
| 706 "test": "storage_unittests" | |
| 707 }, | |
| 708 { | |
| 709 "swarming": { | |
| 710 "can_use_on_swarming_builders": false | |
| 711 }, | |
| 712 "test": "ui_android_unittests" | |
| 713 }, | |
| 714 { | |
| 715 "swarming": { | |
| 716 "can_use_on_swarming_builders": false | |
| 717 }, | |
| 718 "test": "ui_base_unittests" | |
| 719 }, | |
| 720 { | |
| 721 "swarming": { | |
| 722 "can_use_on_swarming_builders": false | |
| 723 }, | |
| 724 "test": "ui_touch_selection_unittests" | |
| 725 }, | |
| 726 { | |
| 727 "swarming": { | |
| 728 "can_use_on_swarming_builders": false | |
| 729 }, | |
| 730 "test": "unit_tests" | |
| 731 } | |
| 732 ], | |
| 733 "instrumentation_tests": [ | |
| 734 { | |
| 735 "test": "android_webview_test_apk", | |
| 736 "timeout_scale": 4 | |
|
jbudorick
2016/12/16 01:14:22
Nor should these.
bpastene
2016/12/16 01:46:06
Done.
| |
| 737 }, | |
| 738 { | |
| 739 "override_compile_targets": [ | |
| 740 "blimp_test_apk" | |
| 741 ], | |
| 742 "test": "blimp_test_apk", | |
| 743 "timeout_scale": 4 | |
| 744 }, | |
| 745 { | |
| 746 "test": "chrome_public_test_apk", | |
| 747 "timeout_scale": 4 | |
| 748 }, | |
| 749 { | |
| 750 "test": "chrome_sync_shell_test_apk", | |
| 751 "timeout_scale": 4 | |
| 752 }, | |
| 753 { | |
| 754 "test": "content_shell_test_apk", | |
| 755 "timeout_scale": 4 | |
| 756 } | |
| 757 ] | |
| 348 } | 758 } |
| 349 } | 759 } |
| OLD | NEW |