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

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

Issue 1647713003: MSAN: Increase the number of shards to use for browser_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 10 Created 4 years, 10 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 ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 10 matching lines...) Expand all
21 }, 21 },
22 { 22 {
23 "swarming": { 23 "swarming": {
24 "can_use_on_swarming_builders": true 24 "can_use_on_swarming_builders": true
25 }, 25 },
26 "test": "base_unittests" 26 "test": "base_unittests"
27 }, 27 },
28 { 28 {
29 "swarming": { 29 "swarming": {
30 "can_use_on_swarming_builders": true, 30 "can_use_on_swarming_builders": true,
31 "shards": 5 31 "shards": 10
32 }, 32 },
33 "test": "browser_tests" 33 "test": "browser_tests"
34 }, 34 },
35 { 35 {
36 "swarming": { 36 "swarming": {
37 "can_use_on_swarming_builders": true 37 "can_use_on_swarming_builders": true
38 }, 38 },
39 "test": "cacheinvalidation_unittests" 39 "test": "cacheinvalidation_unittests"
40 }, 40 },
41 { 41 {
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 }, 312 },
313 { 313 {
314 "swarming": { 314 "swarming": {
315 "can_use_on_swarming_builders": true 315 "can_use_on_swarming_builders": true
316 }, 316 },
317 "test": "base_unittests" 317 "test": "base_unittests"
318 }, 318 },
319 { 319 {
320 "swarming": { 320 "swarming": {
321 "can_use_on_swarming_builders": true, 321 "can_use_on_swarming_builders": true,
322 "shards": 5 322 "shards": 10
323 }, 323 },
324 "test": "browser_tests" 324 "test": "browser_tests"
325 }, 325 },
326 { 326 {
327 "swarming": { 327 "swarming": {
328 "can_use_on_swarming_builders": true 328 "can_use_on_swarming_builders": true
329 }, 329 },
330 "test": "cacheinvalidation_unittests" 330 "test": "cacheinvalidation_unittests"
331 }, 331 },
332 { 332 {
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 "test": "gpu_unittests" 927 "test": "gpu_unittests"
928 }, 928 },
929 { 929 {
930 "shard_index": 2, 930 "shard_index": 2,
931 "test": "unit_tests", 931 "test": "unit_tests",
932 "total_shards": 3 932 "total_shards": 3
933 } 933 }
934 ] 934 ]
935 } 935 }
936 } 936 }
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