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

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

Issue 1199813007: Convert base_unittests to Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ash_unittests
Patch Set: rebase on 1195663002 Created 5 years, 6 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
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 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "app_list_unittests" 14 "test": "app_list_unittests"
15 }, 15 },
16 { 16 {
17 "test": "aura_unittests" 17 "test": "aura_unittests"
18 }, 18 },
19 { 19 {
20 "swarming": {
21 "can_use_on_swarming_builders": true
22 },
20 "test": "base_unittests" 23 "test": "base_unittests"
21 }, 24 },
22 { 25 {
23 "swarming": { 26 "swarming": {
24 "can_use_on_swarming_builders": true, 27 "can_use_on_swarming_builders": true,
25 "shards": 5 28 "shards": 5
26 }, 29 },
27 "test": "browser_tests" 30 "test": "browser_tests"
28 }, 31 },
29 { 32 {
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 { 184 {
182 "swarming": { 185 "swarming": {
183 "can_use_on_swarming_builders": true 186 "can_use_on_swarming_builders": true
184 }, 187 },
185 "test": "app_list_unittests" 188 "test": "app_list_unittests"
186 }, 189 },
187 { 190 {
188 "test": "aura_unittests" 191 "test": "aura_unittests"
189 }, 192 },
190 { 193 {
194 "swarming": {
195 "can_use_on_swarming_builders": true
196 },
191 "test": "base_unittests" 197 "test": "base_unittests"
192 }, 198 },
193 { 199 {
194 "swarming": { 200 "swarming": {
195 "can_use_on_swarming_builders": true, 201 "can_use_on_swarming_builders": true,
196 "shards": 5 202 "shards": 5
197 }, 203 },
198 "test": "browser_tests" 204 "test": "browser_tests"
199 }, 205 },
200 { 206 {
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 }, 505 },
500 { 506 {
501 "test": "views_unittests" 507 "test": "views_unittests"
502 }, 508 },
503 { 509 {
504 "test": "wm_unittests" 510 "test": "wm_unittests"
505 } 511 }
506 ] 512 ]
507 } 513 }
508 } 514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698