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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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 | « no previous file | testing/buildbot/chromium.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 ChromiumOS Ozone Tests (1)": { 2 "Linux ChromiumOS Ozone 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 { 135 {
136 "test": "skia_unittests" 136 "test": "skia_unittests"
137 }, 137 },
138 { 138 {
139 "test": "sql_unittests" 139 "test": "sql_unittests"
140 }, 140 },
141 { 141 {
142 "test": "sync_unit_tests" 142 "test": "sync_unit_tests"
143 }, 143 },
144 { 144 {
145 "swarming": {
146 "can_use_on_swarming_builders": true
147 },
145 "test": "ui_base_unittests" 148 "test": "ui_base_unittests"
146 }, 149 },
147 { 150 {
148 "test": "ui_chromeos_unittests" 151 "test": "ui_chromeos_unittests"
149 }, 152 },
150 { 153 {
151 "test": "ui_touch_selection_unittests" 154 "test": "ui_touch_selection_unittests"
152 }, 155 },
153 { 156 {
154 "swarming": { 157 "swarming": {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 { 320 {
318 "test": "skia_unittests" 321 "test": "skia_unittests"
319 }, 322 },
320 { 323 {
321 "test": "sql_unittests" 324 "test": "sql_unittests"
322 }, 325 },
323 { 326 {
324 "test": "sync_unit_tests" 327 "test": "sync_unit_tests"
325 }, 328 },
326 { 329 {
330 "swarming": {
331 "can_use_on_swarming_builders": true
332 },
327 "test": "ui_base_unittests" 333 "test": "ui_base_unittests"
328 }, 334 },
329 { 335 {
330 "test": "ui_chromeos_unittests" 336 "test": "ui_chromeos_unittests"
331 }, 337 },
332 { 338 {
333 "test": "ui_touch_selection_unittests" 339 "test": "ui_touch_selection_unittests"
334 }, 340 },
335 { 341 {
336 "swarming": { 342 "swarming": {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 { 504 {
499 "test": "skia_unittests" 505 "test": "skia_unittests"
500 }, 506 },
501 { 507 {
502 "test": "sql_unittests" 508 "test": "sql_unittests"
503 }, 509 },
504 { 510 {
505 "test": "sync_unit_tests" 511 "test": "sync_unit_tests"
506 }, 512 },
507 { 513 {
514 "swarming": {
515 "can_use_on_swarming_builders": true
516 },
508 "test": "ui_base_unittests" 517 "test": "ui_base_unittests"
509 }, 518 },
510 { 519 {
511 "test": "ui_chromeos_unittests" 520 "test": "ui_chromeos_unittests"
512 }, 521 },
513 { 522 {
514 "test": "ui_touch_selection_unittests" 523 "test": "ui_touch_selection_unittests"
515 }, 524 },
516 { 525 {
517 "swarming": { 526 "swarming": {
518 "can_use_on_swarming_builders": true 527 "can_use_on_swarming_builders": true
519 }, 528 },
520 "test": "unit_tests" 529 "test": "unit_tests"
521 }, 530 },
522 { 531 {
523 "test": "url_unittests" 532 "test": "url_unittests"
524 }, 533 },
525 { 534 {
526 "test": "views_unittests" 535 "test": "views_unittests"
527 }, 536 },
528 { 537 {
529 "test": "wm_unittests" 538 "test": "wm_unittests"
530 } 539 }
531 ] 540 ]
532 } 541 }
533 } 542 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698