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

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

Issue 1214633003: Convert cacheinvalidation_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_jingle_unittests
Patch Set: fix path typo 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 | « 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 "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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 }, 145 },
146 "test": "aura_unittests" 146 "test": "aura_unittests"
147 }, 147 },
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 "swarming": {
156 "can_use_on_swarming_builders": true
157 },
155 "test": "cacheinvalidation_unittests" 158 "test": "cacheinvalidation_unittests"
156 }, 159 },
157 { 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": {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "test": "base_unittests" 383 "test": "base_unittests"
381 }, 384 },
382 { 385 {
383 "swarming": { 386 "swarming": {
384 "can_use_on_swarming_builders": true, 387 "can_use_on_swarming_builders": true,
385 "shards": 5 388 "shards": 5
386 }, 389 },
387 "test": "browser_tests" 390 "test": "browser_tests"
388 }, 391 },
389 { 392 {
393 "swarming": {
394 "can_use_on_swarming_builders": true
395 },
390 "test": "cacheinvalidation_unittests" 396 "test": "cacheinvalidation_unittests"
391 }, 397 },
392 { 398 {
393 "test": "chromeos_unittests" 399 "test": "chromeos_unittests"
394 }, 400 },
395 { 401 {
396 "test": "chromevox_tests" 402 "test": "chromevox_tests"
397 }, 403 },
398 { 404 {
399 "swarming": { 405 "swarming": {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "test": "base_unittests" 619 "test": "base_unittests"
614 }, 620 },
615 { 621 {
616 "swarming": { 622 "swarming": {
617 "can_use_on_swarming_builders": true, 623 "can_use_on_swarming_builders": true,
618 "shards": 10 624 "shards": 10
619 }, 625 },
620 "test": "browser_tests" 626 "test": "browser_tests"
621 }, 627 },
622 { 628 {
629 "swarming": {
630 "can_use_on_swarming_builders": true
631 },
623 "test": "cacheinvalidation_unittests" 632 "test": "cacheinvalidation_unittests"
624 }, 633 },
625 { 634 {
626 "test": "chromeos_unittests" 635 "test": "chromeos_unittests"
627 }, 636 },
628 { 637 {
629 "swarming": { 638 "swarming": {
630 "can_use_on_swarming_builders": true 639 "can_use_on_swarming_builders": true
631 }, 640 },
632 "test": "components_unittests" 641 "test": "components_unittests"
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 }, 812 },
804 { 813 {
805 "test": "views_unittests" 814 "test": "views_unittests"
806 }, 815 },
807 { 816 {
808 "test": "wm_unittests" 817 "test": "wm_unittests"
809 } 818 }
810 ] 819 ]
811 } 820 }
812 } 821 }
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