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.chromiumos.json

Issue 1179083002: Revert of Mark ui_base_unittests target to be used on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 },
148 "test": "ui_base_unittests" 145 "test": "ui_base_unittests"
149 }, 146 },
150 { 147 {
151 "test": "ui_chromeos_unittests" 148 "test": "ui_chromeos_unittests"
152 }, 149 },
153 { 150 {
154 "test": "ui_touch_selection_unittests" 151 "test": "ui_touch_selection_unittests"
155 }, 152 },
156 { 153 {
157 "swarming": { 154 "swarming": {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 { 317 {
321 "test": "skia_unittests" 318 "test": "skia_unittests"
322 }, 319 },
323 { 320 {
324 "test": "sql_unittests" 321 "test": "sql_unittests"
325 }, 322 },
326 { 323 {
327 "test": "sync_unit_tests" 324 "test": "sync_unit_tests"
328 }, 325 },
329 { 326 {
330 "swarming": {
331 "can_use_on_swarming_builders": true
332 },
333 "test": "ui_base_unittests" 327 "test": "ui_base_unittests"
334 }, 328 },
335 { 329 {
336 "test": "ui_chromeos_unittests" 330 "test": "ui_chromeos_unittests"
337 }, 331 },
338 { 332 {
339 "test": "ui_touch_selection_unittests" 333 "test": "ui_touch_selection_unittests"
340 }, 334 },
341 { 335 {
342 "swarming": { 336 "swarming": {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 { 498 {
505 "test": "skia_unittests" 499 "test": "skia_unittests"
506 }, 500 },
507 { 501 {
508 "test": "sql_unittests" 502 "test": "sql_unittests"
509 }, 503 },
510 { 504 {
511 "test": "sync_unit_tests" 505 "test": "sync_unit_tests"
512 }, 506 },
513 { 507 {
514 "swarming": {
515 "can_use_on_swarming_builders": true
516 },
517 "test": "ui_base_unittests" 508 "test": "ui_base_unittests"
518 }, 509 },
519 { 510 {
520 "test": "ui_chromeos_unittests" 511 "test": "ui_chromeos_unittests"
521 }, 512 },
522 { 513 {
523 "test": "ui_touch_selection_unittests" 514 "test": "ui_touch_selection_unittests"
524 }, 515 },
525 { 516 {
526 "swarming": { 517 "swarming": {
527 "can_use_on_swarming_builders": true 518 "can_use_on_swarming_builders": true
528 }, 519 },
529 "test": "unit_tests" 520 "test": "unit_tests"
530 }, 521 },
531 { 522 {
532 "test": "url_unittests" 523 "test": "url_unittests"
533 }, 524 },
534 { 525 {
535 "test": "views_unittests" 526 "test": "views_unittests"
536 }, 527 },
537 { 528 {
538 "test": "wm_unittests" 529 "test": "wm_unittests"
539 } 530 }
540 ] 531 ]
541 } 532 }
542 } 533 }
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