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

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

Issue 685063004: Use src-side launchers for telemetry and nacl integration tests everywhere (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "app_shell_unittests", 7 "app_shell_unittests",
8 "aura_unittests", 8 "aura_unittests",
9 { 9 {
10 "test": "base_unittests", 10 "test": "base_unittests",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "sync_unit_tests", 194 "sync_unit_tests",
195 { 195 {
196 "test": "unit_tests", 196 "test": "unit_tests",
197 "swarming": { 197 "swarming": {
198 "can_use_on_swarming_builders": true 198 "can_use_on_swarming_builders": true
199 } 199 }
200 }, 200 },
201 "url_unittests", 201 "url_unittests",
202 "views_unittests", 202 "views_unittests",
203 "wm_unittests" 203 "wm_unittests"
204 ],
205 "scripts": [
206 {
207 "name": "nacl_integration",
208 "script": "nacl_integration.py"
209 }
204 ] 210 ]
205 }, 211 },
206 "Linux Tests (dbg)(1)": { 212 "Linux Tests (dbg)(1)": {
207 "gtest_tests": [ 213 "gtest_tests": [
208 "accessibility_unittests", 214 "accessibility_unittests",
209 "app_list_unittests", 215 "app_list_unittests",
210 "app_shell_browsertests", 216 "app_shell_browsertests",
211 "app_shell_unittests", 217 "app_shell_unittests",
212 "aura_unittests", 218 "aura_unittests",
213 { 219 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "sync_unit_tests", 299 "sync_unit_tests",
294 { 300 {
295 "test": "unit_tests", 301 "test": "unit_tests",
296 "swarming": { 302 "swarming": {
297 "can_use_on_swarming_builders": true 303 "can_use_on_swarming_builders": true
298 } 304 }
299 }, 305 },
300 "url_unittests", 306 "url_unittests",
301 "views_unittests", 307 "views_unittests",
302 "wm_unittests" 308 "wm_unittests"
309 ],
310 "scripts": [
311 {
312 "name": "telemetry_unittests",
313 "script": "telemetry_unittests.py"
314 },
315 {
316 "name": "telemetry_perf_unittests",
317 "script": "telemetry_perf_unittests.py"
318 },
319 {
320 "name": "nacl_integration",
321 "script": "nacl_integration.py"
322 }
303 ] 323 ]
304 }, 324 },
305 "Linux Clang (dbg)": { 325 "Linux Clang (dbg)": {
306 "gtest_tests": [ 326 "gtest_tests": [
307 "accessibility_unittests", 327 "accessibility_unittests",
308 "app_shell_unittests", 328 "app_shell_unittests",
309 "base_unittests", 329 "base_unittests",
310 "components_unittests", 330 "components_unittests",
311 "content_unittests", 331 "content_unittests",
312 "crypto_unittests", 332 "crypto_unittests",
(...skipping 11 matching lines...) Expand all
324 "mojo_system_unittests", 344 "mojo_system_unittests",
325 "nacl_loader_unittests", 345 "nacl_loader_unittests",
326 "sandbox_linux_unittests", 346 "sandbox_linux_unittests",
327 "sql_unittests", 347 "sql_unittests",
328 "sync_unit_tests", 348 "sync_unit_tests",
329 "ui_unittests", 349 "ui_unittests",
330 "unit_tests" 350 "unit_tests"
331 ] 351 ]
332 } 352 }
333 } 353 }
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