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

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

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: 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 ],
341 "swarming": { 344 "swarming": {
342 "can_use_on_swarming_builders": true 345 "can_use_on_swarming_builders": true
343 } 346 }
344 }, 347 },
345 { 348 {
346 "args": [ 349 "args": [
347 "--xvfb" 350 "--xvfb"
348 ], 351 ],
349 "isolate_name": "telemetry_perf_unittests", 352 "isolate_name": "telemetry_perf_unittests",
350 "name": "telemetry_perf_unittests", 353 "name": "telemetry_perf_unittests",
354 "override_compile_targets": [
355 "telemetry_perf_unittests_run"
356 ],
351 "swarming": { 357 "swarming": {
352 "can_use_on_swarming_builders": true, 358 "can_use_on_swarming_builders": true,
353 "hard_timeout": 960, 359 "hard_timeout": 960,
354 "shards": 12 360 "shards": 12
355 } 361 }
356 }, 362 },
357 { 363 {
358 "args": [ 364 "args": [
359 "--jobs=1" 365 "--jobs=1"
360 ], 366 ],
361 "isolate_name": "telemetry_unittests", 367 "isolate_name": "telemetry_unittests",
362 "name": "telemetry_unittests", 368 "name": "telemetry_unittests",
369 "override_compile_targets": [
370 "telemetry_unittests_run"
371 ],
363 "swarming": { 372 "swarming": {
364 "can_use_on_swarming_builders": true, 373 "can_use_on_swarming_builders": true,
365 "shards": 4 374 "shards": 4
366 } 375 }
367 } 376 }
368 ], 377 ],
369 "scripts": [] 378 "scripts": []
370 }, 379 },
371 "Linux - Future (dbg)": { 380 "Linux - Future (dbg)": {
372 "gtest_tests": [ 381 "gtest_tests": [
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "swarming": { 660 "swarming": {
652 "can_use_on_swarming_builders": true 661 "can_use_on_swarming_builders": true
653 }, 662 },
654 "test": "unit_tests" 663 "test": "unit_tests"
655 } 664 }
656 ], 665 ],
657 "isolated_scripts": [ 666 "isolated_scripts": [
658 { 667 {
659 "isolate_name": "telemetry_gpu_unittests", 668 "isolate_name": "telemetry_gpu_unittests",
660 "name": "telemetry_gpu_unittests", 669 "name": "telemetry_gpu_unittests",
670 "override_compile_targets": [
671 "telemetry_gpu_unittests_run"
672 ],
661 "swarming": { 673 "swarming": {
662 "can_use_on_swarming_builders": true 674 "can_use_on_swarming_builders": true
663 } 675 }
664 }, 676 },
665 { 677 {
666 "args": [ 678 "args": [
667 "--jobs=1" 679 "--jobs=1"
668 ], 680 ],
669 "isolate_name": "telemetry_unittests", 681 "isolate_name": "telemetry_unittests",
670 "name": "telemetry_unittests", 682 "name": "telemetry_unittests",
683 "override_compile_targets": [
684 "telemetry_unittests_run"
685 ],
671 "swarming": { 686 "swarming": {
672 "can_use_on_swarming_builders": true, 687 "can_use_on_swarming_builders": true,
673 "shards": 4 688 "shards": 4
674 } 689 }
675 } 690 }
676 ], 691 ],
677 "scripts": [] 692 "scripts": []
678 } 693 }
679 } 694 }
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