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

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

Issue 1223703002: Convert chrome_elf_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: foiled again! Created 4 years, 10 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.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }, 62 },
63 "test": "cc_unittests" 63 "test": "cc_unittests"
64 }, 64 },
65 { 65 {
66 "swarming": { 66 "swarming": {
67 "can_use_on_swarming_builders": true 67 "can_use_on_swarming_builders": true
68 }, 68 },
69 "test": "chrome_app_unittests" 69 "test": "chrome_app_unittests"
70 }, 70 },
71 { 71 {
72 "swarming": {
73 "can_use_on_swarming_builders": true
74 },
72 "test": "chrome_elf_unittests" 75 "test": "chrome_elf_unittests"
73 }, 76 },
74 { 77 {
75 "swarming": { 78 "swarming": {
76 "can_use_on_swarming_builders": true 79 "can_use_on_swarming_builders": true
77 }, 80 },
78 "test": "chromedriver_unittests" 81 "test": "chromedriver_unittests"
79 }, 82 },
80 { 83 {
81 "swarming": { 84 "swarming": {
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 }, 578 },
576 "test": "cc_unittests" 579 "test": "cc_unittests"
577 }, 580 },
578 { 581 {
579 "swarming": { 582 "swarming": {
580 "can_use_on_swarming_builders": true 583 "can_use_on_swarming_builders": true
581 }, 584 },
582 "test": "chrome_app_unittests" 585 "test": "chrome_app_unittests"
583 }, 586 },
584 { 587 {
588 "swarming": {
589 "can_use_on_swarming_builders": true
590 },
585 "test": "chrome_elf_unittests" 591 "test": "chrome_elf_unittests"
586 }, 592 },
587 { 593 {
588 "swarming": { 594 "swarming": {
589 "can_use_on_swarming_builders": true 595 "can_use_on_swarming_builders": true
590 }, 596 },
591 "test": "chromedriver_unittests" 597 "test": "chromedriver_unittests"
592 }, 598 },
593 { 599 {
594 "swarming": { 600 "swarming": {
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 }, 988 },
983 "test": "cc_unittests" 989 "test": "cc_unittests"
984 }, 990 },
985 { 991 {
986 "swarming": { 992 "swarming": {
987 "can_use_on_swarming_builders": true 993 "can_use_on_swarming_builders": true
988 }, 994 },
989 "test": "chrome_app_unittests" 995 "test": "chrome_app_unittests"
990 }, 996 },
991 { 997 {
998 "swarming": {
999 "can_use_on_swarming_builders": true
1000 },
992 "test": "chrome_elf_unittests" 1001 "test": "chrome_elf_unittests"
993 }, 1002 },
994 { 1003 {
995 "swarming": { 1004 "swarming": {
996 "can_use_on_swarming_builders": true 1005 "can_use_on_swarming_builders": true
997 }, 1006 },
998 "test": "chromedriver_unittests" 1007 "test": "chromedriver_unittests"
999 }, 1008 },
1000 { 1009 {
1001 "swarming": { 1010 "swarming": {
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 "sync_integration_tests", 1456 "sync_integration_tests",
1448 "sync_unit_tests", 1457 "sync_unit_tests",
1449 "ui_base_unittests", 1458 "ui_base_unittests",
1450 "ui_touch_selection_unittests", 1459 "ui_touch_selection_unittests",
1451 "url_unittests", 1460 "url_unittests",
1452 "views_unittests", 1461 "views_unittests",
1453 "wm_unittests" 1462 "wm_unittests"
1454 ] 1463 ]
1455 } 1464 }
1456 } 1465 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698