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

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

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn 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 | « build/gn_migration.gypi ('k') | 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 }, 284 },
285 "test": "unit_tests" 285 "test": "unit_tests"
286 }, 286 },
287 { 287 {
288 "swarming": { 288 "swarming": {
289 "can_use_on_swarming_builders": true 289 "can_use_on_swarming_builders": true
290 }, 290 },
291 "test": "url_unittests" 291 "test": "url_unittests"
292 }, 292 },
293 { 293 {
294 "swarming": {
295 "can_use_on_swarming_builders": true
296 },
294 "test": "views_unittests" 297 "test": "views_unittests"
295 }, 298 },
296 { 299 {
297 "swarming": { 300 "swarming": {
298 "can_use_on_swarming_builders": true 301 "can_use_on_swarming_builders": true
299 }, 302 },
300 "test": "wm_unittests" 303 "test": "wm_unittests"
301 } 304 }
302 ] 305 ]
303 }, 306 },
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 }, 577 },
575 "test": "unit_tests" 578 "test": "unit_tests"
576 }, 579 },
577 { 580 {
578 "swarming": { 581 "swarming": {
579 "can_use_on_swarming_builders": true 582 "can_use_on_swarming_builders": true
580 }, 583 },
581 "test": "url_unittests" 584 "test": "url_unittests"
582 }, 585 },
583 { 586 {
587 "swarming": {
588 "can_use_on_swarming_builders": true
589 },
584 "test": "views_unittests" 590 "test": "views_unittests"
585 }, 591 },
586 { 592 {
587 "swarming": { 593 "swarming": {
588 "can_use_on_swarming_builders": true 594 "can_use_on_swarming_builders": true
589 }, 595 },
590 "test": "wm_unittests" 596 "test": "wm_unittests"
591 } 597 }
592 ] 598 ]
593 }, 599 },
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 }, 869 },
864 "test": "unit_tests" 870 "test": "unit_tests"
865 }, 871 },
866 { 872 {
867 "swarming": { 873 "swarming": {
868 "can_use_on_swarming_builders": true 874 "can_use_on_swarming_builders": true
869 }, 875 },
870 "test": "url_unittests" 876 "test": "url_unittests"
871 }, 877 },
872 { 878 {
879 "swarming": {
880 "can_use_on_swarming_builders": true
881 },
873 "test": "views_unittests" 882 "test": "views_unittests"
874 }, 883 },
875 { 884 {
876 "swarming": { 885 "swarming": {
877 "can_use_on_swarming_builders": true 886 "can_use_on_swarming_builders": true
878 }, 887 },
879 "test": "wm_unittests" 888 "test": "wm_unittests"
880 } 889 }
881 ] 890 ]
882 } 891 }
883 } 892 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698