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

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

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