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

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

Issue 1052723002: Convert components_unittests to Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_isolates
Patch Set: Rebased Created 5 years, 6 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 { 139 {
140 "test": "cacheinvalidation_unittests" 140 "test": "cacheinvalidation_unittests"
141 }, 141 },
142 { 142 {
143 "test": "chromeos_unittests" 143 "test": "chromeos_unittests"
144 }, 144 },
145 { 145 {
146 "test": "chromevox_tests" 146 "test": "chromevox_tests"
147 }, 147 },
148 { 148 {
149 "swarming": {
150 "can_use_on_swarming_builders": true
151 },
149 "test": "components_unittests" 152 "test": "components_unittests"
150 }, 153 },
151 { 154 {
152 "swarming": { 155 "swarming": {
153 "can_use_on_swarming_builders": true, 156 "can_use_on_swarming_builders": true,
154 "shards": 2 157 "shards": 2
155 }, 158 },
156 "test": "content_browsertests" 159 "test": "content_browsertests"
157 }, 160 },
158 { 161 {
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 { 329 {
327 "test": "cacheinvalidation_unittests" 330 "test": "cacheinvalidation_unittests"
328 }, 331 },
329 { 332 {
330 "test": "chromeos_unittests" 333 "test": "chromeos_unittests"
331 }, 334 },
332 { 335 {
333 "test": "chromevox_tests" 336 "test": "chromevox_tests"
334 }, 337 },
335 { 338 {
339 "swarming": {
340 "can_use_on_swarming_builders": true
341 },
336 "test": "components_unittests" 342 "test": "components_unittests"
337 }, 343 },
338 { 344 {
339 "test": "compositor_unittests" 345 "test": "compositor_unittests"
340 }, 346 },
341 { 347 {
342 "swarming": { 348 "swarming": {
343 "can_use_on_swarming_builders": true 349 "can_use_on_swarming_builders": true
344 }, 350 },
345 "test": "content_browsertests" 351 "test": "content_browsertests"
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 }, 517 },
512 "test": "browser_tests" 518 "test": "browser_tests"
513 }, 519 },
514 { 520 {
515 "test": "cacheinvalidation_unittests" 521 "test": "cacheinvalidation_unittests"
516 }, 522 },
517 { 523 {
518 "test": "chromeos_unittests" 524 "test": "chromeos_unittests"
519 }, 525 },
520 { 526 {
527 "swarming": {
528 "can_use_on_swarming_builders": true
529 },
521 "test": "components_unittests" 530 "test": "components_unittests"
522 }, 531 },
523 { 532 {
524 "test": "compositor_unittests" 533 "test": "compositor_unittests"
525 }, 534 },
526 { 535 {
527 "swarming": { 536 "swarming": {
528 "can_use_on_swarming_builders": true, 537 "can_use_on_swarming_builders": true,
529 "shards": 2 538 "shards": 2
530 }, 539 },
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 }, 662 },
654 { 663 {
655 "test": "views_unittests" 664 "test": "views_unittests"
656 }, 665 },
657 { 666 {
658 "test": "wm_unittests" 667 "test": "wm_unittests"
659 } 668 }
660 ] 669 ]
661 } 670 }
662 } 671 }
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