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

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

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_unittests
Patch Set: Rebase 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 { 170 {
171 "test": "ppapi_unittests" 171 "test": "ppapi_unittests"
172 }, 172 },
173 { 173 {
174 "swarming": { 174 "swarming": {
175 "can_use_on_swarming_builders": true 175 "can_use_on_swarming_builders": true
176 }, 176 },
177 "test": "printing_unittests" 177 "test": "printing_unittests"
178 }, 178 },
179 { 179 {
180 "swarming": {
181 "can_use_on_swarming_builders": true
182 },
180 "test": "remoting_unittests" 183 "test": "remoting_unittests"
181 }, 184 },
182 { 185 {
183 "swarming": { 186 "swarming": {
184 "can_use_on_swarming_builders": true 187 "can_use_on_swarming_builders": true
185 }, 188 },
186 "test": "sandbox_linux_unittests" 189 "test": "sandbox_linux_unittests"
187 }, 190 },
188 { 191 {
189 "swarming": { 192 "swarming": {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 { 414 {
412 "test": "ppapi_unittests" 415 "test": "ppapi_unittests"
413 }, 416 },
414 { 417 {
415 "swarming": { 418 "swarming": {
416 "can_use_on_swarming_builders": true 419 "can_use_on_swarming_builders": true
417 }, 420 },
418 "test": "printing_unittests" 421 "test": "printing_unittests"
419 }, 422 },
420 { 423 {
424 "swarming": {
425 "can_use_on_swarming_builders": true
426 },
421 "test": "remoting_unittests" 427 "test": "remoting_unittests"
422 }, 428 },
423 { 429 {
424 "swarming": { 430 "swarming": {
425 "can_use_on_swarming_builders": true 431 "can_use_on_swarming_builders": true
426 }, 432 },
427 "test": "sandbox_linux_unittests" 433 "test": "sandbox_linux_unittests"
428 }, 434 },
429 { 435 {
430 "swarming": { 436 "swarming": {
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "name": "webkit_lint", 1178 "name": "webkit_lint",
1173 "script": "webkit_lint.py" 1179 "script": "webkit_lint.py"
1174 }, 1180 },
1175 { 1181 {
1176 "name": "webkit_python_tests", 1182 "name": "webkit_python_tests",
1177 "script": "webkit_python_tests.py" 1183 "script": "webkit_python_tests.py"
1178 } 1184 }
1179 ] 1185 ]
1180 } 1186 }
1181 } 1187 }
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