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

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

Issue 1412333004: 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: Fix + swarming 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 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 "test": "wtf_unittests" 1257 "test": "wtf_unittests"
1255 } 1258 }
1256 ], 1259 ],
1257 "isolated_scripts": [ 1260 "isolated_scripts": [
1258 { 1261 {
1259 "isolate_name": "telemetry_gpu_unittests", 1262 "isolate_name": "telemetry_gpu_unittests",
1260 "name": "telemetry_gpu_unittests", 1263 "name": "telemetry_gpu_unittests",
1261 "swarming": { 1264 "swarming": {
1262 "can_use_on_swarming_builders": true 1265 "can_use_on_swarming_builders": true
1263 } 1266 }
1267 },
1268 {
1269 "isolate_name": "telemetry_perf_unittests",
1270 "name": "telemetry_perf_unittests",
1271 "swarming": {
1272 "can_use_on_swarming_builders": true
1273 }
1264 } 1274 }
1265 ], 1275 ],
1266 "scripts": [ 1276 "scripts": [
1267 { 1277 {
1268 "name": "telemetry_unittests", 1278 "name": "telemetry_unittests",
1269 "script": "telemetry_unittests.py" 1279 "script": "telemetry_unittests.py"
1270 }, 1280 },
1271 { 1281 {
1272 "name": "telemetry_perf_unittests",
1273 "script": "telemetry_perf_unittests.py"
1274 },
1275 {
1276 "name": "nacl_integration", 1282 "name": "nacl_integration",
1277 "script": "nacl_integration.py" 1283 "script": "nacl_integration.py"
1278 } 1284 }
1279 ] 1285 ]
1280 }, 1286 },
1281 "ClangToTMacASan tester": { 1287 "ClangToTMacASan tester": {
1282 "gtest_tests": [ 1288 "gtest_tests": [
1283 { 1289 {
1284 "test": "accessibility_unittests" 1290 "test": "accessibility_unittests"
1285 }, 1291 },
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 "test": "wtf_unittests" 1471 "test": "wtf_unittests"
1466 } 1472 }
1467 ], 1473 ],
1468 "isolated_scripts": [ 1474 "isolated_scripts": [
1469 { 1475 {
1470 "isolate_name": "telemetry_gpu_unittests", 1476 "isolate_name": "telemetry_gpu_unittests",
1471 "name": "telemetry_gpu_unittests", 1477 "name": "telemetry_gpu_unittests",
1472 "swarming": { 1478 "swarming": {
1473 "can_use_on_swarming_builders": true 1479 "can_use_on_swarming_builders": true
1474 } 1480 }
1481 },
1482 {
1483 "isolate_name": "telemetry_perf_unittests",
1484 "name": "telemetry_perf_unittests",
1485 "swarming": {
1486 "can_use_on_swarming_builders": true
1487 }
1475 } 1488 }
1476 ], 1489 ],
1477 "scripts": [ 1490 "scripts": [
1478 { 1491 {
1479 "name": "telemetry_unittests", 1492 "name": "telemetry_unittests",
1480 "script": "telemetry_unittests.py" 1493 "script": "telemetry_unittests.py"
1481 }, 1494 },
1482 { 1495 {
1483 "name": "telemetry_perf_unittests",
1484 "script": "telemetry_perf_unittests.py"
1485 },
1486 {
1487 "name": "nacl_integration", 1496 "name": "nacl_integration",
1488 "script": "nacl_integration.py" 1497 "script": "nacl_integration.py"
1489 } 1498 }
1490 ] 1499 ]
1491 }, 1500 },
1492 "ClangToTWin tester": { 1501 "ClangToTWin tester": {
1493 "gtest_tests": [ 1502 "gtest_tests": [
1494 { 1503 {
1495 "test": "angle_unittests" 1504 "test": "angle_unittests"
1496 }, 1505 },
(...skipping 3036 matching lines...) Expand 10 before | Expand all | Expand 10 after
4533 "test": "wm_unittests" 4542 "test": "wm_unittests"
4534 } 4543 }
4535 ], 4544 ],
4536 "isolated_scripts": [ 4545 "isolated_scripts": [
4537 { 4546 {
4538 "isolate_name": "telemetry_gpu_unittests", 4547 "isolate_name": "telemetry_gpu_unittests",
4539 "name": "telemetry_gpu_unittests", 4548 "name": "telemetry_gpu_unittests",
4540 "swarming": { 4549 "swarming": {
4541 "can_use_on_swarming_builders": true 4550 "can_use_on_swarming_builders": true
4542 } 4551 }
4552 },
4553 {
4554 "isolate_name": "telemetry_perf_unittests",
4555 "name": "telemetry_perf_unittests",
4556 "swarming": {
4557 "can_use_on_swarming_builders": true
4558 }
4543 } 4559 }
4544 ], 4560 ],
4545 "scripts": [ 4561 "scripts": [
4546 { 4562 {
4547 "name": "telemetry_unittests", 4563 "name": "telemetry_unittests",
4548 "script": "telemetry_unittests.py" 4564 "script": "telemetry_unittests.py"
4549 }, 4565 },
4550 { 4566 {
4551 "name": "telemetry_perf_unittests",
4552 "script": "telemetry_perf_unittests.py"
4553 },
4554 {
4555 "name": "nacl_integration", 4567 "name": "nacl_integration",
4556 "script": "nacl_integration.py" 4568 "script": "nacl_integration.py"
4557 } 4569 }
4558 ] 4570 ]
4559 }, 4571 },
4560 "Linux Trusty (32)": { 4572 "Linux Trusty (32)": {
4561 "gtest_tests": [ 4573 "gtest_tests": [
4562 { 4574 {
4563 "test": "accessibility_unittests" 4575 "test": "accessibility_unittests"
4564 }, 4576 },
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4728 "test": "wm_unittests" 4740 "test": "wm_unittests"
4729 } 4741 }
4730 ], 4742 ],
4731 "isolated_scripts": [ 4743 "isolated_scripts": [
4732 { 4744 {
4733 "isolate_name": "telemetry_gpu_unittests", 4745 "isolate_name": "telemetry_gpu_unittests",
4734 "name": "telemetry_gpu_unittests", 4746 "name": "telemetry_gpu_unittests",
4735 "swarming": { 4747 "swarming": {
4736 "can_use_on_swarming_builders": true 4748 "can_use_on_swarming_builders": true
4737 } 4749 }
4750 },
4751 {
4752 "isolate_name": "telemetry_perf_unittests",
4753 "name": "telemetry_perf_unittests",
4754 "swarming": {
4755 "can_use_on_swarming_builders": true
4756 }
4738 } 4757 }
4739 ], 4758 ],
4740 "scripts": [ 4759 "scripts": [
4741 { 4760 {
4742 "name": "telemetry_unittests", 4761 "name": "telemetry_unittests",
4743 "script": "telemetry_unittests.py" 4762 "script": "telemetry_unittests.py"
4744 }, 4763 },
4745 { 4764 {
4746 "name": "telemetry_perf_unittests",
4747 "script": "telemetry_perf_unittests.py"
4748 },
4749 {
4750 "name": "nacl_integration", 4765 "name": "nacl_integration",
4751 "script": "nacl_integration.py" 4766 "script": "nacl_integration.py"
4752 } 4767 }
4753 ] 4768 ]
4754 }, 4769 },
4755 "Linux Trusty (dbg)": { 4770 "Linux Trusty (dbg)": {
4756 "gtest_tests": [ 4771 "gtest_tests": [
4757 { 4772 {
4758 "swarming": { 4773 "swarming": {
4759 "can_use_on_swarming_builders": true 4774 "can_use_on_swarming_builders": true
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5028 "test": "wm_unittests" 5043 "test": "wm_unittests"
5029 } 5044 }
5030 ], 5045 ],
5031 "isolated_scripts": [ 5046 "isolated_scripts": [
5032 { 5047 {
5033 "isolate_name": "telemetry_gpu_unittests", 5048 "isolate_name": "telemetry_gpu_unittests",
5034 "name": "telemetry_gpu_unittests", 5049 "name": "telemetry_gpu_unittests",
5035 "swarming": { 5050 "swarming": {
5036 "can_use_on_swarming_builders": true 5051 "can_use_on_swarming_builders": true
5037 } 5052 }
5053 },
5054 {
5055 "isolate_name": "telemetry_perf_unittests",
5056 "name": "telemetry_perf_unittests",
5057 "swarming": {
5058 "can_use_on_swarming_builders": true
5059 }
5038 } 5060 }
5039 ], 5061 ],
5040 "scripts": [ 5062 "scripts": [
5041 { 5063 {
5042 "name": "telemetry_unittests", 5064 "name": "telemetry_unittests",
5043 "script": "telemetry_unittests.py" 5065 "script": "telemetry_unittests.py"
5044 }, 5066 },
5045 { 5067 {
5046 "name": "telemetry_perf_unittests",
5047 "script": "telemetry_perf_unittests.py"
5048 },
5049 {
5050 "name": "nacl_integration", 5068 "name": "nacl_integration",
5051 "script": "nacl_integration.py" 5069 "script": "nacl_integration.py"
5052 } 5070 }
5053 ] 5071 ]
5054 }, 5072 },
5055 "Linux Trusty (dbg)(32)": { 5073 "Linux Trusty (dbg)(32)": {
5056 "gtest_tests": [ 5074 "gtest_tests": [
5057 { 5075 {
5058 "test": "accessibility_unittests" 5076 "test": "accessibility_unittests"
5059 }, 5077 },
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
5211 "test": "wm_unittests" 5229 "test": "wm_unittests"
5212 } 5230 }
5213 ], 5231 ],
5214 "isolated_scripts": [ 5232 "isolated_scripts": [
5215 { 5233 {
5216 "isolate_name": "telemetry_gpu_unittests", 5234 "isolate_name": "telemetry_gpu_unittests",
5217 "name": "telemetry_gpu_unittests", 5235 "name": "telemetry_gpu_unittests",
5218 "swarming": { 5236 "swarming": {
5219 "can_use_on_swarming_builders": true 5237 "can_use_on_swarming_builders": true
5220 } 5238 }
5239 },
5240 {
5241 "isolate_name": "telemetry_perf_unittests",
5242 "name": "telemetry_perf_unittests",
5243 "swarming": {
5244 "can_use_on_swarming_builders": true
5245 }
5221 } 5246 }
5222 ], 5247 ],
5223 "scripts": [ 5248 "scripts": [
5224 { 5249 {
5225 "name": "telemetry_unittests", 5250 "name": "telemetry_unittests",
5226 "script": "telemetry_unittests.py" 5251 "script": "telemetry_unittests.py"
5227 }, 5252 },
5228 { 5253 {
5229 "name": "telemetry_perf_unittests",
5230 "script": "telemetry_perf_unittests.py"
5231 },
5232 {
5233 "name": "nacl_integration", 5254 "name": "nacl_integration",
5234 "script": "nacl_integration.py" 5255 "script": "nacl_integration.py"
5235 } 5256 }
5236 ] 5257 ]
5237 }, 5258 },
5238 "Site Isolation Linux": { 5259 "Site Isolation Linux": {
5239 "gtest_tests": [ 5260 "gtest_tests": [
5240 { 5261 {
5241 "args": [ 5262 "args": [
5242 "--site-per-process", 5263 "--site-per-process",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
5291 { 5312 {
5292 "args": [ 5313 "args": [
5293 "--site-per-process", 5314 "--site-per-process",
5294 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" 5315 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*"
5295 ], 5316 ],
5296 "test": "unit_tests" 5317 "test": "unit_tests"
5297 } 5318 }
5298 ] 5319 ]
5299 } 5320 }
5300 } 5321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698