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

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

Issue 897023002: Enable swarming for base_unittests on Linux MSan. (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 | « 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 MSan Tests": { 2 "Linux MSan Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "base_unittests", 7 {
8 "test": "base_unittests",
9 "swarming": {
10 "can_use_on_swarming_builders": true
11 }
12 },
8 "cacheinvalidation_unittests", 13 "cacheinvalidation_unittests",
9 "cast_unittests", 14 "cast_unittests",
10 "cc_unittests", 15 "cc_unittests",
11 "chromedriver_unittests", 16 "chromedriver_unittests",
12 "components_unittests", 17 "components_unittests",
13 "content_browsertests", 18 "content_browsertests",
14 "content_unittests", 19 "content_unittests",
15 "crypto_unittests", 20 "crypto_unittests",
16 "dbus_unittests", 21 "dbus_unittests",
17 "device_unittests", 22 "device_unittests",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "gtest_tests": [ 131 "gtest_tests": [
127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 132 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
128 ] 133 ]
129 }, 134 },
130 "Linux ChromeOS MSan Browser (3)": { 135 "Linux ChromeOS MSan Browser (3)": {
131 "gtest_tests": [ 136 "gtest_tests": [
132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 137 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
133 ] 138 ]
134 } 139 }
135 } 140 }
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