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

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

Issue 1736533002: Swarm all tests running on ClangToTLinux tester that were swarmed on at least one other bot already. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 }, 197 },
198 "test": "message_center_unittests" 198 "test": "message_center_unittests"
199 }, 199 },
200 { 200 {
201 "swarming": { 201 "swarming": {
202 "can_use_on_swarming_builders": true 202 "can_use_on_swarming_builders": true
203 }, 203 },
204 "test": "midi_unittests" 204 "test": "midi_unittests"
205 }, 205 },
206 { 206 {
207 "swarming": {
208 "can_use_on_swarming_builders": true
209 },
207 "test": "nacl_helper_nonsfi_unittests" 210 "test": "nacl_helper_nonsfi_unittests"
208 }, 211 },
209 { 212 {
210 "swarming": { 213 "swarming": {
211 "can_use_on_swarming_builders": true 214 "can_use_on_swarming_builders": true
212 }, 215 },
213 "test": "nacl_loader_unittests" 216 "test": "nacl_loader_unittests"
214 }, 217 },
215 { 218 {
216 "swarming": { 219 "swarming": {
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 }, 499 },
497 "test": "message_center_unittests" 500 "test": "message_center_unittests"
498 }, 501 },
499 { 502 {
500 "swarming": { 503 "swarming": {
501 "can_use_on_swarming_builders": true 504 "can_use_on_swarming_builders": true
502 }, 505 },
503 "test": "midi_unittests" 506 "test": "midi_unittests"
504 }, 507 },
505 { 508 {
509 "swarming": {
510 "can_use_on_swarming_builders": true
511 },
506 "test": "nacl_helper_nonsfi_unittests" 512 "test": "nacl_helper_nonsfi_unittests"
507 }, 513 },
508 { 514 {
509 "swarming": { 515 "swarming": {
510 "can_use_on_swarming_builders": true 516 "can_use_on_swarming_builders": true
511 }, 517 },
512 "test": "nacl_loader_unittests" 518 "test": "nacl_loader_unittests"
513 }, 519 },
514 { 520 {
515 "swarming": { 521 "swarming": {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 }, 797 },
792 "test": "message_center_unittests" 798 "test": "message_center_unittests"
793 }, 799 },
794 { 800 {
795 "swarming": { 801 "swarming": {
796 "can_use_on_swarming_builders": true 802 "can_use_on_swarming_builders": true
797 }, 803 },
798 "test": "midi_unittests" 804 "test": "midi_unittests"
799 }, 805 },
800 { 806 {
807 "swarming": {
808 "can_use_on_swarming_builders": true
809 },
801 "test": "nacl_helper_nonsfi_unittests" 810 "test": "nacl_helper_nonsfi_unittests"
802 }, 811 },
803 { 812 {
804 "swarming": { 813 "swarming": {
805 "can_use_on_swarming_builders": true 814 "can_use_on_swarming_builders": true
806 }, 815 },
807 "test": "nacl_loader_unittests" 816 "test": "nacl_loader_unittests"
808 }, 817 },
809 { 818 {
810 "swarming": { 819 "swarming": {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 }, 901 },
893 { 902 {
894 "swarming": { 903 "swarming": {
895 "can_use_on_swarming_builders": true 904 "can_use_on_swarming_builders": true
896 }, 905 },
897 "test": "wm_unittests" 906 "test": "wm_unittests"
898 } 907 }
899 ] 908 ]
900 } 909 }
901 } 910 }
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