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

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

Issue 2175293002: Remove telemetry_perf_unittest from Mac10.9 & dbg bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.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 "Mac GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "isolate_name": "telemetry_gpu_unittests", 1006 "isolate_name": "telemetry_gpu_unittests",
1007 "name": "telemetry_gpu_unittests", 1007 "name": "telemetry_gpu_unittests",
1008 "override_compile_targets": [ 1008 "override_compile_targets": [
1009 "telemetry_gpu_unittests_run" 1009 "telemetry_gpu_unittests_run"
1010 ], 1010 ],
1011 "swarming": { 1011 "swarming": {
1012 "can_use_on_swarming_builders": true 1012 "can_use_on_swarming_builders": true
1013 } 1013 }
1014 }, 1014 },
1015 { 1015 {
1016 "isolate_name": "telemetry_perf_unittests",
1017 "name": "telemetry_perf_unittests",
1018 "override_compile_targets": [
1019 "telemetry_perf_unittests_run"
1020 ],
1021 "swarming": {
1022 "can_use_on_swarming_builders": true,
1023 "hard_timeout": 960,
1024 "shards": 12
1025 }
1026 },
1027 {
1028 "isolate_name": "telemetry_unittests", 1016 "isolate_name": "telemetry_unittests",
1029 "name": "telemetry_unittests", 1017 "name": "telemetry_unittests",
1030 "override_compile_targets": [ 1018 "override_compile_targets": [
1031 "telemetry_unittests_run" 1019 "telemetry_unittests_run"
1032 ], 1020 ],
1033 "swarming": { 1021 "swarming": {
1034 "can_use_on_swarming_builders": true 1022 "can_use_on_swarming_builders": true
1035 } 1023 }
1036 } 1024 }
1037 ], 1025 ],
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 "isolate_name": "telemetry_gpu_unittests", 1334 "isolate_name": "telemetry_gpu_unittests",
1347 "name": "telemetry_gpu_unittests", 1335 "name": "telemetry_gpu_unittests",
1348 "override_compile_targets": [ 1336 "override_compile_targets": [
1349 "telemetry_gpu_unittests_run" 1337 "telemetry_gpu_unittests_run"
1350 ], 1338 ],
1351 "swarming": { 1339 "swarming": {
1352 "can_use_on_swarming_builders": true 1340 "can_use_on_swarming_builders": true
1353 } 1341 }
1354 }, 1342 },
1355 { 1343 {
1356 "isolate_name": "telemetry_perf_unittests",
1357 "name": "telemetry_perf_unittests",
1358 "override_compile_targets": [
1359 "telemetry_perf_unittests_run"
1360 ],
1361 "swarming": {
1362 "can_use_on_swarming_builders": true,
1363 "hard_timeout": 960,
1364 "shards": 12
1365 }
1366 },
1367 {
1368 "isolate_name": "telemetry_unittests", 1344 "isolate_name": "telemetry_unittests",
1369 "name": "telemetry_unittests", 1345 "name": "telemetry_unittests",
1370 "override_compile_targets": [ 1346 "override_compile_targets": [
1371 "telemetry_unittests_run" 1347 "telemetry_unittests_run"
1372 ], 1348 ],
1373 "swarming": { 1349 "swarming": {
1374 "can_use_on_swarming_builders": true 1350 "can_use_on_swarming_builders": true
1375 } 1351 }
1376 } 1352 }
1377 ], 1353 ],
1378 "scripts": [ 1354 "scripts": [
1379 { 1355 {
1380 "name": "nacl_integration", 1356 "name": "nacl_integration",
1381 "script": "nacl_integration.py" 1357 "script": "nacl_integration.py"
1382 } 1358 }
1383 ] 1359 ]
1384 } 1360 }
1385 } 1361 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698