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

Side by Side Diff: testing/buildbot/chromium.linux.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: Disable startup.warm.chrome_signin (crbug.com/551236) 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "content_shell_apk", 6 "content_shell_apk",
7 "mandoline:all", 7 "mandoline:all",
8 "system_webview_apk" 8 "system_webview_apk"
9 ], 9 ],
10 "gtest_tests": [ 10 "gtest_tests": [
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "isolated_scripts": [ 665 "isolated_scripts": [
666 { 666 {
667 "isolate_name": "telemetry_gpu_unittests", 667 "isolate_name": "telemetry_gpu_unittests",
668 "name": "telemetry_gpu_unittests", 668 "name": "telemetry_gpu_unittests",
669 "swarming": { 669 "swarming": {
670 "can_use_on_swarming_builders": true 670 "can_use_on_swarming_builders": true
671 } 671 }
672 }, 672 },
673 { 673 {
674 "isolate_name": "telemetry_perf_unittests", 674 "isolate_name": "telemetry_perf_unittests",
675 "name": "telemetry_perf_unittests" 675 "name": "telemetry_perf_unittests",
676 "swarming": {
677 "can_use_on_swarming_builders": true
678 }
676 } 679 }
677 ], 680 ],
678 "scripts": [ 681 "scripts": [
679 { 682 {
680 "name": "checkdeps", 683 "name": "checkdeps",
681 "script": "checkdeps.py" 684 "script": "checkdeps.py"
682 }, 685 },
683 { 686 {
684 "name": "checklicenses", 687 "name": "checklicenses",
685 "script": "checklicenses.py" 688 "script": "checklicenses.py"
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "isolated_scripts": [ 1037 "isolated_scripts": [
1035 { 1038 {
1036 "isolate_name": "telemetry_gpu_unittests", 1039 "isolate_name": "telemetry_gpu_unittests",
1037 "name": "telemetry_gpu_unittests", 1040 "name": "telemetry_gpu_unittests",
1038 "swarming": { 1041 "swarming": {
1039 "can_use_on_swarming_builders": true 1042 "can_use_on_swarming_builders": true
1040 } 1043 }
1041 }, 1044 },
1042 { 1045 {
1043 "isolate_name": "telemetry_perf_unittests", 1046 "isolate_name": "telemetry_perf_unittests",
1044 "name": "telemetry_perf_unittests" 1047 "name": "telemetry_perf_unittests",
1048 "swarming": {
1049 "can_use_on_swarming_builders": true
1050 }
1045 } 1051 }
1046 ], 1052 ],
1047 "scripts": [ 1053 "scripts": [
1048 { 1054 {
1049 "name": "telemetry_unittests", 1055 "name": "telemetry_unittests",
1050 "script": "telemetry_unittests.py" 1056 "script": "telemetry_unittests.py"
1051 }, 1057 },
1052 { 1058 {
1053 "name": "nacl_integration", 1059 "name": "nacl_integration",
1054 "script": "nacl_integration.py" 1060 "script": "nacl_integration.py"
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 } 1381 }
1376 ], 1382 ],
1377 "scripts": [ 1383 "scripts": [
1378 { 1384 {
1379 "name": "nacl_integration", 1385 "name": "nacl_integration",
1380 "script": "nacl_integration.py" 1386 "script": "nacl_integration.py"
1381 } 1387 }
1382 ] 1388 ]
1383 } 1389 }
1384 } 1390 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698