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

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

Issue 1679913002: Run chrome_app_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to position 374371 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/chromium.mac.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 { 607 {
608 "swarming": { 608 "swarming": {
609 "can_use_on_swarming_builders": true 609 "can_use_on_swarming_builders": true
610 }, 610 },
611 "test": "cc_unittests" 611 "test": "cc_unittests"
612 }, 612 },
613 { 613 {
614 "swarming": { 614 "swarming": {
615 "can_use_on_swarming_builders": true 615 "can_use_on_swarming_builders": true
616 }, 616 },
617 "test": "chrome_app_unittests"
618 },
619 {
620 "swarming": {
621 "can_use_on_swarming_builders": true
622 },
617 "test": "chromedriver_unittests" 623 "test": "chromedriver_unittests"
618 }, 624 },
619 { 625 {
620 "swarming": { 626 "swarming": {
621 "can_use_on_swarming_builders": true 627 "can_use_on_swarming_builders": true
622 }, 628 },
623 "test": "components_browsertests" 629 "test": "components_browsertests"
624 }, 630 },
625 { 631 {
626 "swarming": { 632 "swarming": {
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 { 1053 {
1048 "swarming": { 1054 "swarming": {
1049 "can_use_on_swarming_builders": true 1055 "can_use_on_swarming_builders": true
1050 }, 1056 },
1051 "test": "cc_unittests" 1057 "test": "cc_unittests"
1052 }, 1058 },
1053 { 1059 {
1054 "swarming": { 1060 "swarming": {
1055 "can_use_on_swarming_builders": true 1061 "can_use_on_swarming_builders": true
1056 }, 1062 },
1063 "test": "chrome_app_unittests"
1064 },
1065 {
1066 "swarming": {
1067 "can_use_on_swarming_builders": true
1068 },
1057 "test": "chromedriver_unittests" 1069 "test": "chromedriver_unittests"
1058 }, 1070 },
1059 { 1071 {
1060 "swarming": { 1072 "swarming": {
1061 "can_use_on_swarming_builders": true 1073 "can_use_on_swarming_builders": true
1062 }, 1074 },
1063 "test": "components_unittests" 1075 "test": "components_unittests"
1064 }, 1076 },
1065 { 1077 {
1066 "swarming": { 1078 "swarming": {
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 { 1427 {
1416 "swarming": { 1428 "swarming": {
1417 "can_use_on_swarming_builders": true 1429 "can_use_on_swarming_builders": true
1418 }, 1430 },
1419 "test": "cc_unittests" 1431 "test": "cc_unittests"
1420 }, 1432 },
1421 { 1433 {
1422 "swarming": { 1434 "swarming": {
1423 "can_use_on_swarming_builders": true 1435 "can_use_on_swarming_builders": true
1424 }, 1436 },
1437 "test": "chrome_app_unittests"
1438 },
1439 {
1440 "swarming": {
1441 "can_use_on_swarming_builders": true
1442 },
1425 "test": "chromedriver_unittests" 1443 "test": "chromedriver_unittests"
1426 }, 1444 },
1427 { 1445 {
1428 "swarming": { 1446 "swarming": {
1429 "can_use_on_swarming_builders": true 1447 "can_use_on_swarming_builders": true
1430 }, 1448 },
1431 "test": "components_unittests" 1449 "test": "components_unittests"
1432 }, 1450 },
1433 { 1451 {
1434 "swarming": { 1452 "swarming": {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 } 1699 }
1682 ], 1700 ],
1683 "scripts": [ 1701 "scripts": [
1684 { 1702 {
1685 "name": "nacl_integration", 1703 "name": "nacl_integration",
1686 "script": "nacl_integration.py" 1704 "script": "nacl_integration.py"
1687 } 1705 }
1688 ] 1706 ]
1689 } 1707 }
1690 } 1708 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698