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

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

Issue 2785243002: [Chromecast] Fix Cast Audio Linux bot swarming settings. (Closed)
Patch Set: Only disable content_browsertests on swarming Created 3 years, 8 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 | 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 { 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 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2542 "swarming": { 2542 "swarming": {
2543 "can_use_on_swarming_builders": true 2543 "can_use_on_swarming_builders": true
2544 }, 2544 },
2545 "test": "cast_shell_unittests" 2545 "test": "cast_shell_unittests"
2546 }, 2546 },
2547 { 2547 {
2548 "args": [ 2548 "args": [
2549 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter" 2549 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter"
2550 ], 2550 ],
2551 "swarming": { 2551 "swarming": {
2552 "can_use_on_swarming_builders": true 2552 "can_use_on_swarming_builders": false
2553 }, 2553 },
2554 "test": "content_browsertests" 2554 "test": "content_browsertests"
2555 }, 2555 },
2556 { 2556 {
2557 "swarming": { 2557 "swarming": {
2558 "can_use_on_swarming_builders": true 2558 "can_use_on_swarming_builders": true
2559 }, 2559 },
2560 "test": "content_unittests" 2560 "test": "content_unittests"
2561 }, 2561 },
2562 { 2562 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2610 { 2610 {
2611 "swarming": { 2611 "swarming": {
2612 "can_use_on_swarming_builders": true 2612 "can_use_on_swarming_builders": true
2613 }, 2613 },
2614 "test": "net_unittests" 2614 "test": "net_unittests"
2615 }, 2615 },
2616 { 2616 {
2617 "swarming": { 2617 "swarming": {
2618 "can_use_on_swarming_builders": true 2618 "can_use_on_swarming_builders": true
2619 }, 2619 },
2620 "test": "ppapi_unittests"
Dirk Pranke 2017/03/30 18:50:24 Is this change intentional?
2621 },
2622 {
2623 "swarming": {
2624 "can_use_on_swarming_builders": true
2625 },
2626 "test": "sandbox_linux_unittests" 2620 "test": "sandbox_linux_unittests"
2627 }, 2621 },
2628 { 2622 {
2629 "swarming": { 2623 "swarming": {
2630 "can_use_on_swarming_builders": true 2624 "can_use_on_swarming_builders": true
2631 }, 2625 },
2632 "test": "sql_unittests" 2626 "test": "sql_unittests"
2633 }, 2627 },
2634 { 2628 {
2635 "swarming": { 2629 "swarming": {
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
4516 "telemetry_unittests_run" 4510 "telemetry_unittests_run"
4517 ], 4511 ],
4518 "swarming": { 4512 "swarming": {
4519 "can_use_on_swarming_builders": true, 4513 "can_use_on_swarming_builders": true,
4520 "shards": 4 4514 "shards": 4
4521 } 4515 }
4522 } 4516 }
4523 ] 4517 ]
4524 } 4518 }
4525 } 4519 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698