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

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

Issue 2591693003: testing: Run headless tests on Linux (Closed)
Patch Set: More test data Created 4 years 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 | « headless/BUILD.gn ('k') | 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 3048 matching lines...) Expand 10 before | Expand all | Expand 10 after
3059 { 3059 {
3060 "swarming": { 3060 "swarming": {
3061 "can_use_on_swarming_builders": true 3061 "can_use_on_swarming_builders": true
3062 }, 3062 },
3063 "test": "gpu_unittests" 3063 "test": "gpu_unittests"
3064 }, 3064 },
3065 { 3065 {
3066 "swarming": { 3066 "swarming": {
3067 "can_use_on_swarming_builders": true 3067 "can_use_on_swarming_builders": true
3068 }, 3068 },
3069 "test": "headless_browsertests"
3070 },
3071 {
3072 "swarming": {
3073 "can_use_on_swarming_builders": true
3074 },
3075 "test": "headless_unittests"
3076 },
3077 {
3078 "swarming": {
3079 "can_use_on_swarming_builders": true
3080 },
3069 "test": "input_device_unittests" 3081 "test": "input_device_unittests"
3070 }, 3082 },
3071 { 3083 {
3072 "swarming": { 3084 "swarming": {
3073 "can_use_on_swarming_builders": true 3085 "can_use_on_swarming_builders": true
3074 }, 3086 },
3075 "test": "interactive_ui_tests" 3087 "test": "interactive_ui_tests"
3076 }, 3088 },
3077 { 3089 {
3078 "args": [ 3090 "args": [
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 "override_compile_targets": [ 4344 "override_compile_targets": [
4333 "telemetry_unittests_run" 4345 "telemetry_unittests_run"
4334 ], 4346 ],
4335 "swarming": { 4347 "swarming": {
4336 "can_use_on_swarming_builders": true 4348 "can_use_on_swarming_builders": true
4337 } 4349 }
4338 } 4350 }
4339 ] 4351 ]
4340 } 4352 }
4341 } 4353 }
OLDNEW
« no previous file with comments | « headless/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698