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

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

Issue 1219123002: Convert chromeos_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chromeos/chromeos_unittests.isolate ('k') | testing/buildbot/chromium.memory.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 { 148 {
149 "swarming": { 149 "swarming": {
150 "can_use_on_swarming_builders": true 150 "can_use_on_swarming_builders": true
151 }, 151 },
152 "test": "base_unittests" 152 "test": "base_unittests"
153 }, 153 },
154 { 154 {
155 "test": "cacheinvalidation_unittests" 155 "test": "cacheinvalidation_unittests"
156 }, 156 },
157 { 157 {
158 "swarming": {
159 "can_use_on_swarming_builders": true
160 },
158 "test": "chromeos_unittests" 161 "test": "chromeos_unittests"
159 }, 162 },
160 { 163 {
161 "test": "chromevox_tests" 164 "test": "chromevox_tests"
162 }, 165 },
163 { 166 {
164 "swarming": { 167 "swarming": {
165 "can_use_on_swarming_builders": true 168 "can_use_on_swarming_builders": true
166 }, 169 },
167 "test": "components_unittests" 170 "test": "components_unittests"
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "swarming": { 392 "swarming": {
390 "can_use_on_swarming_builders": true, 393 "can_use_on_swarming_builders": true,
391 "shards": 5 394 "shards": 5
392 }, 395 },
393 "test": "browser_tests" 396 "test": "browser_tests"
394 }, 397 },
395 { 398 {
396 "test": "cacheinvalidation_unittests" 399 "test": "cacheinvalidation_unittests"
397 }, 400 },
398 { 401 {
402 "swarming": {
403 "can_use_on_swarming_builders": true
404 },
399 "test": "chromeos_unittests" 405 "test": "chromeos_unittests"
400 }, 406 },
401 { 407 {
402 "test": "chromevox_tests" 408 "test": "chromevox_tests"
403 }, 409 },
404 { 410 {
405 "swarming": { 411 "swarming": {
406 "can_use_on_swarming_builders": true 412 "can_use_on_swarming_builders": true
407 }, 413 },
408 "test": "components_unittests" 414 "test": "components_unittests"
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "swarming": { 634 "swarming": {
629 "can_use_on_swarming_builders": true, 635 "can_use_on_swarming_builders": true,
630 "shards": 10 636 "shards": 10
631 }, 637 },
632 "test": "browser_tests" 638 "test": "browser_tests"
633 }, 639 },
634 { 640 {
635 "test": "cacheinvalidation_unittests" 641 "test": "cacheinvalidation_unittests"
636 }, 642 },
637 { 643 {
644 "swarming": {
645 "can_use_on_swarming_builders": true
646 },
638 "test": "chromeos_unittests" 647 "test": "chromeos_unittests"
639 }, 648 },
640 { 649 {
641 "swarming": { 650 "swarming": {
642 "can_use_on_swarming_builders": true 651 "can_use_on_swarming_builders": true
643 }, 652 },
644 "test": "components_unittests" 653 "test": "components_unittests"
645 }, 654 },
646 { 655 {
647 "test": "compositor_unittests" 656 "test": "compositor_unittests"
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 }, 830 },
822 { 831 {
823 "test": "views_unittests" 832 "test": "views_unittests"
824 }, 833 },
825 { 834 {
826 "test": "wm_unittests" 835 "test": "wm_unittests"
827 } 836 }
828 ] 837 ]
829 } 838 }
830 } 839 }
OLDNEW
« no previous file with comments | « chromeos/chromeos_unittests.isolate ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698