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

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

Issue 1199813007: Convert base_unittests to Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ash_unittests
Patch Set: Blacklist Linux GN (dbg) Created 5 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ], 6 ],
7 "gtest_tests": [ 7 "gtest_tests": [
8 { 8 {
9 "test": "html_viewer_unittests" 9 "test": "html_viewer_unittests"
10 }, 10 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 78 },
79 { 79 {
80 "name": "telemetry_perf_unittests", 80 "name": "telemetry_perf_unittests",
81 "script": "telemetry_perf_unittests.py" 81 "script": "telemetry_perf_unittests.py"
82 } 82 }
83 ] 83 ]
84 }, 84 },
85 "Cast Linux": { 85 "Cast Linux": {
86 "gtest_tests": [ 86 "gtest_tests": [
87 { 87 {
88 "swarming": {
89 "can_use_on_swarming_builders": true
90 },
88 "test": "base_unittests" 91 "test": "base_unittests"
89 }, 92 },
90 { 93 {
91 "test": "cacheinvalidation_unittests" 94 "test": "cacheinvalidation_unittests"
92 }, 95 },
93 { 96 {
94 "test": "cast_base_unittests" 97 "test": "cast_base_unittests"
95 }, 98 },
96 { 99 {
97 "test": "cast_media_unittests" 100 "test": "cast_media_unittests"
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 } 1163 }
1161 ], 1164 ],
1162 "scripts": [ 1165 "scripts": [
1163 { 1166 {
1164 "name": "nacl_integration", 1167 "name": "nacl_integration",
1165 "script": "nacl_integration.py" 1168 "script": "nacl_integration.py"
1166 } 1169 }
1167 ] 1170 ]
1168 } 1171 }
1169 } 1172 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698