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

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

Issue 958733002: isolate cast_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no read_only Created 5 years, 9 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 | « media/cast/cast_unittests.isolate ('k') | testing/buildbot/chromium.mac.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 Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 }, 23 },
24 { 24 {
25 "test": "browser_tests", 25 "test": "browser_tests",
26 "swarming": { 26 "swarming": {
27 "can_use_on_swarming_builders": true, 27 "can_use_on_swarming_builders": true,
28 "shards": 5 28 "shards": 5
29 } 29 }
30 }, 30 },
31 "cacheinvalidation_unittests", 31 "cacheinvalidation_unittests",
32 "cast_unittests", 32 {
33 "test": "cast_unittests",
34 "swarming": {
35 "can_use_on_swarming_builders": true
36 }
37 },
33 { 38 {
34 "test": "cc_unittests", 39 "test": "cc_unittests",
35 "swarming": { 40 "swarming": {
36 "can_use_on_swarming_builders": true 41 "can_use_on_swarming_builders": true
37 } 42 }
38 }, 43 },
39 "chromedriver_unittests", 44 "chromedriver_unittests",
40 { 45 {
41 "test": "components_browsertests", 46 "test": "components_browsertests",
42 "swarming": { 47 "swarming": {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 } 216 }
212 }, 217 },
213 { 218 {
214 "test": "browser_tests", 219 "test": "browser_tests",
215 "swarming": { 220 "swarming": {
216 "can_use_on_swarming_builders": true, 221 "can_use_on_swarming_builders": true,
217 "shards": 10 222 "shards": 10
218 } 223 }
219 }, 224 },
220 "cacheinvalidation_unittests", 225 "cacheinvalidation_unittests",
221 "cast_unittests", 226 {
227 "test": "cast_unittests",
228 "swarming": {
229 "can_use_on_swarming_builders": true
230 }
231 },
222 { 232 {
223 "test": "cc_unittests", 233 "test": "cc_unittests",
224 "swarming": { 234 "swarming": {
225 "can_use_on_swarming_builders": true 235 "can_use_on_swarming_builders": true
226 } 236 }
227 }, 237 },
228 "chromedriver_unittests", 238 "chromedriver_unittests",
229 { 239 {
230 "test": "components_unittests", 240 "test": "components_unittests",
231 "swarming": { 241 "swarming": {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 } 384 }
375 }, 385 },
376 { 386 {
377 "test": "browser_tests", 387 "test": "browser_tests",
378 "swarming": { 388 "swarming": {
379 "can_use_on_swarming_builders": true, 389 "can_use_on_swarming_builders": true,
380 "shards": 10 390 "shards": 10
381 } 391 }
382 }, 392 },
383 "cacheinvalidation_unittests", 393 "cacheinvalidation_unittests",
384 "cast_unittests", 394 {
395 "test": "cast_unittests",
396 "swarming": {
397 "can_use_on_swarming_builders": true
398 }
399 },
385 { 400 {
386 "test": "cc_unittests", 401 "test": "cc_unittests",
387 "swarming": { 402 "swarming": {
388 "can_use_on_swarming_builders": true 403 "can_use_on_swarming_builders": true
389 } 404 }
390 }, 405 },
391 "chromedriver_unittests", 406 "chromedriver_unittests",
392 { 407 {
393 "test": "components_unittests", 408 "test": "components_unittests",
394 "swarming": { 409 "swarming": {
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 }, 580 },
566 "Android Tests": { 581 "Android Tests": {
567 "scripts": [ 582 "scripts": [
568 { 583 {
569 "name": "check_licenses", 584 "name": "check_licenses",
570 "script": "webview_licenses.py" 585 "script": "webview_licenses.py"
571 } 586 }
572 ] 587 ]
573 } 588 }
574 } 589 }
OLDNEW
« no previous file with comments | « media/cast/cast_unittests.isolate ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698