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

Side by Side Diff: testing/buildbot/chromium.webkit.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.fyi.json ('k') | testing/buildbot/chromium.win.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 Tests (1)": { 2 "Linux ChromiumOS 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 { 146 {
147 "test": "skia_unittests" 147 "test": "skia_unittests"
148 }, 148 },
149 { 149 {
150 "test": "sql_unittests" 150 "test": "sql_unittests"
151 }, 151 },
152 { 152 {
153 "test": "sync_unit_tests" 153 "test": "sync_unit_tests"
154 }, 154 },
155 { 155 {
156 "swarming": {
157 "can_use_on_swarming_builders": true
158 },
156 "test": "ui_base_unittests" 159 "test": "ui_base_unittests"
157 }, 160 },
158 { 161 {
159 "test": "ui_touch_selection_unittests" 162 "test": "ui_touch_selection_unittests"
160 }, 163 },
161 { 164 {
162 "swarming": { 165 "swarming": {
163 "can_use_on_swarming_builders": true 166 "can_use_on_swarming_builders": true
164 }, 167 },
165 "test": "unit_tests" 168 "test": "unit_tests"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 { 324 {
322 "test": "skia_unittests" 325 "test": "skia_unittests"
323 }, 326 },
324 { 327 {
325 "test": "sql_unittests" 328 "test": "sql_unittests"
326 }, 329 },
327 { 330 {
328 "test": "sync_unit_tests" 331 "test": "sync_unit_tests"
329 }, 332 },
330 { 333 {
334 "swarming": {
335 "can_use_on_swarming_builders": true
336 },
331 "test": "ui_base_unittests" 337 "test": "ui_base_unittests"
332 }, 338 },
333 { 339 {
334 "test": "ui_touch_selection_unittests" 340 "test": "ui_touch_selection_unittests"
335 }, 341 },
336 { 342 {
337 "swarming": { 343 "swarming": {
338 "can_use_on_swarming_builders": true 344 "can_use_on_swarming_builders": true
339 }, 345 },
340 "test": "unit_tests" 346 "test": "unit_tests"
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "name": "webkit_lint", 902 "name": "webkit_lint",
897 "script": "webkit_lint.py" 903 "script": "webkit_lint.py"
898 }, 904 },
899 { 905 {
900 "name": "webkit_python_tests", 906 "name": "webkit_python_tests",
901 "script": "webkit_python_tests.py" 907 "script": "webkit_python_tests.py"
902 } 908 }
903 ] 909 ]
904 } 910 }
905 } 911 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698