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

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

Issue 1200263002: Convert content_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7b_content_browsertests
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 | « testing/buildbot/chromium.memory.fyi.json ('k') | no next file » | 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }, 62 },
63 "test": "content_browsertests" 63 "test": "content_browsertests"
64 }, 64 },
65 { 65 {
66 "swarming": { 66 "swarming": {
67 "can_use_on_swarming_builders": true 67 "can_use_on_swarming_builders": true
68 }, 68 },
69 "test": "content_unittests" 69 "test": "content_unittests"
70 }, 70 },
71 { 71 {
72 "swarming": {
73 "can_use_on_swarming_builders": true
74 },
72 "test": "content_unittests" 75 "test": "content_unittests"
73 }, 76 },
74 { 77 {
75 "swarming": { 78 "swarming": {
76 "can_use_on_swarming_builders": true 79 "can_use_on_swarming_builders": true
77 }, 80 },
78 "test": "crypto_unittests" 81 "test": "crypto_unittests"
79 }, 82 },
80 { 83 {
81 "test": "dbus_unittests" 84 "test": "dbus_unittests"
(...skipping 979 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
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698