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

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

Issue 1212523004: Convert ui_touch_selection_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ui_base_unittests
Patch Set: Created 5 years, 5 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.fyi.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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 { 362 {
363 "swarming": { 363 "swarming": {
364 "can_use_on_swarming_builders": true 364 "can_use_on_swarming_builders": true
365 }, 365 },
366 "test": "ui_base_unittests" 366 "test": "ui_base_unittests"
367 }, 367 },
368 { 368 {
369 "test": "ui_chromeos_unittests" 369 "test": "ui_chromeos_unittests"
370 }, 370 },
371 { 371 {
372 "swarming": {
373 "can_use_on_swarming_builders": true
374 },
372 "test": "ui_touch_selection_unittests" 375 "test": "ui_touch_selection_unittests"
373 }, 376 },
374 { 377 {
375 "swarming": { 378 "swarming": {
376 "can_use_on_swarming_builders": true, 379 "can_use_on_swarming_builders": true,
377 "shards": 2 380 "shards": 2
378 }, 381 },
379 "test": "unit_tests" 382 "test": "unit_tests"
380 }, 383 },
381 { 384 {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
508 }, 511 },
509 "test": "unit_tests" 512 "test": "unit_tests"
510 }, 513 },
511 { 514 {
512 "test": "url_unittests" 515 "test": "url_unittests"
513 } 516 }
514 ] 517 ]
515 } 518 }
516 } 519 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698