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

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

Issue 2793473002: Don't use swarming for cast_shell_browsertests on Cast Audio Linux. (Closed)
Patch Set: 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 2516 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 "test": "cast_media_unittests" 2527 "test": "cast_media_unittests"
2528 }, 2528 },
2529 { 2529 {
2530 "args": [ 2530 "args": [
2531 "--enable-local-file-accesses", 2531 "--enable-local-file-accesses",
2532 "--ozone-platform=headless", 2532 "--ozone-platform=headless",
2533 "--no-sandbox", 2533 "--no-sandbox",
2534 "--test-launcher-jobs=1" 2534 "--test-launcher-jobs=1"
2535 ], 2535 ],
2536 "swarming": { 2536 "swarming": {
2537 "can_use_on_swarming_builders": true 2537 "can_use_on_swarming_builders": false
2538 }, 2538 },
2539 "test": "cast_shell_browsertests" 2539 "test": "cast_shell_browsertests"
2540 }, 2540 },
2541 { 2541 {
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 {
(...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
4516 "telemetry_unittests_run" 4516 "telemetry_unittests_run"
4517 ], 4517 ],
4518 "swarming": { 4518 "swarming": {
4519 "can_use_on_swarming_builders": true, 4519 "can_use_on_swarming_builders": true,
4520 "shards": 4 4520 "shards": 4
4521 } 4521 }
4522 } 4522 }
4523 ] 4523 ]
4524 } 4524 }
4525 } 4525 }
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