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

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

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo 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.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 { 98 {
99 "swarming": { 99 "swarming": {
100 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
101 }, 101 },
102 "test": "extensions_browsertests" 102 "test": "extensions_browsertests"
103 }, 103 },
104 { 104 {
105 "test": "extensions_unittests" 105 "test": "extensions_unittests"
106 }, 106 },
107 { 107 {
108 "swarming": {
109 "can_use_on_swarming_builders": true
110 },
108 "test": "gcm_unit_tests" 111 "test": "gcm_unit_tests"
109 }, 112 },
110 { 113 {
111 "test": "google_apis_unittests" 114 "test": "google_apis_unittests"
112 }, 115 },
113 { 116 {
114 "swarming": { 117 "swarming": {
115 "can_use_on_swarming_builders": true 118 "can_use_on_swarming_builders": true
116 }, 119 },
117 "test": "gpu_unittests" 120 "test": "gpu_unittests"
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 { 329 {
327 "swarming": { 330 "swarming": {
328 "can_use_on_swarming_builders": true 331 "can_use_on_swarming_builders": true
329 }, 332 },
330 "test": "extensions_browsertests" 333 "test": "extensions_browsertests"
331 }, 334 },
332 { 335 {
333 "test": "extensions_unittests" 336 "test": "extensions_unittests"
334 }, 337 },
335 { 338 {
339 "swarming": {
340 "can_use_on_swarming_builders": true
341 },
336 "test": "gcm_unit_tests" 342 "test": "gcm_unit_tests"
337 }, 343 },
338 { 344 {
339 "test": "google_apis_unittests" 345 "test": "google_apis_unittests"
340 }, 346 },
341 { 347 {
342 "swarming": { 348 "swarming": {
343 "can_use_on_swarming_builders": true 349 "can_use_on_swarming_builders": true
344 }, 350 },
345 "test": "gpu_unittests" 351 "test": "gpu_unittests"
(...skipping 802 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.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698