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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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 | « chrome/test/BUILD.gn ('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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 { 349 {
350 "swarming": { 350 "swarming": {
351 "can_use_on_swarming_builders": true 351 "can_use_on_swarming_builders": true
352 }, 352 },
353 "test": "cacheinvalidation_unittests" 353 "test": "cacheinvalidation_unittests"
354 }, 354 },
355 { 355 {
356 "swarming": { 356 "swarming": {
357 "can_use_on_swarming_builders": true 357 "can_use_on_swarming_builders": true
358 }, 358 },
359 "test": "chrome_app_unittests"
360 },
361 {
362 "swarming": {
363 "can_use_on_swarming_builders": true
364 },
359 "test": "chromeos_unittests" 365 "test": "chromeos_unittests"
360 }, 366 },
361 { 367 {
362 "test": "chromevox_tests" 368 "test": "chromevox_tests"
363 }, 369 },
364 { 370 {
365 "swarming": { 371 "swarming": {
366 "can_use_on_swarming_builders": true 372 "can_use_on_swarming_builders": true
367 }, 373 },
368 "test": "components_unittests" 374 "test": "components_unittests"
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 { 639 {
634 "swarming": { 640 "swarming": {
635 "can_use_on_swarming_builders": true 641 "can_use_on_swarming_builders": true
636 }, 642 },
637 "test": "cacheinvalidation_unittests" 643 "test": "cacheinvalidation_unittests"
638 }, 644 },
639 { 645 {
640 "swarming": { 646 "swarming": {
641 "can_use_on_swarming_builders": true 647 "can_use_on_swarming_builders": true
642 }, 648 },
649 "test": "chrome_app_unittests"
650 },
651 {
652 "swarming": {
653 "can_use_on_swarming_builders": true
654 },
643 "test": "chromeos_unittests" 655 "test": "chromeos_unittests"
644 }, 656 },
645 { 657 {
646 "swarming": { 658 "swarming": {
647 "can_use_on_swarming_builders": true 659 "can_use_on_swarming_builders": true
648 }, 660 },
649 "test": "components_unittests" 661 "test": "components_unittests"
650 }, 662 },
651 { 663 {
652 "swarming": { 664 "swarming": {
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 }, 874 },
863 { 875 {
864 "swarming": { 876 "swarming": {
865 "can_use_on_swarming_builders": true 877 "can_use_on_swarming_builders": true
866 }, 878 },
867 "test": "wm_unittests" 879 "test": "wm_unittests"
868 } 880 }
869 ] 881 ]
870 } 882 }
871 } 883 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698