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

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

Issue 1218023007: Convert app_shell_unittests to run on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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.linux.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 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "app_list_unittests" 14 "test": "app_list_unittests"
15 }, 15 },
16 { 16 {
17 "swarming": {
18 "can_use_on_swarming_builders": true
19 },
17 "test": "app_shell_unittests" 20 "test": "app_shell_unittests"
18 }, 21 },
19 { 22 {
20 "swarming": { 23 "swarming": {
21 "can_use_on_swarming_builders": true 24 "can_use_on_swarming_builders": true
22 }, 25 },
23 "test": "ash_unittests" 26 "test": "ash_unittests"
24 }, 27 },
25 { 28 {
26 "swarming": { 29 "swarming": {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 }, 240 },
238 "test": "accessibility_unittests" 241 "test": "accessibility_unittests"
239 }, 242 },
240 { 243 {
241 "swarming": { 244 "swarming": {
242 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
243 }, 246 },
244 "test": "app_list_unittests" 247 "test": "app_list_unittests"
245 }, 248 },
246 { 249 {
250 "swarming": {
251 "can_use_on_swarming_builders": true
252 },
247 "test": "app_shell_unittests" 253 "test": "app_shell_unittests"
248 }, 254 },
249 { 255 {
250 "swarming": { 256 "swarming": {
251 "can_use_on_swarming_builders": true 257 "can_use_on_swarming_builders": true
252 }, 258 },
253 "test": "ash_unittests" 259 "test": "ash_unittests"
254 }, 260 },
255 { 261 {
256 "swarming": { 262 "swarming": {
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 "name": "webkit_lint", 1154 "name": "webkit_lint",
1149 "script": "webkit_lint.py" 1155 "script": "webkit_lint.py"
1150 }, 1156 },
1151 { 1157 {
1152 "name": "webkit_python_tests", 1158 "name": "webkit_python_tests",
1153 "script": "webkit_python_tests.py" 1159 "script": "webkit_python_tests.py"
1154 } 1160 }
1155 ] 1161 ]
1156 } 1162 }
1157 } 1163 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698