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

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

Issue 1423733003: Run telemetry_perf_unittests via isolate on "Windows Tests" & "Mac tests" and trybot. (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
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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "test": "unit_tests" 496 "test": "unit_tests"
497 }, 497 },
498 { 498 {
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 },
507 {
508 "isolate_name": "telemetry_perf_unittests",
509 "name": "telemetry_perf_unittests"
506 } 510 }
507 ], 511 ],
508 "scripts": [ 512 "scripts": [
509 { 513 {
510 "name": "telemetry_unittests", 514 "name": "telemetry_unittests",
511 "script": "telemetry_unittests.py" 515 "script": "telemetry_unittests.py"
512 }, 516 },
513 { 517 {
514 "name": "telemetry_perf_unittests",
515 "script": "telemetry_perf_unittests.py"
516 },
517 {
518 "name": "nacl_integration", 518 "name": "nacl_integration",
519 "script": "nacl_integration.py" 519 "script": "nacl_integration.py"
520 } 520 }
521 ] 521 ]
522 }, 522 },
523 "Chromium Win 10": { 523 "Chromium Win 10": {
524 "gtest_tests": [ 524 "gtest_tests": [
525 { 525 {
526 "test": "angle_unittests" 526 "test": "angle_unittests"
527 }, 527 },
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 "swarming": { 1248 "swarming": {
1249 "can_use_on_swarming_builders": true 1249 "can_use_on_swarming_builders": true
1250 }, 1250 },
1251 "test": "wtf_unittests" 1251 "test": "wtf_unittests"
1252 } 1252 }
1253 ], 1253 ],
1254 "isolated_scripts": [ 1254 "isolated_scripts": [
1255 { 1255 {
1256 "isolate_name": "telemetry_gpu_unittests", 1256 "isolate_name": "telemetry_gpu_unittests",
1257 "name": "telemetry_gpu_unittests" 1257 "name": "telemetry_gpu_unittests"
1258 },
1259 {
1260 "isolate_name": "telemetry_perf_unittests",
1261 "name": "telemetry_perf_unittests"
1258 } 1262 }
1259 ], 1263 ],
1260 "scripts": [ 1264 "scripts": [
1261 { 1265 {
1262 "name": "telemetry_unittests", 1266 "name": "telemetry_unittests",
1263 "script": "telemetry_unittests.py" 1267 "script": "telemetry_unittests.py"
1264 }, 1268 },
1265 { 1269 {
1266 "name": "telemetry_perf_unittests",
1267 "script": "telemetry_perf_unittests.py"
1268 },
1269 {
1270 "name": "nacl_integration", 1270 "name": "nacl_integration",
1271 "script": "nacl_integration.py" 1271 "script": "nacl_integration.py"
1272 } 1272 }
1273 ] 1273 ]
1274 }, 1274 },
1275 "ClangToTMacASan tester": { 1275 "ClangToTMacASan tester": {
1276 "gtest_tests": [ 1276 "gtest_tests": [
1277 { 1277 {
1278 "test": "accessibility_unittests" 1278 "test": "accessibility_unittests"
1279 }, 1279 },
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 "swarming": { 1456 "swarming": {
1457 "can_use_on_swarming_builders": true 1457 "can_use_on_swarming_builders": true
1458 }, 1458 },
1459 "test": "wtf_unittests" 1459 "test": "wtf_unittests"
1460 } 1460 }
1461 ], 1461 ],
1462 "isolated_scripts": [ 1462 "isolated_scripts": [
1463 { 1463 {
1464 "isolate_name": "telemetry_gpu_unittests", 1464 "isolate_name": "telemetry_gpu_unittests",
1465 "name": "telemetry_gpu_unittests" 1465 "name": "telemetry_gpu_unittests"
1466 },
1467 {
1468 "isolate_name": "telemetry_perf_unittests",
1469 "name": "telemetry_perf_unittests"
1466 } 1470 }
1467 ], 1471 ],
1468 "scripts": [ 1472 "scripts": [
1469 { 1473 {
1470 "name": "telemetry_unittests", 1474 "name": "telemetry_unittests",
1471 "script": "telemetry_unittests.py" 1475 "script": "telemetry_unittests.py"
1472 }, 1476 },
1473 { 1477 {
1474 "name": "telemetry_perf_unittests",
1475 "script": "telemetry_perf_unittests.py"
1476 },
1477 {
1478 "name": "nacl_integration", 1478 "name": "nacl_integration",
1479 "script": "nacl_integration.py" 1479 "script": "nacl_integration.py"
1480 } 1480 }
1481 ] 1481 ]
1482 }, 1482 },
1483 "ClangToTWin tester": { 1483 "ClangToTWin tester": {
1484 "gtest_tests": [ 1484 "gtest_tests": [
1485 { 1485 {
1486 "test": "angle_unittests" 1486 "test": "angle_unittests"
1487 }, 1487 },
(...skipping 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after
4521 "swarming": { 4521 "swarming": {
4522 "can_use_on_swarming_builders": true 4522 "can_use_on_swarming_builders": true
4523 }, 4523 },
4524 "test": "wm_unittests" 4524 "test": "wm_unittests"
4525 } 4525 }
4526 ], 4526 ],
4527 "isolated_scripts": [ 4527 "isolated_scripts": [
4528 { 4528 {
4529 "isolate_name": "telemetry_gpu_unittests", 4529 "isolate_name": "telemetry_gpu_unittests",
4530 "name": "telemetry_gpu_unittests" 4530 "name": "telemetry_gpu_unittests"
4531 },
4532 {
4533 "isolate_name": "telemetry_perf_unittests",
4534 "name": "telemetry_perf_unittests"
4531 } 4535 }
4532 ], 4536 ],
4533 "scripts": [ 4537 "scripts": [
4534 { 4538 {
4535 "name": "telemetry_unittests", 4539 "name": "telemetry_unittests",
4536 "script": "telemetry_unittests.py" 4540 "script": "telemetry_unittests.py"
4537 }, 4541 },
4538 { 4542 {
4539 "name": "telemetry_perf_unittests",
4540 "script": "telemetry_perf_unittests.py"
4541 },
4542 {
4543 "name": "nacl_integration", 4543 "name": "nacl_integration",
4544 "script": "nacl_integration.py" 4544 "script": "nacl_integration.py"
4545 } 4545 }
4546 ] 4546 ]
4547 }, 4547 },
4548 "Linux Trusty (32)": { 4548 "Linux Trusty (32)": {
4549 "gtest_tests": [ 4549 "gtest_tests": [
4550 { 4550 {
4551 "test": "accessibility_unittests" 4551 "test": "accessibility_unittests"
4552 }, 4552 },
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
4713 "test": "views_unittests" 4713 "test": "views_unittests"
4714 }, 4714 },
4715 { 4715 {
4716 "test": "wm_unittests" 4716 "test": "wm_unittests"
4717 } 4717 }
4718 ], 4718 ],
4719 "isolated_scripts": [ 4719 "isolated_scripts": [
4720 { 4720 {
4721 "isolate_name": "telemetry_gpu_unittests", 4721 "isolate_name": "telemetry_gpu_unittests",
4722 "name": "telemetry_gpu_unittests" 4722 "name": "telemetry_gpu_unittests"
4723 },
4724 {
4725 "isolate_name": "telemetry_perf_unittests",
4726 "name": "telemetry_perf_unittests"
4723 } 4727 }
4724 ], 4728 ],
4725 "scripts": [ 4729 "scripts": [
4726 { 4730 {
4727 "name": "telemetry_unittests", 4731 "name": "telemetry_unittests",
4728 "script": "telemetry_unittests.py" 4732 "script": "telemetry_unittests.py"
4729 }, 4733 },
4730 { 4734 {
4731 "name": "telemetry_perf_unittests",
4732 "script": "telemetry_perf_unittests.py"
4733 },
4734 {
4735 "name": "nacl_integration", 4735 "name": "nacl_integration",
4736 "script": "nacl_integration.py" 4736 "script": "nacl_integration.py"
4737 } 4737 }
4738 ] 4738 ]
4739 }, 4739 },
4740 "Linux Trusty (dbg)": { 4740 "Linux Trusty (dbg)": {
4741 "gtest_tests": [ 4741 "gtest_tests": [
4742 { 4742 {
4743 "swarming": { 4743 "swarming": {
4744 "can_use_on_swarming_builders": true 4744 "can_use_on_swarming_builders": true
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
5010 "swarming": { 5010 "swarming": {
5011 "can_use_on_swarming_builders": true 5011 "can_use_on_swarming_builders": true
5012 }, 5012 },
5013 "test": "wm_unittests" 5013 "test": "wm_unittests"
5014 } 5014 }
5015 ], 5015 ],
5016 "isolated_scripts": [ 5016 "isolated_scripts": [
5017 { 5017 {
5018 "isolate_name": "telemetry_gpu_unittests", 5018 "isolate_name": "telemetry_gpu_unittests",
5019 "name": "telemetry_gpu_unittests" 5019 "name": "telemetry_gpu_unittests"
5020 },
5021 {
5022 "isolate_name": "telemetry_perf_unittests",
5023 "name": "telemetry_perf_unittests"
5020 } 5024 }
5021 ], 5025 ],
5022 "scripts": [ 5026 "scripts": [
5023 { 5027 {
5024 "name": "telemetry_unittests", 5028 "name": "telemetry_unittests",
5025 "script": "telemetry_unittests.py" 5029 "script": "telemetry_unittests.py"
5026 }, 5030 },
5027 { 5031 {
5028 "name": "telemetry_perf_unittests",
5029 "script": "telemetry_perf_unittests.py"
5030 },
5031 {
5032 "name": "nacl_integration", 5032 "name": "nacl_integration",
5033 "script": "nacl_integration.py" 5033 "script": "nacl_integration.py"
5034 } 5034 }
5035 ] 5035 ]
5036 }, 5036 },
5037 "Linux Trusty (dbg)(32)": { 5037 "Linux Trusty (dbg)(32)": {
5038 "gtest_tests": [ 5038 "gtest_tests": [
5039 { 5039 {
5040 "test": "accessibility_unittests" 5040 "test": "accessibility_unittests"
5041 }, 5041 },
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
5190 "test": "views_unittests" 5190 "test": "views_unittests"
5191 }, 5191 },
5192 { 5192 {
5193 "test": "wm_unittests" 5193 "test": "wm_unittests"
5194 } 5194 }
5195 ], 5195 ],
5196 "isolated_scripts": [ 5196 "isolated_scripts": [
5197 { 5197 {
5198 "isolate_name": "telemetry_gpu_unittests", 5198 "isolate_name": "telemetry_gpu_unittests",
5199 "name": "telemetry_gpu_unittests" 5199 "name": "telemetry_gpu_unittests"
5200 },
5201 {
5202 "isolate_name": "telemetry_perf_unittests",
5203 "name": "telemetry_perf_unittests"
5200 } 5204 }
5201 ], 5205 ],
5202 "scripts": [ 5206 "scripts": [
5203 { 5207 {
5204 "name": "telemetry_unittests", 5208 "name": "telemetry_unittests",
5205 "script": "telemetry_unittests.py" 5209 "script": "telemetry_unittests.py"
5206 }, 5210 },
5207 { 5211 {
5208 "name": "telemetry_perf_unittests",
5209 "script": "telemetry_perf_unittests.py"
5210 },
5211 {
5212 "name": "nacl_integration", 5212 "name": "nacl_integration",
5213 "script": "nacl_integration.py" 5213 "script": "nacl_integration.py"
5214 } 5214 }
5215 ] 5215 ]
5216 }, 5216 },
5217 "Site Isolation Linux": { 5217 "Site Isolation Linux": {
5218 "gtest_tests": [ 5218 "gtest_tests": [
5219 { 5219 {
5220 "args": [ 5220 "args": [
5221 "--site-per-process", 5221 "--site-per-process",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
5270 { 5270 {
5271 "args": [ 5271 "args": [
5272 "--site-per-process", 5272 "--site-per-process",
5273 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" 5273 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*"
5274 ], 5274 ],
5275 "test": "unit_tests" 5275 "test": "unit_tests"
5276 } 5276 }
5277 ] 5277 ]
5278 } 5278 }
5279 } 5279 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698