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

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

Issue 875353004: Isolate crypto_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.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 "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 27 matching lines...) Expand all
38 "swarming": { 38 "swarming": {
39 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
40 } 40 }
41 }, 41 },
42 { 42 {
43 "test": "content_unittests", 43 "test": "content_unittests",
44 "swarming": { 44 "swarming": {
45 "can_use_on_swarming_builders": true 45 "can_use_on_swarming_builders": true
46 } 46 }
47 }, 47 },
48 "crypto_unittests", 48 {
49 "test": "crypto_unittests",
50 "swarming": {
51 "can_use_on_swarming_builders": true
52 }
53 },
49 "device_unittests", 54 "device_unittests",
50 { 55 {
51 "test": "display_unittests", 56 "test": "display_unittests",
52 "platforms": ["linux"] 57 "platforms": ["linux"]
53 }, 58 },
54 "extensions_unittests", 59 "extensions_unittests",
55 "gcm_unit_tests", 60 "gcm_unit_tests",
56 "gfx_unittests", 61 "gfx_unittests",
57 "google_apis_unittests", 62 "google_apis_unittests",
58 { 63 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 { 102 {
98 "test": "unit_tests", 103 "test": "unit_tests",
99 "swarming": { 104 "swarming": {
100 "can_use_on_swarming_builders": true, 105 "can_use_on_swarming_builders": true,
101 "shards": 2 106 "shards": 2
102 } 107 }
103 }, 108 },
104 "url_unittests" 109 "url_unittests"
105 ] 110 ]
106 } 111 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698