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

Side by Side Diff: testing/buildbot/client.v8.chromium.json

Issue 2569333002: Address some TODO(GYP_GONE)s (Closed)
Patch Set: reland Created 3 years, 8 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.win.json ('k') | testing/buildbot/client.v8.fyi.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 - Future": { 2 "Linux - Future": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "app_shell_unittests" 8 "test": "app_shell_unittests"
9 }, 9 },
10 { 10 {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 { 331 {
332 "isolate_name": "devtools_eslint", 332 "isolate_name": "devtools_eslint",
333 "name": "devtools_eslint", 333 "name": "devtools_eslint",
334 "swarming": { 334 "swarming": {
335 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
336 } 336 }
337 }, 337 },
338 { 338 {
339 "isolate_name": "telemetry_gpu_unittests", 339 "isolate_name": "telemetry_gpu_unittests",
340 "name": "telemetry_gpu_unittests", 340 "name": "telemetry_gpu_unittests",
341 "override_compile_targets": [
342 "telemetry_gpu_unittests_run"
343 ],
344 "swarming": { 341 "swarming": {
345 "can_use_on_swarming_builders": true 342 "can_use_on_swarming_builders": true
346 } 343 }
347 }, 344 },
348 { 345 {
349 "args": [ 346 "args": [
350 "--xvfb" 347 "--xvfb"
351 ], 348 ],
352 "isolate_name": "telemetry_perf_unittests", 349 "isolate_name": "telemetry_perf_unittests",
353 "name": "telemetry_perf_unittests", 350 "name": "telemetry_perf_unittests",
354 "override_compile_targets": [
355 "telemetry_perf_unittests_run"
356 ],
357 "swarming": { 351 "swarming": {
358 "can_use_on_swarming_builders": true, 352 "can_use_on_swarming_builders": true,
359 "hard_timeout": 960, 353 "hard_timeout": 960,
360 "shards": 12 354 "shards": 12
361 } 355 }
362 }, 356 },
363 { 357 {
364 "args": [ 358 "args": [
365 "--jobs=1" 359 "--jobs=1"
366 ], 360 ],
367 "isolate_name": "telemetry_unittests", 361 "isolate_name": "telemetry_unittests",
368 "name": "telemetry_unittests", 362 "name": "telemetry_unittests",
369 "override_compile_targets": [
370 "telemetry_unittests_run"
371 ],
372 "swarming": { 363 "swarming": {
373 "can_use_on_swarming_builders": true, 364 "can_use_on_swarming_builders": true,
374 "shards": 4 365 "shards": 4
375 } 366 }
376 } 367 }
377 ], 368 ],
378 "scripts": [] 369 "scripts": []
379 }, 370 },
380 "Linux - Future (dbg)": { 371 "Linux - Future (dbg)": {
381 "gtest_tests": [ 372 "gtest_tests": [
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "swarming": { 651 "swarming": {
661 "can_use_on_swarming_builders": true 652 "can_use_on_swarming_builders": true
662 }, 653 },
663 "test": "unit_tests" 654 "test": "unit_tests"
664 } 655 }
665 ], 656 ],
666 "isolated_scripts": [ 657 "isolated_scripts": [
667 { 658 {
668 "isolate_name": "telemetry_gpu_unittests", 659 "isolate_name": "telemetry_gpu_unittests",
669 "name": "telemetry_gpu_unittests", 660 "name": "telemetry_gpu_unittests",
670 "override_compile_targets": [
671 "telemetry_gpu_unittests_run"
672 ],
673 "swarming": { 661 "swarming": {
674 "can_use_on_swarming_builders": true 662 "can_use_on_swarming_builders": true
675 } 663 }
676 }, 664 },
677 { 665 {
678 "args": [ 666 "args": [
679 "--jobs=1" 667 "--jobs=1"
680 ], 668 ],
681 "isolate_name": "telemetry_unittests", 669 "isolate_name": "telemetry_unittests",
682 "name": "telemetry_unittests", 670 "name": "telemetry_unittests",
683 "override_compile_targets": [
684 "telemetry_unittests_run"
685 ],
686 "swarming": { 671 "swarming": {
687 "can_use_on_swarming_builders": true, 672 "can_use_on_swarming_builders": true,
688 "shards": 4 673 "shards": 4
689 } 674 }
690 } 675 }
691 ], 676 ],
692 "scripts": [] 677 "scripts": []
693 } 678 }
694 } 679 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698