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

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

Issue 1104983002: Increase number of interactive_ui_tests shards 1 -> 3 on chromium.memory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | no next file » | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "test": "gfx_unittests" 69 "test": "gfx_unittests"
70 }, 70 },
71 { 71 {
72 "test": "google_apis_unittests" 72 "test": "google_apis_unittests"
73 }, 73 },
74 { 74 {
75 "test": "gpu_unittests" 75 "test": "gpu_unittests"
76 }, 76 },
77 { 77 {
78 "swarming": { 78 "swarming": {
79 "can_use_on_swarming_builders": true 79 "can_use_on_swarming_builders": true,
80 "shards": 3
80 }, 81 },
81 "test": "interactive_ui_tests" 82 "test": "interactive_ui_tests"
82 }, 83 },
83 { 84 {
84 "test": "ipc_tests" 85 "test": "ipc_tests"
85 }, 86 },
86 { 87 {
87 "test": "jingle_unittests" 88 "test": "jingle_unittests"
88 }, 89 },
89 { 90 {
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 }, 518 },
518 { 519 {
519 "test": "ui_base_unittests" 520 "test": "ui_base_unittests"
520 }, 521 },
521 { 522 {
522 "test": "url_unittests" 523 "test": "url_unittests"
523 } 524 }
524 ] 525 ]
525 } 526 }
526 } 527 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698