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

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

Issue 1217473009: Convert wm_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@11_sandbox_linux_unittests
Patch Set: Add pak 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 | « 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 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 { 348 {
349 "swarming": { 349 "swarming": {
350 "can_use_on_swarming_builders": true 350 "can_use_on_swarming_builders": true
351 }, 351 },
352 "test": "url_unittests" 352 "test": "url_unittests"
353 }, 353 },
354 { 354 {
355 "test": "views_unittests" 355 "test": "views_unittests"
356 }, 356 },
357 { 357 {
358 "swarming": {
359 "can_use_on_swarming_builders": true
360 },
358 "test": "wm_unittests" 361 "test": "wm_unittests"
359 } 362 }
360 ] 363 ]
361 }, 364 },
362 "Linux ChromiumOS Tests (1)": { 365 "Linux ChromiumOS Tests (1)": {
363 "gtest_tests": [ 366 "gtest_tests": [
364 { 367 {
365 "swarming": { 368 "swarming": {
366 "can_use_on_swarming_builders": true 369 "can_use_on_swarming_builders": true
367 }, 370 },
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 { 599 {
597 "swarming": { 600 "swarming": {
598 "can_use_on_swarming_builders": true 601 "can_use_on_swarming_builders": true
599 }, 602 },
600 "test": "url_unittests" 603 "test": "url_unittests"
601 }, 604 },
602 { 605 {
603 "test": "views_unittests" 606 "test": "views_unittests"
604 }, 607 },
605 { 608 {
609 "swarming": {
610 "can_use_on_swarming_builders": true
611 },
606 "test": "wm_unittests" 612 "test": "wm_unittests"
607 } 613 }
608 ] 614 ]
609 }, 615 },
610 "Linux ChromiumOS Tests (dbg)(1)": { 616 "Linux ChromiumOS Tests (dbg)(1)": {
611 "gtest_tests": [ 617 "gtest_tests": [
612 { 618 {
613 "swarming": { 619 "swarming": {
614 "can_use_on_swarming_builders": true 620 "can_use_on_swarming_builders": true
615 }, 621 },
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 { 849 {
844 "swarming": { 850 "swarming": {
845 "can_use_on_swarming_builders": true 851 "can_use_on_swarming_builders": true
846 }, 852 },
847 "test": "url_unittests" 853 "test": "url_unittests"
848 }, 854 },
849 { 855 {
850 "test": "views_unittests" 856 "test": "views_unittests"
851 }, 857 },
852 { 858 {
859 "swarming": {
860 "can_use_on_swarming_builders": true
861 },
853 "test": "wm_unittests" 862 "test": "wm_unittests"
854 } 863 }
855 ] 864 ]
856 } 865 }
857 } 866 }
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