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

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

Issue 2069473002: Add webapk_runtime_library_junit_tests to bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "test": "junit_unit_tests" 647 "test": "junit_unit_tests"
648 }, 648 },
649 { 649 {
650 "test": "net_junit_tests" 650 "test": "net_junit_tests"
651 }, 651 },
652 { 652 {
653 "test": "ui_junit_tests" 653 "test": "ui_junit_tests"
654 }, 654 },
655 { 655 {
656 "test": "webapk_client_junit_tests" 656 "test": "webapk_client_junit_tests"
657 },
658 {
659 "test": "webapk_runtime_library_junit_tests"
657 } 660 }
658 ], 661 ],
659 "scripts": [ 662 "scripts": [
660 { 663 {
661 "name": "webview_licenses", 664 "name": "webview_licenses",
662 "script": "webview_licenses.py" 665 "script": "webview_licenses.py"
663 } 666 }
664 ] 667 ]
665 }, 668 },
666 "Android Tests (dbg)": { 669 "Android Tests (dbg)": {
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2264 "override_compile_targets": [ 2267 "override_compile_targets": [
2265 "telemetry_unittests_run" 2268 "telemetry_unittests_run"
2266 ], 2269 ],
2267 "swarming": { 2270 "swarming": {
2268 "can_use_on_swarming_builders": true 2271 "can_use_on_swarming_builders": true
2269 } 2272 }
2270 } 2273 }
2271 ] 2274 ]
2272 } 2275 }
2273 } 2276 }
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