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

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

Issue 2502143002: Revert of [chromecast] Make testnames consistent. (Closed)
Patch Set: Created 4 years, 1 month 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
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 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2697 { 2697 {
2698 "args": [ 2698 "args": [
2699 "--enable-local-file-accesses", 2699 "--enable-local-file-accesses",
2700 "--ozone-platform=cast", 2700 "--ozone-platform=cast",
2701 "--no-sandbox", 2701 "--no-sandbox",
2702 "--test-launcher-jobs=1" 2702 "--test-launcher-jobs=1"
2703 ], 2703 ],
2704 "swarming": { 2704 "swarming": {
2705 "can_use_on_swarming_builders": true 2705 "can_use_on_swarming_builders": true
2706 }, 2706 },
2707 "test": "cast_shell_browsertests" 2707 "test": "cast_shell_browser_test"
2708 }, 2708 },
2709 { 2709 {
2710 "swarming": { 2710 "swarming": {
2711 "can_use_on_swarming_builders": true 2711 "can_use_on_swarming_builders": true
2712 }, 2712 },
2713 "test": "cast_shell_unittests" 2713 "test": "cast_shell_unittests"
2714 }, 2714 },
2715 { 2715 {
2716 "args": [ 2716 "args": [
2717 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter" 2717 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter"
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
4376 "override_compile_targets": [ 4376 "override_compile_targets": [
4377 "telemetry_unittests_run" 4377 "telemetry_unittests_run"
4378 ], 4378 ],
4379 "swarming": { 4379 "swarming": {
4380 "can_use_on_swarming_builders": true 4380 "can_use_on_swarming_builders": true
4381 } 4381 }
4382 } 4382 }
4383 ] 4383 ]
4384 } 4384 }
4385 } 4385 }
OLDNEW
« no previous file with comments | « chromecast/browser/test/chromecast_shell_media_blocking_browser_test.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698