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

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

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