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

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

Issue 1213283002: Convert aura_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: (c) Created 5 years, 5 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.memory.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 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 { 449 {
450 "swarming": { 450 "swarming": {
451 "can_use_on_swarming_builders": true 451 "can_use_on_swarming_builders": true
452 }, 452 },
453 "test": "app_list_unittests" 453 "test": "app_list_unittests"
454 }, 454 },
455 { 455 {
456 "test": "app_shell_unittests" 456 "test": "app_shell_unittests"
457 }, 457 },
458 { 458 {
459 "swarming": {
460 "can_use_on_swarming_builders": true
461 },
459 "test": "aura_unittests" 462 "test": "aura_unittests"
460 }, 463 },
461 { 464 {
462 "swarming": { 465 "swarming": {
463 "can_use_on_swarming_builders": true 466 "can_use_on_swarming_builders": true
464 }, 467 },
465 "test": "base_unittests" 468 "test": "base_unittests"
466 }, 469 },
467 { 470 {
468 "swarming": { 471 "swarming": {
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 { 720 {
718 "swarming": { 721 "swarming": {
719 "can_use_on_swarming_builders": true 722 "can_use_on_swarming_builders": true
720 }, 723 },
721 "test": "app_list_unittests" 724 "test": "app_list_unittests"
722 }, 725 },
723 { 726 {
724 "test": "app_shell_unittests" 727 "test": "app_shell_unittests"
725 }, 728 },
726 { 729 {
730 "swarming": {
731 "can_use_on_swarming_builders": true
732 },
727 "test": "aura_unittests" 733 "test": "aura_unittests"
728 }, 734 },
729 { 735 {
730 "swarming": { 736 "swarming": {
731 "can_use_on_swarming_builders": true 737 "can_use_on_swarming_builders": true
732 }, 738 },
733 "test": "base_unittests" 739 "test": "base_unittests"
734 }, 740 },
735 { 741 {
736 "swarming": { 742 "swarming": {
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 { 977 {
972 "swarming": { 978 "swarming": {
973 "can_use_on_swarming_builders": true 979 "can_use_on_swarming_builders": true
974 }, 980 },
975 "test": "app_list_unittests" 981 "test": "app_list_unittests"
976 }, 982 },
977 { 983 {
978 "test": "app_shell_unittests" 984 "test": "app_shell_unittests"
979 }, 985 },
980 { 986 {
987 "swarming": {
988 "can_use_on_swarming_builders": true
989 },
981 "test": "aura_unittests" 990 "test": "aura_unittests"
982 }, 991 },
983 { 992 {
984 "swarming": { 993 "swarming": {
985 "can_use_on_swarming_builders": true 994 "can_use_on_swarming_builders": true
986 }, 995 },
987 "test": "base_unittests" 996 "test": "base_unittests"
988 }, 997 },
989 { 998 {
990 "swarming": { 999 "swarming": {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 } 1205 }
1197 ], 1206 ],
1198 "scripts": [ 1207 "scripts": [
1199 { 1208 {
1200 "name": "nacl_integration", 1209 "name": "nacl_integration",
1201 "script": "nacl_integration.py" 1210 "script": "nacl_integration.py"
1202 } 1211 }
1203 ] 1212 ]
1204 } 1213 }
1205 } 1214 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698