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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 2538883003: Add a cast audio bot. (Closed)
Patch Set: Rebase Created 3 years, 9 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 | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 "test": "ui_junit_tests" 2475 "test": "ui_junit_tests"
2476 }, 2476 },
2477 { 2477 {
2478 "test": "webapk_client_junit_tests" 2478 "test": "webapk_client_junit_tests"
2479 }, 2479 },
2480 { 2480 {
2481 "test": "webapk_shell_apk_junit_tests" 2481 "test": "webapk_shell_apk_junit_tests"
2482 } 2482 }
2483 ] 2483 ]
2484 }, 2484 },
2485 "Cast Audio Linux": {
2486 "gtest_tests": [
2487 {
2488 "swarming": {
2489 "can_use_on_swarming_builders": true
2490 },
2491 "test": "base_unittests"
2492 },
2493 {
2494 "swarming": {
2495 "can_use_on_swarming_builders": true
2496 },
2497 "test": "cacheinvalidation_unittests"
2498 },
2499 {
2500 "swarming": {
2501 "can_use_on_swarming_builders": true
2502 },
2503 "test": "capture_unittests"
2504 },
2505 {
2506 "swarming": {
2507 "can_use_on_swarming_builders": true
2508 },
2509 "test": "cast_alsa_cma_backend_unittests"
2510 },
2511 {
2512 "swarming": {
2513 "can_use_on_swarming_builders": true
2514 },
2515 "test": "cast_base_unittests"
2516 },
2517 {
2518 "swarming": {
2519 "can_use_on_swarming_builders": true
2520 },
2521 "test": "cast_crash_unittests"
2522 },
2523 {
2524 "swarming": {
2525 "can_use_on_swarming_builders": true
2526 },
2527 "test": "cast_media_unittests"
2528 },
2529 {
2530 "args": [
2531 "--enable-local-file-accesses",
2532 "--ozone-platform=cast",
2533 "--no-sandbox",
2534 "--test-launcher-jobs=1"
2535 ],
2536 "swarming": {
2537 "can_use_on_swarming_builders": true
2538 },
2539 "test": "cast_shell_browsertests"
2540 },
2541 {
2542 "swarming": {
2543 "can_use_on_swarming_builders": true
2544 },
2545 "test": "cast_shell_unittests"
2546 },
2547 {
2548 "args": [
2549 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter"
2550 ],
2551 "swarming": {
2552 "can_use_on_swarming_builders": true
2553 },
2554 "test": "content_browsertests"
2555 },
2556 {
2557 "swarming": {
2558 "can_use_on_swarming_builders": true
2559 },
2560 "test": "content_unittests"
2561 },
2562 {
2563 "swarming": {
2564 "can_use_on_swarming_builders": true
2565 },
2566 "test": "crypto_unittests"
2567 },
2568 {
2569 "swarming": {
2570 "can_use_on_swarming_builders": true
2571 },
2572 "test": "gpu_ipc_service_unittests"
2573 },
2574 {
2575 "swarming": {
2576 "can_use_on_swarming_builders": true
2577 },
2578 "test": "gpu_unittests"
2579 },
2580 {
2581 "swarming": {
2582 "can_use_on_swarming_builders": true
2583 },
2584 "test": "ipc_tests"
2585 },
2586 {
2587 "swarming": {
2588 "can_use_on_swarming_builders": true
2589 },
2590 "test": "jingle_unittests"
2591 },
2592 {
2593 "swarming": {
2594 "can_use_on_swarming_builders": true
2595 },
2596 "test": "media_blink_unittests"
2597 },
2598 {
2599 "swarming": {
2600 "can_use_on_swarming_builders": true
2601 },
2602 "test": "media_unittests"
2603 },
2604 {
2605 "swarming": {
2606 "can_use_on_swarming_builders": true
2607 },
2608 "test": "midi_unittests"
2609 },
2610 {
2611 "swarming": {
2612 "can_use_on_swarming_builders": true
2613 },
2614 "test": "net_unittests"
2615 },
2616 {
2617 "swarming": {
2618 "can_use_on_swarming_builders": true
2619 },
2620 "test": "ppapi_unittests"
2621 },
2622 {
2623 "swarming": {
2624 "can_use_on_swarming_builders": true
2625 },
2626 "test": "sandbox_linux_unittests"
2627 },
2628 {
2629 "swarming": {
2630 "can_use_on_swarming_builders": true
2631 },
2632 "test": "sql_unittests"
2633 },
2634 {
2635 "swarming": {
2636 "can_use_on_swarming_builders": true
2637 },
2638 "test": "storage_unittests"
2639 },
2640 {
2641 "swarming": {
2642 "can_use_on_swarming_builders": true
2643 },
2644 "test": "ui_base_unittests"
2645 },
2646 {
2647 "swarming": {
2648 "can_use_on_swarming_builders": true
2649 },
2650 "test": "url_unittests"
2651 }
2652 ]
2653 },
2485 "Cast Linux": { 2654 "Cast Linux": {
2486 "gtest_tests": [ 2655 "gtest_tests": [
2487 { 2656 {
2488 "swarming": { 2657 "swarming": {
2489 "can_use_on_swarming_builders": false 2658 "can_use_on_swarming_builders": false
2490 }, 2659 },
2491 "test": "base_unittests" 2660 "test": "base_unittests"
2492 }, 2661 },
2493 { 2662 {
2494 "swarming": { 2663 "swarming": {
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
4287 "telemetry_unittests_run" 4456 "telemetry_unittests_run"
4288 ], 4457 ],
4289 "swarming": { 4458 "swarming": {
4290 "can_use_on_swarming_builders": true, 4459 "can_use_on_swarming_builders": true,
4291 "shards": 4 4460 "shards": 4
4292 } 4461 }
4293 } 4462 }
4294 ] 4463 ]
4295 } 4464 }
4296 } 4465 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698