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

Side by Side Diff: testing/buildbot/chromium.win.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.mac.json ('k') | 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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 { 79 {
80 "test": "unit_tests", 80 "test": "unit_tests",
81 "swarming": { 81 "swarming": {
82 "can_use_on_swarming_builders": true 82 "can_use_on_swarming_builders": true
83 } 83 }
84 }, 84 },
85 "ui_unittests", 85 "ui_unittests",
86 "url_unittests", 86 "url_unittests",
87 "views_unittests", 87 "views_unittests",
88 "wm_unittests" 88 "wm_unittests"
89 ],
90 "scripts": [
91 {
92 "name": "telemetry_unittests",
93 "script": "telemetry_unittests.py"
94 },
95 {
96 "name": "telemetry_perf_unittests",
97 "script": "telemetry_perf_unittests.py"
98 },
99 {
100 "name": "nacl_integration",
101 "script": "nacl_integration.py"
102 }
89 ] 103 ]
90 }, 104 },
91 "Vista Tests (1)": { 105 "Vista Tests (1)": {
92 "gtest_tests": [ 106 "gtest_tests": [
93 "accessibility_unittests", 107 "accessibility_unittests",
94 "app_shell_browsertests", 108 "app_shell_browsertests",
95 "app_shell_unittests", 109 "app_shell_unittests",
96 "aura_unittests", 110 "aura_unittests",
97 { 111 {
98 "test": "base_unittests", 112 "test": "base_unittests",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 { 188 {
175 "test": "unit_tests", 189 "test": "unit_tests",
176 "swarming": { 190 "swarming": {
177 "can_use_on_swarming_builders": true 191 "can_use_on_swarming_builders": true
178 } 192 }
179 }, 193 },
180 "ui_unittests", 194 "ui_unittests",
181 "url_unittests", 195 "url_unittests",
182 "views_unittests", 196 "views_unittests",
183 "wm_unittests" 197 "wm_unittests"
198 ],
199 "scripts": [
200 {
201 "name": "telemetry_unittests",
202 "script": "telemetry_unittests.py"
203 },
204 {
205 "name": "telemetry_perf_unittests",
206 "script": "telemetry_perf_unittests.py"
207 }
184 ] 208 ]
185 }, 209 },
186 "Win7 Tests (1)": { 210 "Win7 Tests (1)": {
187 "gtest_tests": [ 211 "gtest_tests": [
188 "accessibility_unittests", 212 "accessibility_unittests",
189 { 213 {
190 "test": "ash_unittests", 214 "test": "ash_unittests",
191 "swarming": { 215 "swarming": {
192 "can_use_on_swarming_builders": true 216 "can_use_on_swarming_builders": true
193 } 217 }
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "swarming": { 302 "swarming": {
279 "can_use_on_swarming_builders": true 303 "can_use_on_swarming_builders": true
280 } 304 }
281 }, 305 },
282 "url_unittests", 306 "url_unittests",
283 "views_unittests", 307 "views_unittests",
284 "wm_unittests" 308 "wm_unittests"
285 ], 309 ],
286 "scripts": [ 310 "scripts": [
287 { 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 {
288 "name": "nacl_integration", 320 "name": "nacl_integration",
289 "script": "nacl_integration.py" 321 "script": "nacl_integration.py"
290 } 322 }
291 ] 323 ]
292 }, 324 },
293 "Win 7 Tests x64 (1)": { 325 "Win 7 Tests x64 (1)": {
294 "gtest_tests": [ 326 "gtest_tests": [
295 "accessibility_unittests", 327 "accessibility_unittests",
296 { 328 {
297 "test": "base_unittests", 329 "test": "base_unittests",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "swarming": { 408 "swarming": {
377 "can_use_on_swarming_builders": true 409 "can_use_on_swarming_builders": true
378 } 410 }
379 }, 411 },
380 "url_unittests", 412 "url_unittests",
381 "views_unittests", 413 "views_unittests",
382 "wm_unittests" 414 "wm_unittests"
383 ], 415 ],
384 "scripts": [ 416 "scripts": [
385 { 417 {
418 "name": "telemetry_unittests",
419 "script": "telemetry_unittests.py"
420 },
421 {
386 "name": "nacl_integration", 422 "name": "nacl_integration",
387 "script": "nacl_integration.py" 423 "script": "nacl_integration.py"
388 } 424 }
389 ] 425 ]
390 }, 426 },
391 "Win7 Tests (dbg)(1)": { 427 "Win7 Tests (dbg)(1)": {
392 "gtest_tests": [ 428 "gtest_tests": [
393 "accessibility_unittests", 429 "accessibility_unittests",
394 { 430 {
395 "test": "ash_unittests", 431 "test": "ash_unittests",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "ui_unittests", 516 "ui_unittests",
481 { 517 {
482 "test": "unit_tests", 518 "test": "unit_tests",
483 "swarming": { 519 "swarming": {
484 "can_use_on_swarming_builders": true 520 "can_use_on_swarming_builders": true
485 } 521 }
486 }, 522 },
487 "url_unittests", 523 "url_unittests",
488 "views_unittests", 524 "views_unittests",
489 "wm_unittests" 525 "wm_unittests"
526 ],
527 "scripts": [
528 {
529 "name": "telemetry_unittests",
530 "script": "telemetry_unittests.py"
531 },
532 {
533 "name": "telemetry_perf_unittests",
534 "script": "telemetry_perf_unittests.py"
535 }
490 ] 536 ]
491 }, 537 },
492 "Win8 Aura": { 538 "Win8 Aura": {
493 "gtest_tests": [ 539 "gtest_tests": [
494 "views_unittests", 540 "views_unittests",
495 "wm_unittests", 541 "wm_unittests",
496 "aura_unittests", 542 "aura_unittests",
497 "ash_unittests", 543 "ash_unittests",
498 "compositor_unittests", 544 "compositor_unittests",
499 "content_browsertests", 545 "content_browsertests",
500 "events_unittests" 546 "events_unittests"
501 ] 547 ]
502 } 548 }
503 } 549 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698