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

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

Issue 1710203002: Convert ppapi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 | « no previous file | testing/buildbot/chromium.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 ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 }, 10 },
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 { 215 {
216 "swarming": { 216 "swarming": {
217 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
218 }, 218 },
219 "test": "net_unittests" 219 "test": "net_unittests"
220 }, 220 },
221 { 221 {
222 "test": "ozone_unittests" 222 "test": "ozone_unittests"
223 }, 223 },
224 { 224 {
225 "swarming": {
226 "can_use_on_swarming_builders": true
227 },
225 "test": "ppapi_unittests" 228 "test": "ppapi_unittests"
226 }, 229 },
227 { 230 {
228 "swarming": { 231 "swarming": {
229 "can_use_on_swarming_builders": true 232 "can_use_on_swarming_builders": true
230 }, 233 },
231 "test": "printing_unittests" 234 "test": "printing_unittests"
232 }, 235 },
233 { 236 {
234 "swarming": { 237 "swarming": {
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 511 },
509 "test": "nacl_loader_unittests" 512 "test": "nacl_loader_unittests"
510 }, 513 },
511 { 514 {
512 "swarming": { 515 "swarming": {
513 "can_use_on_swarming_builders": true 516 "can_use_on_swarming_builders": true
514 }, 517 },
515 "test": "net_unittests" 518 "test": "net_unittests"
516 }, 519 },
517 { 520 {
521 "swarming": {
522 "can_use_on_swarming_builders": true
523 },
518 "test": "ppapi_unittests" 524 "test": "ppapi_unittests"
519 }, 525 },
520 { 526 {
521 "swarming": { 527 "swarming": {
522 "can_use_on_swarming_builders": true 528 "can_use_on_swarming_builders": true
523 }, 529 },
524 "test": "printing_unittests" 530 "test": "printing_unittests"
525 }, 531 },
526 { 532 {
527 "swarming": { 533 "swarming": {
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 }, 806 },
801 "test": "nacl_loader_unittests" 807 "test": "nacl_loader_unittests"
802 }, 808 },
803 { 809 {
804 "swarming": { 810 "swarming": {
805 "can_use_on_swarming_builders": true 811 "can_use_on_swarming_builders": true
806 }, 812 },
807 "test": "net_unittests" 813 "test": "net_unittests"
808 }, 814 },
809 { 815 {
816 "swarming": {
817 "can_use_on_swarming_builders": true
818 },
810 "test": "ppapi_unittests" 819 "test": "ppapi_unittests"
811 }, 820 },
812 { 821 {
813 "swarming": { 822 "swarming": {
814 "can_use_on_swarming_builders": true 823 "can_use_on_swarming_builders": true
815 }, 824 },
816 "test": "printing_unittests" 825 "test": "printing_unittests"
817 }, 826 },
818 { 827 {
819 "swarming": { 828 "swarming": {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 }, 892 },
884 { 893 {
885 "swarming": { 894 "swarming": {
886 "can_use_on_swarming_builders": true 895 "can_use_on_swarming_builders": true
887 }, 896 },
888 "test": "wm_unittests" 897 "test": "wm_unittests"
889 } 898 }
890 ] 899 ]
891 } 900 }
892 } 901 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698