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

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

Issue 1205593004: Convert cc_unittests to always run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_cast_unittests
Patch Set: 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 12 matching lines...) Expand all
23 { 23 {
24 "test": "cacheinvalidation_unittests" 24 "test": "cacheinvalidation_unittests"
25 }, 25 },
26 { 26 {
27 "swarming": { 27 "swarming": {
28 "can_use_on_swarming_builders": true 28 "can_use_on_swarming_builders": true
29 }, 29 },
30 "test": "cast_unittests" 30 "test": "cast_unittests"
31 }, 31 },
32 { 32 {
33 "swarming": {
34 "can_use_on_swarming_builders": true
35 },
33 "test": "cc_unittests" 36 "test": "cc_unittests"
34 }, 37 },
35 { 38 {
36 "swarming": { 39 "swarming": {
37 "can_use_on_swarming_builders": true 40 "can_use_on_swarming_builders": true
38 }, 41 },
39 "test": "components_unittests" 42 "test": "components_unittests"
40 }, 43 },
41 { 44 {
42 "swarming": { 45 "swarming": {
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "swarming": { 362 "swarming": {
360 "can_use_on_swarming_builders": true, 363 "can_use_on_swarming_builders": true,
361 "shards": 20 364 "shards": 20
362 }, 365 },
363 "test": "browser_tests" 366 "test": "browser_tests"
364 }, 367 },
365 { 368 {
366 "test": "cacheinvalidation_unittests" 369 "test": "cacheinvalidation_unittests"
367 }, 370 },
368 { 371 {
372 "swarming": {
373 "can_use_on_swarming_builders": true
374 },
369 "test": "cc_unittests" 375 "test": "cc_unittests"
370 }, 376 },
371 { 377 {
372 "test": "chromedriver_unittests" 378 "test": "chromedriver_unittests"
373 }, 379 },
374 { 380 {
375 "swarming": { 381 "swarming": {
376 "can_use_on_swarming_builders": true 382 "can_use_on_swarming_builders": true
377 }, 383 },
378 "test": "components_unittests" 384 "test": "components_unittests"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "can_use_on_swarming_builders": true 459 "can_use_on_swarming_builders": true
454 }, 460 },
455 "test": "unit_tests" 461 "test": "unit_tests"
456 }, 462 },
457 { 463 {
458 "test": "url_unittests" 464 "test": "url_unittests"
459 } 465 }
460 ] 466 ]
461 } 467 }
462 } 468 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698