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

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: Blacklist Linux GN (dbg) 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
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/manage.py » ('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 "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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 { 187 {
185 "swarming": { 188 "swarming": {
186 "can_use_on_swarming_builders": true 189 "can_use_on_swarming_builders": true
187 }, 190 },
188 "test": "app_list_unittests" 191 "test": "app_list_unittests"
189 }, 192 },
190 { 193 {
191 "test": "aura_unittests" 194 "test": "aura_unittests"
192 }, 195 },
193 { 196 {
197 "swarming": {
198 "can_use_on_swarming_builders": true
199 },
194 "test": "base_unittests" 200 "test": "base_unittests"
195 }, 201 },
196 { 202 {
197 "swarming": { 203 "swarming": {
198 "can_use_on_swarming_builders": true, 204 "can_use_on_swarming_builders": true,
199 "shards": 5 205 "shards": 5
200 }, 206 },
201 "test": "browser_tests" 207 "test": "browser_tests"
202 }, 208 },
203 { 209 {
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 514 },
509 { 515 {
510 "test": "views_unittests" 516 "test": "views_unittests"
511 }, 517 },
512 { 518 {
513 "test": "wm_unittests" 519 "test": "wm_unittests"
514 } 520 }
515 ] 521 ]
516 } 522 }
517 } 523 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698