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

Side by Side Diff: testing/buildbot/chromium.memory.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.linux.json ('k') | testing/buildbot/chromium.memory.fyi.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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 "test": "skia_unittests" 112 "test": "skia_unittests"
113 }, 113 },
114 { 114 {
115 "test": "sql_unittests" 115 "test": "sql_unittests"
116 }, 116 },
117 { 117 {
118 "test": "sync_unit_tests" 118 "test": "sync_unit_tests"
119 }, 119 },
120 { 120 {
121 "swarming": {
122 "can_use_on_swarming_builders": true
123 },
121 "test": "ui_base_unittests" 124 "test": "ui_base_unittests"
122 }, 125 },
123 { 126 {
124 "swarming": { 127 "swarming": {
125 "can_use_on_swarming_builders": true, 128 "can_use_on_swarming_builders": true,
126 "shards": 2 129 "shards": 2
127 }, 130 },
128 "test": "unit_tests" 131 "test": "unit_tests"
129 }, 132 },
130 { 133 {
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 { 292 {
290 "test": "skia_unittests" 293 "test": "skia_unittests"
291 }, 294 },
292 { 295 {
293 "test": "sql_unittests" 296 "test": "sql_unittests"
294 }, 297 },
295 { 298 {
296 "test": "sync_unit_tests" 299 "test": "sync_unit_tests"
297 }, 300 },
298 { 301 {
302 "swarming": {
303 "can_use_on_swarming_builders": true
304 },
299 "test": "ui_base_unittests" 305 "test": "ui_base_unittests"
300 }, 306 },
301 { 307 {
302 "test": "ui_chromeos_unittests" 308 "test": "ui_chromeos_unittests"
303 }, 309 },
304 { 310 {
305 "test": "ui_touch_selection_unittests" 311 "test": "ui_touch_selection_unittests"
306 }, 312 },
307 { 313 {
308 "swarming": { 314 "swarming": {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 { 414 {
409 "test": "skia_unittests" 415 "test": "skia_unittests"
410 }, 416 },
411 { 417 {
412 "test": "sql_unittests" 418 "test": "sql_unittests"
413 }, 419 },
414 { 420 {
415 "test": "sync_unit_tests" 421 "test": "sync_unit_tests"
416 }, 422 },
417 { 423 {
424 "swarming": {
425 "can_use_on_swarming_builders": true
426 },
418 "test": "ui_base_unittests" 427 "test": "ui_base_unittests"
419 }, 428 },
420 { 429 {
421 "swarming": { 430 "swarming": {
422 "can_use_on_swarming_builders": true 431 "can_use_on_swarming_builders": true
423 }, 432 },
424 "test": "unit_tests" 433 "test": "unit_tests"
425 }, 434 },
426 { 435 {
427 "test": "url_unittests" 436 "test": "url_unittests"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 { 518 {
510 "test": "remoting_unittests" 519 "test": "remoting_unittests"
511 }, 520 },
512 { 521 {
513 "test": "sql_unittests" 522 "test": "sql_unittests"
514 }, 523 },
515 { 524 {
516 "test": "sync_unit_tests" 525 "test": "sync_unit_tests"
517 }, 526 },
518 { 527 {
528 "swarming": {
529 "can_use_on_swarming_builders": true
530 },
519 "test": "ui_base_unittests" 531 "test": "ui_base_unittests"
520 }, 532 },
521 { 533 {
522 "test": "url_unittests" 534 "test": "url_unittests"
523 } 535 }
524 ] 536 ]
525 } 537 }
526 } 538 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698