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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 601403004: Do not run extensions_unittests on memory trybot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "test": "base_unittests", 5 "test": "base_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 17 matching lines...) Expand all
28 "swarming": { 28 "swarming": {
29 "can_use_on_swarming_builders": true 29 "can_use_on_swarming_builders": true
30 } 30 }
31 }, 31 },
32 "crypto_unittests", 32 "crypto_unittests",
33 "device_unittests", 33 "device_unittests",
34 { 34 {
35 "test": "display_unittests", 35 "test": "display_unittests",
36 "platforms": ["linux"] 36 "platforms": ["linux"]
37 }, 37 },
38 {
39 "test": "extensions_unittests",
40 "platforms": ["linux", "win", "mac"]
41 },
42 "gcm_unit_tests", 38 "gcm_unit_tests",
43 "gfx_unittests", 39 "gfx_unittests",
44 "google_apis_unittests", 40 "google_apis_unittests",
45 "gpu_unittests", 41 "gpu_unittests",
46 { 42 {
47 "test": "interactive_ui_tests", 43 "test": "interactive_ui_tests",
48 "swarming": { 44 "swarming": {
49 "can_use_on_swarming_builders": true, 45 "can_use_on_swarming_builders": true,
50 "shards": 3 46 "shards": 3
51 } 47 }
(...skipping 20 matching lines...) Expand all
72 { 68 {
73 "test": "unit_tests", 69 "test": "unit_tests",
74 "swarming": { 70 "swarming": {
75 "can_use_on_swarming_builders": true, 71 "can_use_on_swarming_builders": true,
76 "shards": 2 72 "shards": 2
77 } 73 }
78 }, 74 },
79 "url_unittests" 75 "url_unittests"
80 ] 76 ]
81 } 77 }
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