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

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

Issue 1224453003: Convert ppapi_unittests to run exclusively 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.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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 { 173 {
174 "test": "nacl_loader_unittests" 174 "test": "nacl_loader_unittests"
175 }, 175 },
176 { 176 {
177 "swarming": { 177 "swarming": {
178 "can_use_on_swarming_builders": true 178 "can_use_on_swarming_builders": true
179 }, 179 },
180 "test": "net_unittests" 180 "test": "net_unittests"
181 }, 181 },
182 { 182 {
183 "swarming": {
184 "can_use_on_swarming_builders": true
185 },
183 "test": "ppapi_unittests" 186 "test": "ppapi_unittests"
184 }, 187 },
185 { 188 {
186 "swarming": { 189 "swarming": {
187 "can_use_on_swarming_builders": true 190 "can_use_on_swarming_builders": true
188 }, 191 },
189 "test": "printing_unittests" 192 "test": "printing_unittests"
190 }, 193 },
191 { 194 {
192 "swarming": { 195 "swarming": {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 { 432 {
430 "test": "nacl_loader_unittests" 433 "test": "nacl_loader_unittests"
431 }, 434 },
432 { 435 {
433 "swarming": { 436 "swarming": {
434 "can_use_on_swarming_builders": true 437 "can_use_on_swarming_builders": true
435 }, 438 },
436 "test": "net_unittests" 439 "test": "net_unittests"
437 }, 440 },
438 { 441 {
442 "swarming": {
443 "can_use_on_swarming_builders": true
444 },
439 "test": "ppapi_unittests" 445 "test": "ppapi_unittests"
440 }, 446 },
441 { 447 {
442 "swarming": { 448 "swarming": {
443 "can_use_on_swarming_builders": true 449 "can_use_on_swarming_builders": true
444 }, 450 },
445 "test": "printing_unittests" 451 "test": "printing_unittests"
446 }, 452 },
447 { 453 {
448 "swarming": { 454 "swarming": {
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 "name": "webkit_lint", 1208 "name": "webkit_lint",
1203 "script": "webkit_lint.py" 1209 "script": "webkit_lint.py"
1204 }, 1210 },
1205 { 1211 {
1206 "name": "webkit_python_tests", 1212 "name": "webkit_python_tests",
1207 "script": "webkit_python_tests.py" 1213 "script": "webkit_python_tests.py"
1208 } 1214 }
1209 ] 1215 ]
1210 } 1216 }
1211 } 1217 }
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