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

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

Issue 1199813007: Convert base_unittests to Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ash_unittests
Patch Set: rebase on 1195663002 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
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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "sync_unit_tests", 484 "sync_unit_tests",
485 "ui_base_unittests", 485 "ui_base_unittests",
486 "ui_touch_selection_unittests", 486 "ui_touch_selection_unittests",
487 "unit_tests", 487 "unit_tests",
488 "url_unittests", 488 "url_unittests",
489 "views_unittests", 489 "views_unittests",
490 "wm_unittests" 490 "wm_unittests"
491 ], 491 ],
492 "gtest_tests": [ 492 "gtest_tests": [
493 { 493 {
494 "swarming": {
495 "can_use_on_swarming_builders": true
M-A Ruel 2015/06/23 17:49:54 Same question
Dirk Pranke 2015/06/23 19:17:57 This one needs to be blacklisted; the chromium.web
M-A Ruel 2015/06/23 19:26:59 Blacklisted 'Linux GN (dbg)'. 'Linux GN' was alrea
496 },
494 "test": "base_unittests" 497 "test": "base_unittests"
495 } 498 }
496 ] 499 ]
497 }, 500 },
498 "WebKit Linux": { 501 "WebKit Linux": {
499 "gtest_tests": [ 502 "gtest_tests": [
500 { 503 {
501 "test": "blink_heap_unittests" 504 "test": "blink_heap_unittests"
502 }, 505 },
503 { 506 {
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 "name": "webkit_lint", 1064 "name": "webkit_lint",
1062 "script": "webkit_lint.py" 1065 "script": "webkit_lint.py"
1063 }, 1066 },
1064 { 1067 {
1065 "name": "webkit_python_tests", 1068 "name": "webkit_python_tests",
1066 "script": "webkit_python_tests.py" 1069 "script": "webkit_python_tests.py"
1067 } 1070 }
1068 ] 1071 ]
1069 } 1072 }
1070 } 1073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698