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

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

Issue 2246773002: Run blimp_unittests on Blimp engine buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 { 795 {
796 "name": "webview_licenses", 796 "name": "webview_licenses",
797 "script": "webview_licenses.py" 797 "script": "webview_licenses.py"
798 } 798 }
799 ] 799 ]
800 }, 800 },
801 "Blimp Linux (dbg)": { 801 "Blimp Linux (dbg)": {
802 "gtest_tests": [ 802 "gtest_tests": [
803 { 803 {
804 "test": "blimp_browsertests" 804 "test": "blimp_browsertests"
805 },
806 {
807 "test": "blimp_unittests"
805 } 808 }
806 ] 809 ]
807 }, 810 },
808 "Cast Linux": { 811 "Cast Linux": {
809 "gtest_tests": [ 812 "gtest_tests": [
810 { 813 {
811 "swarming": { 814 "swarming": {
812 "can_use_on_swarming_builders": true 815 "can_use_on_swarming_builders": true
813 }, 816 },
814 "test": "base_unittests" 817 "test": "base_unittests"
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2261 "override_compile_targets": [ 2264 "override_compile_targets": [
2262 "telemetry_unittests_run" 2265 "telemetry_unittests_run"
2263 ], 2266 ],
2264 "swarming": { 2267 "swarming": {
2265 "can_use_on_swarming_builders": true 2268 "can_use_on_swarming_builders": true
2266 } 2269 }
2267 } 2270 }
2268 ] 2271 ]
2269 } 2272 }
2270 } 2273 }
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