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

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

Issue 1419143006: Run telemetry_perf_unittests via isolate on "Mac tests", "Linux tests" and trybot with swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable swarming on Mac10.9Tests & Mac10.9TestDebug Created 5 years, 1 month 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 | « chrome/telemetry_perf_unittests.isolate ('k') | testing/buildbot/chromium.linux.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 "Android Tests (trial)(dbg)": { 2 "Android Tests (trial)(dbg)": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "telemetry_unittests", 5 "name": "telemetry_unittests",
6 "script": "telemetry_unittests.py" 6 "script": "telemetry_unittests.py"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "Browser Side Navigation Linux": { 10 "Browser Side Navigation Linux": {
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "test": "url_unittests" 499 "test": "url_unittests"
500 } 500 }
501 ], 501 ],
502 "isolated_scripts": [ 502 "isolated_scripts": [
503 { 503 {
504 "isolate_name": "telemetry_gpu_unittests", 504 "isolate_name": "telemetry_gpu_unittests",
505 "name": "telemetry_gpu_unittests", 505 "name": "telemetry_gpu_unittests",
506 "swarming": { 506 "swarming": {
507 "can_use_on_swarming_builders": true 507 "can_use_on_swarming_builders": true
508 } 508 }
509 },
510 {
511 "isolate_name": "telemetry_perf_unittests",
512 "name": "telemetry_perf_unittests",
513 "swarming": {
514 "can_use_on_swarming_builders": true
515 }
509 } 516 }
510 ], 517 ],
511 "scripts": [ 518 "scripts": [
512 { 519 {
513 "name": "telemetry_unittests", 520 "name": "telemetry_unittests",
514 "script": "telemetry_unittests.py" 521 "script": "telemetry_unittests.py"
515 }, 522 },
516 { 523 {
517 "name": "telemetry_perf_unittests",
518 "script": "telemetry_perf_unittests.py"
519 },
520 {
521 "name": "nacl_integration", 524 "name": "nacl_integration",
522 "script": "nacl_integration.py" 525 "script": "nacl_integration.py"
523 } 526 }
524 ] 527 ]
525 }, 528 },
526 "Chromium Win 10": { 529 "Chromium Win 10": {
527 "gtest_tests": [ 530 "gtest_tests": [
528 { 531 {
529 "test": "angle_unittests" 532 "test": "angle_unittests"
530 }, 533 },
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 "test": "wtf_unittests" 1426 "test": "wtf_unittests"
1424 } 1427 }
1425 ], 1428 ],
1426 "isolated_scripts": [ 1429 "isolated_scripts": [
1427 { 1430 {
1428 "isolate_name": "telemetry_gpu_unittests", 1431 "isolate_name": "telemetry_gpu_unittests",
1429 "name": "telemetry_gpu_unittests", 1432 "name": "telemetry_gpu_unittests",
1430 "swarming": { 1433 "swarming": {
1431 "can_use_on_swarming_builders": true 1434 "can_use_on_swarming_builders": true
1432 } 1435 }
1436 },
1437 {
1438 "isolate_name": "telemetry_perf_unittests",
1439 "name": "telemetry_perf_unittests",
1440 "swarming": {
1441 "can_use_on_swarming_builders": true
1442 }
1433 } 1443 }
1434 ], 1444 ],
1435 "scripts": [ 1445 "scripts": [
1436 { 1446 {
1437 "name": "telemetry_unittests", 1447 "name": "telemetry_unittests",
1438 "script": "telemetry_unittests.py" 1448 "script": "telemetry_unittests.py"
1439 }, 1449 },
1440 { 1450 {
1441 "name": "telemetry_perf_unittests",
1442 "script": "telemetry_perf_unittests.py"
1443 },
1444 {
1445 "name": "nacl_integration", 1451 "name": "nacl_integration",
1446 "script": "nacl_integration.py" 1452 "script": "nacl_integration.py"
1447 } 1453 }
1448 ] 1454 ]
1449 }, 1455 },
1450 "ClangToTMacASan tester": { 1456 "ClangToTMacASan tester": {
1451 "gtest_tests": [ 1457 "gtest_tests": [
1452 { 1458 {
1453 "test": "accessibility_unittests" 1459 "test": "accessibility_unittests"
1454 }, 1460 },
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 "test": "wtf_unittests" 1640 "test": "wtf_unittests"
1635 } 1641 }
1636 ], 1642 ],
1637 "isolated_scripts": [ 1643 "isolated_scripts": [
1638 { 1644 {
1639 "isolate_name": "telemetry_gpu_unittests", 1645 "isolate_name": "telemetry_gpu_unittests",
1640 "name": "telemetry_gpu_unittests", 1646 "name": "telemetry_gpu_unittests",
1641 "swarming": { 1647 "swarming": {
1642 "can_use_on_swarming_builders": true 1648 "can_use_on_swarming_builders": true
1643 } 1649 }
1650 },
1651 {
1652 "isolate_name": "telemetry_perf_unittests",
1653 "name": "telemetry_perf_unittests",
1654 "swarming": {
1655 "can_use_on_swarming_builders": true
1656 }
1644 } 1657 }
1645 ], 1658 ],
1646 "scripts": [ 1659 "scripts": [
1647 { 1660 {
1648 "name": "telemetry_unittests", 1661 "name": "telemetry_unittests",
1649 "script": "telemetry_unittests.py" 1662 "script": "telemetry_unittests.py"
1650 }, 1663 },
1651 { 1664 {
1652 "name": "telemetry_perf_unittests",
1653 "script": "telemetry_perf_unittests.py"
1654 },
1655 {
1656 "name": "nacl_integration", 1665 "name": "nacl_integration",
1657 "script": "nacl_integration.py" 1666 "script": "nacl_integration.py"
1658 } 1667 }
1659 ] 1668 ]
1660 }, 1669 },
1661 "ClangToTWin tester": { 1670 "ClangToTWin tester": {
1662 "gtest_tests": [ 1671 "gtest_tests": [
1663 { 1672 {
1664 "test": "angle_unittests" 1673 "test": "angle_unittests"
1665 }, 1674 },
(...skipping 3036 matching lines...) Expand 10 before | Expand all | Expand 10 after
4702 "test": "wm_unittests" 4711 "test": "wm_unittests"
4703 } 4712 }
4704 ], 4713 ],
4705 "isolated_scripts": [ 4714 "isolated_scripts": [
4706 { 4715 {
4707 "isolate_name": "telemetry_gpu_unittests", 4716 "isolate_name": "telemetry_gpu_unittests",
4708 "name": "telemetry_gpu_unittests", 4717 "name": "telemetry_gpu_unittests",
4709 "swarming": { 4718 "swarming": {
4710 "can_use_on_swarming_builders": true 4719 "can_use_on_swarming_builders": true
4711 } 4720 }
4721 },
4722 {
4723 "isolate_name": "telemetry_perf_unittests",
4724 "name": "telemetry_perf_unittests",
4725 "swarming": {
4726 "can_use_on_swarming_builders": true
4727 }
4712 } 4728 }
4713 ], 4729 ],
4714 "scripts": [ 4730 "scripts": [
4715 { 4731 {
4716 "name": "telemetry_unittests", 4732 "name": "telemetry_unittests",
4717 "script": "telemetry_unittests.py" 4733 "script": "telemetry_unittests.py"
4718 }, 4734 },
4719 { 4735 {
4720 "name": "telemetry_perf_unittests",
4721 "script": "telemetry_perf_unittests.py"
4722 },
4723 {
4724 "name": "nacl_integration", 4736 "name": "nacl_integration",
4725 "script": "nacl_integration.py" 4737 "script": "nacl_integration.py"
4726 } 4738 }
4727 ] 4739 ]
4728 }, 4740 },
4729 "Linux Trusty (32)": { 4741 "Linux Trusty (32)": {
4730 "gtest_tests": [ 4742 "gtest_tests": [
4731 { 4743 {
4732 "test": "accessibility_unittests" 4744 "test": "accessibility_unittests"
4733 }, 4745 },
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4897 "test": "wm_unittests" 4909 "test": "wm_unittests"
4898 } 4910 }
4899 ], 4911 ],
4900 "isolated_scripts": [ 4912 "isolated_scripts": [
4901 { 4913 {
4902 "isolate_name": "telemetry_gpu_unittests", 4914 "isolate_name": "telemetry_gpu_unittests",
4903 "name": "telemetry_gpu_unittests", 4915 "name": "telemetry_gpu_unittests",
4904 "swarming": { 4916 "swarming": {
4905 "can_use_on_swarming_builders": true 4917 "can_use_on_swarming_builders": true
4906 } 4918 }
4919 },
4920 {
4921 "isolate_name": "telemetry_perf_unittests",
4922 "name": "telemetry_perf_unittests",
4923 "swarming": {
4924 "can_use_on_swarming_builders": true
4925 }
4907 } 4926 }
4908 ], 4927 ],
4909 "scripts": [ 4928 "scripts": [
4910 { 4929 {
4911 "name": "telemetry_unittests", 4930 "name": "telemetry_unittests",
4912 "script": "telemetry_unittests.py" 4931 "script": "telemetry_unittests.py"
4913 }, 4932 },
4914 { 4933 {
4915 "name": "telemetry_perf_unittests",
4916 "script": "telemetry_perf_unittests.py"
4917 },
4918 {
4919 "name": "nacl_integration", 4934 "name": "nacl_integration",
4920 "script": "nacl_integration.py" 4935 "script": "nacl_integration.py"
4921 } 4936 }
4922 ] 4937 ]
4923 }, 4938 },
4924 "Linux Trusty (dbg)": { 4939 "Linux Trusty (dbg)": {
4925 "gtest_tests": [ 4940 "gtest_tests": [
4926 { 4941 {
4927 "swarming": { 4942 "swarming": {
4928 "can_use_on_swarming_builders": true 4943 "can_use_on_swarming_builders": true
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5197 "test": "wm_unittests" 5212 "test": "wm_unittests"
5198 } 5213 }
5199 ], 5214 ],
5200 "isolated_scripts": [ 5215 "isolated_scripts": [
5201 { 5216 {
5202 "isolate_name": "telemetry_gpu_unittests", 5217 "isolate_name": "telemetry_gpu_unittests",
5203 "name": "telemetry_gpu_unittests", 5218 "name": "telemetry_gpu_unittests",
5204 "swarming": { 5219 "swarming": {
5205 "can_use_on_swarming_builders": true 5220 "can_use_on_swarming_builders": true
5206 } 5221 }
5222 },
5223 {
5224 "isolate_name": "telemetry_perf_unittests",
5225 "name": "telemetry_perf_unittests",
5226 "swarming": {
5227 "can_use_on_swarming_builders": true
5228 }
5207 } 5229 }
5208 ], 5230 ],
5209 "scripts": [ 5231 "scripts": [
5210 { 5232 {
5211 "name": "telemetry_unittests", 5233 "name": "telemetry_unittests",
5212 "script": "telemetry_unittests.py" 5234 "script": "telemetry_unittests.py"
5213 }, 5235 },
5214 { 5236 {
5215 "name": "telemetry_perf_unittests",
5216 "script": "telemetry_perf_unittests.py"
5217 },
5218 {
5219 "name": "nacl_integration", 5237 "name": "nacl_integration",
5220 "script": "nacl_integration.py" 5238 "script": "nacl_integration.py"
5221 } 5239 }
5222 ] 5240 ]
5223 }, 5241 },
5224 "Linux Trusty (dbg)(32)": { 5242 "Linux Trusty (dbg)(32)": {
5225 "gtest_tests": [ 5243 "gtest_tests": [
5226 { 5244 {
5227 "test": "accessibility_unittests" 5245 "test": "accessibility_unittests"
5228 }, 5246 },
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
5380 "test": "wm_unittests" 5398 "test": "wm_unittests"
5381 } 5399 }
5382 ], 5400 ],
5383 "isolated_scripts": [ 5401 "isolated_scripts": [
5384 { 5402 {
5385 "isolate_name": "telemetry_gpu_unittests", 5403 "isolate_name": "telemetry_gpu_unittests",
5386 "name": "telemetry_gpu_unittests", 5404 "name": "telemetry_gpu_unittests",
5387 "swarming": { 5405 "swarming": {
5388 "can_use_on_swarming_builders": true 5406 "can_use_on_swarming_builders": true
5389 } 5407 }
5408 },
5409 {
5410 "isolate_name": "telemetry_perf_unittests",
5411 "name": "telemetry_perf_unittests",
5412 "swarming": {
5413 "can_use_on_swarming_builders": true
5414 }
5390 } 5415 }
5391 ], 5416 ],
5392 "scripts": [ 5417 "scripts": [
5393 { 5418 {
5394 "name": "telemetry_unittests", 5419 "name": "telemetry_unittests",
5395 "script": "telemetry_unittests.py" 5420 "script": "telemetry_unittests.py"
5396 }, 5421 },
5397 { 5422 {
5398 "name": "telemetry_perf_unittests",
5399 "script": "telemetry_perf_unittests.py"
5400 },
5401 {
5402 "name": "nacl_integration", 5423 "name": "nacl_integration",
5403 "script": "nacl_integration.py" 5424 "script": "nacl_integration.py"
5404 } 5425 }
5405 ] 5426 ]
5406 }, 5427 },
5407 "Site Isolation Linux": { 5428 "Site Isolation Linux": {
5408 "gtest_tests": [ 5429 "gtest_tests": [
5409 { 5430 {
5410 "args": [ 5431 "args": [
5411 "--site-per-process", 5432 "--site-per-process",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
5460 { 5481 {
5461 "args": [ 5482 "args": [
5462 "--site-per-process", 5483 "--site-per-process",
5463 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" 5484 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*"
5464 ], 5485 ],
5465 "test": "unit_tests" 5486 "test": "unit_tests"
5466 } 5487 }
5467 ] 5488 ]
5468 } 5489 }
5469 } 5490 }
OLDNEW
« no previous file with comments | « chrome/telemetry_perf_unittests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698