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

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

Issue 1710203002: Convert ppapi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 10 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }, 191 },
192 "test": "nacl_loader_unittests" 192 "test": "nacl_loader_unittests"
193 }, 193 },
194 { 194 {
195 "swarming": { 195 "swarming": {
196 "can_use_on_swarming_builders": true 196 "can_use_on_swarming_builders": true
197 }, 197 },
198 "test": "net_unittests" 198 "test": "net_unittests"
199 }, 199 },
200 { 200 {
201 "swarming": {
202 "can_use_on_swarming_builders": true
203 },
201 "test": "ppapi_unittests" 204 "test": "ppapi_unittests"
202 }, 205 },
203 { 206 {
204 "swarming": { 207 "swarming": {
205 "can_use_on_swarming_builders": true 208 "can_use_on_swarming_builders": true
206 }, 209 },
207 "test": "printing_unittests" 210 "test": "printing_unittests"
208 }, 211 },
209 { 212 {
210 "swarming": { 213 "swarming": {
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 }, 471 },
469 "test": "nacl_loader_unittests" 472 "test": "nacl_loader_unittests"
470 }, 473 },
471 { 474 {
472 "swarming": { 475 "swarming": {
473 "can_use_on_swarming_builders": true 476 "can_use_on_swarming_builders": true
474 }, 477 },
475 "test": "net_unittests" 478 "test": "net_unittests"
476 }, 479 },
477 { 480 {
481 "swarming": {
482 "can_use_on_swarming_builders": true
483 },
478 "test": "ppapi_unittests" 484 "test": "ppapi_unittests"
479 }, 485 },
480 { 486 {
481 "swarming": { 487 "swarming": {
482 "can_use_on_swarming_builders": true 488 "can_use_on_swarming_builders": true
483 }, 489 },
484 "test": "printing_unittests" 490 "test": "printing_unittests"
485 }, 491 },
486 { 492 {
487 "swarming": { 493 "swarming": {
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 }, 1052 },
1047 "test": "nacl_loader_unittests" 1053 "test": "nacl_loader_unittests"
1048 }, 1054 },
1049 { 1055 {
1050 "swarming": { 1056 "swarming": {
1051 "can_use_on_swarming_builders": true 1057 "can_use_on_swarming_builders": true
1052 }, 1058 },
1053 "test": "net_unittests" 1059 "test": "net_unittests"
1054 }, 1060 },
1055 { 1061 {
1062 "swarming": {
1063 "can_use_on_swarming_builders": true
1064 },
1056 "test": "ppapi_unittests" 1065 "test": "ppapi_unittests"
1057 }, 1066 },
1058 { 1067 {
1059 "swarming": { 1068 "swarming": {
1060 "can_use_on_swarming_builders": true 1069 "can_use_on_swarming_builders": true
1061 }, 1070 },
1062 "test": "printing_unittests" 1071 "test": "printing_unittests"
1063 }, 1072 },
1064 { 1073 {
1065 "swarming": { 1074 "swarming": {
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 "name": "webkit_lint", 1894 "name": "webkit_lint",
1886 "script": "webkit_lint.py" 1895 "script": "webkit_lint.py"
1887 }, 1896 },
1888 { 1897 {
1889 "name": "webkit_python_tests", 1898 "name": "webkit_python_tests",
1890 "script": "webkit_python_tests.py" 1899 "script": "webkit_python_tests.py"
1891 } 1900 }
1892 ] 1901 ]
1893 } 1902 }
1894 } 1903 }
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