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

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

Issue 2042873004: Adds blimp browser tests to run on Chromium.linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Sergey's comments 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 | « infra/config/cq.cfg ('k') | tools/mb/mb_config.pyl » ('j') | 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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 { 787 {
788 "name": "webview_licenses", 788 "name": "webview_licenses",
789 "script": "webview_licenses.py" 789 "script": "webview_licenses.py"
790 }, 790 },
791 { 791 {
792 "name": "telemetry_perf_unittests", 792 "name": "telemetry_perf_unittests",
793 "script": "telemetry_perf_unittests.py" 793 "script": "telemetry_perf_unittests.py"
794 } 794 }
795 ] 795 ]
796 }, 796 },
797 "Blimp Linux (dbg)": {
798 "gtest_tests": [
799 {
800 "test": "blimp_browsertests"
801 }
802 ]
803 },
797 "Cast Linux": { 804 "Cast Linux": {
798 "gtest_tests": [ 805 "gtest_tests": [
799 { 806 {
800 "swarming": { 807 "swarming": {
801 "can_use_on_swarming_builders": true 808 "can_use_on_swarming_builders": true
802 }, 809 },
803 "test": "base_unittests" 810 "test": "base_unittests"
804 }, 811 },
805 { 812 {
806 "swarming": { 813 "swarming": {
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 "override_compile_targets": [ 2224 "override_compile_targets": [
2218 "telemetry_unittests_run" 2225 "telemetry_unittests_run"
2219 ], 2226 ],
2220 "swarming": { 2227 "swarming": {
2221 "can_use_on_swarming_builders": true 2228 "can_use_on_swarming_builders": true
2222 } 2229 }
2223 } 2230 }
2224 ] 2231 ]
2225 } 2232 }
2226 } 2233 }
OLDNEW
« no previous file with comments | « infra/config/cq.cfg ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698