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

Side by Side Diff: testing/buildbot/chromium.win.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.mac.json ('k') | testing/buildbot/client.v8.chromium.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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
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": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "swarming": { 457 "swarming": {
458 "can_use_on_swarming_builders": true 458 "can_use_on_swarming_builders": true
459 }, 459 },
460 "test": "wm_unittests" 460 "test": "wm_unittests"
461 } 461 }
462 ], 462 ],
463 "isolated_scripts": [ 463 "isolated_scripts": [
464 { 464 {
465 "isolate_name": "telemetry_gpu_unittests", 465 "isolate_name": "telemetry_gpu_unittests",
466 "name": "telemetry_gpu_unittests", 466 "name": "telemetry_gpu_unittests",
467 "override_compile_targets": [
468 "telemetry_gpu_unittests_run"
469 ],
470 "swarming": { 467 "swarming": {
471 "can_use_on_swarming_builders": true 468 "can_use_on_swarming_builders": true
472 } 469 }
473 }, 470 },
474 { 471 {
475 "isolate_name": "telemetry_perf_unittests", 472 "isolate_name": "telemetry_perf_unittests",
476 "name": "telemetry_perf_unittests", 473 "name": "telemetry_perf_unittests",
477 "override_compile_targets": [
478 "telemetry_perf_unittests_run"
479 ],
480 "swarming": { 474 "swarming": {
481 "can_use_on_swarming_builders": true, 475 "can_use_on_swarming_builders": true,
482 "hard_timeout": 960, 476 "hard_timeout": 960,
483 "shards": 12 477 "shards": 12
484 } 478 }
485 }, 479 },
486 { 480 {
487 "isolate_name": "telemetry_unittests", 481 "isolate_name": "telemetry_unittests",
488 "name": "telemetry_unittests", 482 "name": "telemetry_unittests",
489 "override_compile_targets": [
490 "telemetry_unittests_run"
491 ],
492 "swarming": { 483 "swarming": {
493 "can_use_on_swarming_builders": true, 484 "can_use_on_swarming_builders": true,
494 "shards": 2 485 "shards": 2
495 } 486 }
496 } 487 }
497 ], 488 ],
498 "scripts": [ 489 "scripts": [
499 { 490 {
500 "name": "nacl_integration", 491 "name": "nacl_integration",
501 "script": "nacl_integration.py" 492 "script": "nacl_integration.py"
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 { 1481 {
1491 "isolate_name": "content_shell_crash_test", 1482 "isolate_name": "content_shell_crash_test",
1492 "name": "content_shell_crash_test", 1483 "name": "content_shell_crash_test",
1493 "swarming": { 1484 "swarming": {
1494 "can_use_on_swarming_builders": true 1485 "can_use_on_swarming_builders": true
1495 } 1486 }
1496 }, 1487 },
1497 { 1488 {
1498 "isolate_name": "telemetry_gpu_unittests", 1489 "isolate_name": "telemetry_gpu_unittests",
1499 "name": "telemetry_gpu_unittests", 1490 "name": "telemetry_gpu_unittests",
1500 "override_compile_targets": [
1501 "telemetry_gpu_unittests_run"
1502 ],
1503 "swarming": { 1491 "swarming": {
1504 "can_use_on_swarming_builders": true 1492 "can_use_on_swarming_builders": true
1505 } 1493 }
1506 }, 1494 },
1507 { 1495 {
1508 "isolate_name": "telemetry_perf_unittests", 1496 "isolate_name": "telemetry_perf_unittests",
1509 "name": "telemetry_perf_unittests", 1497 "name": "telemetry_perf_unittests",
1510 "override_compile_targets": [
1511 "telemetry_perf_unittests_run"
1512 ],
1513 "swarming": { 1498 "swarming": {
1514 "can_use_on_swarming_builders": true, 1499 "can_use_on_swarming_builders": true,
1515 "hard_timeout": 960, 1500 "hard_timeout": 960,
1516 "shards": 12 1501 "shards": 12
1517 } 1502 }
1518 }, 1503 },
1519 { 1504 {
1520 "isolate_name": "telemetry_unittests", 1505 "isolate_name": "telemetry_unittests",
1521 "name": "telemetry_unittests", 1506 "name": "telemetry_unittests",
1522 "override_compile_targets": [
1523 "telemetry_unittests_run"
1524 ],
1525 "swarming": { 1507 "swarming": {
1526 "can_use_on_swarming_builders": true, 1508 "can_use_on_swarming_builders": true,
1527 "shards": 2 1509 "shards": 2
1528 } 1510 }
1529 } 1511 }
1530 ], 1512 ],
1531 "scripts": [ 1513 "scripts": [
1532 { 1514 {
1533 "name": "nacl_integration", 1515 "name": "nacl_integration",
1534 "script": "nacl_integration.py" 1516 "script": "nacl_integration.py"
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 "swarming": { 1893 "swarming": {
1912 "can_use_on_swarming_builders": true 1894 "can_use_on_swarming_builders": true
1913 }, 1895 },
1914 "test": "wm_unittests" 1896 "test": "wm_unittests"
1915 } 1897 }
1916 ], 1898 ],
1917 "isolated_scripts": [ 1899 "isolated_scripts": [
1918 { 1900 {
1919 "isolate_name": "telemetry_gpu_unittests", 1901 "isolate_name": "telemetry_gpu_unittests",
1920 "name": "telemetry_gpu_unittests", 1902 "name": "telemetry_gpu_unittests",
1921 "override_compile_targets": [
1922 "telemetry_gpu_unittests_run"
1923 ],
1924 "swarming": { 1903 "swarming": {
1925 "can_use_on_swarming_builders": true 1904 "can_use_on_swarming_builders": true
1926 } 1905 }
1927 }, 1906 },
1928 { 1907 {
1929 "isolate_name": "telemetry_unittests", 1908 "isolate_name": "telemetry_unittests",
1930 "name": "telemetry_unittests", 1909 "name": "telemetry_unittests",
1931 "override_compile_targets": [
1932 "telemetry_unittests_run"
1933 ],
1934 "swarming": { 1910 "swarming": {
1935 "can_use_on_swarming_builders": true, 1911 "can_use_on_swarming_builders": true,
1936 "shards": 2 1912 "shards": 2
1937 } 1913 }
1938 } 1914 }
1939 ] 1915 ]
1940 }, 1916 },
1941 "Win8 GYP": { 1917 "Win8 GYP": {
1942 "additional_compile_targets": [ 1918 "additional_compile_targets": [
1943 "chrome_official_builder" 1919 "chrome_official_builder"
1944 ] 1920 ]
1945 }, 1921 },
1946 "Win8 GYP (dbg)": { 1922 "Win8 GYP (dbg)": {
1947 "additional_compile_targets": [ 1923 "additional_compile_targets": [
1948 "all" 1924 "all"
1949 ] 1925 ]
1950 } 1926 }
1951 } 1927 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/client.v8.chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698