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

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

Issue 1063603002: Mark ui_base_unittests target to be used on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: m-a Created 5 years, 8 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/chromium.webkit.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 "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 {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 { 141 {
142 "test": "skia_unittests" 142 "test": "skia_unittests"
143 }, 143 },
144 { 144 {
145 "test": "sql_unittests" 145 "test": "sql_unittests"
146 }, 146 },
147 { 147 {
148 "test": "sync_unit_tests" 148 "test": "sync_unit_tests"
149 }, 149 },
150 { 150 {
151 "swarming": {
152 "can_use_on_swarming_builders": true
153 },
151 "test": "ui_base_unittests" 154 "test": "ui_base_unittests"
152 }, 155 },
153 { 156 {
154 "test": "unit_tests" 157 "test": "unit_tests"
155 }, 158 },
156 { 159 {
157 "test": "url_unittests" 160 "test": "url_unittests"
158 }, 161 },
159 { 162 {
160 "test": "views_unittests" 163 "test": "views_unittests"
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 { 308 {
306 "test": "skia_unittests" 309 "test": "skia_unittests"
307 }, 310 },
308 { 311 {
309 "test": "sql_unittests" 312 "test": "sql_unittests"
310 }, 313 },
311 { 314 {
312 "test": "sync_unit_tests" 315 "test": "sync_unit_tests"
313 }, 316 },
314 { 317 {
318 "swarming": {
319 "can_use_on_swarming_builders": true
320 },
315 "test": "ui_base_unittests" 321 "test": "ui_base_unittests"
316 }, 322 },
317 { 323 {
318 "test": "ui_touch_selection_unittests" 324 "test": "ui_touch_selection_unittests"
319 }, 325 },
320 { 326 {
321 "test": "unit_tests" 327 "test": "unit_tests"
322 }, 328 },
323 { 329 {
324 "test": "url_unittests" 330 "test": "url_unittests"
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 { 457 {
452 "test": "skia_unittests" 458 "test": "skia_unittests"
453 }, 459 },
454 { 460 {
455 "test": "sql_unittests" 461 "test": "sql_unittests"
456 }, 462 },
457 { 463 {
458 "test": "sync_unit_tests" 464 "test": "sync_unit_tests"
459 }, 465 },
460 { 466 {
467 "swarming": {
468 "can_use_on_swarming_builders": true
469 },
461 "test": "ui_base_unittests" 470 "test": "ui_base_unittests"
462 }, 471 },
463 { 472 {
464 "test": "ui_touch_selection_unittests" 473 "test": "ui_touch_selection_unittests"
465 }, 474 },
466 { 475 {
467 "swarming": { 476 "swarming": {
468 "can_use_on_swarming_builders": true, 477 "can_use_on_swarming_builders": true,
469 "shards": 2 478 "shards": 2
470 }, 479 },
471 "test": "unit_tests" 480 "test": "unit_tests"
472 }, 481 },
473 { 482 {
474 "test": "url_unittests" 483 "test": "url_unittests"
475 }, 484 },
476 { 485 {
477 "test": "views_unittests" 486 "test": "views_unittests"
478 }, 487 },
479 { 488 {
480 "test": "wm_unittests" 489 "test": "wm_unittests"
481 } 490 }
482 ] 491 ]
483 } 492 }
484 } 493 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698