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

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

Issue 1354223004: Run telemetry_gpu_unittests via isolate on "Linux Tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add third_party/webgl/src/sdk/tests Created 5 years, 2 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 | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "mandoline:all" 8 "mandoline:all"
9 ], 9 ],
10 "gtest_tests": [ 10 "gtest_tests": [
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 { 1002 {
1003 "test": "views_unittests" 1003 "test": "views_unittests"
1004 }, 1004 },
1005 { 1005 {
1006 "swarming": { 1006 "swarming": {
1007 "can_use_on_swarming_builders": true 1007 "can_use_on_swarming_builders": true
1008 }, 1008 },
1009 "test": "wm_unittests" 1009 "test": "wm_unittests"
1010 } 1010 }
1011 ], 1011 ],
1012 "isolated_scripts": [
1013 {
1014 "isolate_name": "telemetry_gpu_unittests",
1015 "name": "telemetry_gpu_unittests"
1016 }
1017 ],
1012 "scripts": [ 1018 "scripts": [
1013 { 1019 {
1014 "name": "checkdeps", 1020 "name": "checkdeps",
1015 "script": "checkdeps.py" 1021 "script": "checkdeps.py"
1016 }, 1022 },
1017 { 1023 {
1018 "name": "checklicenses", 1024 "name": "checklicenses",
1019 "script": "checklicenses.py" 1025 "script": "checklicenses.py"
1020 }, 1026 },
1021 { 1027 {
1022 "name": "checkperms", 1028 "name": "checkperms",
1023 "script": "checkperms.py" 1029 "script": "checkperms.py"
1024 }, 1030 },
1025 { 1031 {
1026 "name": "telemetry_unittests", 1032 "name": "telemetry_unittests",
1027 "script": "telemetry_unittests.py" 1033 "script": "telemetry_unittests.py"
1028 }, 1034 },
1029 { 1035 {
1030 "name": "telemetry_gpu_unittests",
1031 "script": "telemetry_gpu_unittests.py"
1032 },
1033 {
1034 "name": "telemetry_perf_unittests", 1036 "name": "telemetry_perf_unittests",
1035 "script": "telemetry_perf_unittests.py" 1037 "script": "telemetry_perf_unittests.py"
1036 }, 1038 },
1037 { 1039 {
1038 "name": "nacl_integration", 1040 "name": "nacl_integration",
1039 "script": "nacl_integration.py" 1041 "script": "nacl_integration.py"
1040 }, 1042 },
1041 { 1043 {
1042 "name": "mojo_apptests", 1044 "name": "mojo_apptests",
1043 "script": "mojo_apptests.py" 1045 "script": "mojo_apptests.py"
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 { 1368 {
1367 "test": "views_unittests" 1369 "test": "views_unittests"
1368 }, 1370 },
1369 { 1371 {
1370 "swarming": { 1372 "swarming": {
1371 "can_use_on_swarming_builders": true 1373 "can_use_on_swarming_builders": true
1372 }, 1374 },
1373 "test": "wm_unittests" 1375 "test": "wm_unittests"
1374 } 1376 }
1375 ], 1377 ],
1378 "isolated_scripts": [
1379 {
1380 "isolate_name": "telemetry_gpu_unittests",
1381 "name": "telemetry_gpu_unittests"
1382 }
1383 ],
1376 "scripts": [ 1384 "scripts": [
1377 { 1385 {
1378 "name": "telemetry_unittests", 1386 "name": "telemetry_unittests",
1379 "script": "telemetry_unittests.py" 1387 "script": "telemetry_unittests.py"
1380 }, 1388 },
1381 { 1389 {
1382 "name": "telemetry_gpu_unittests",
1383 "script": "telemetry_gpu_unittests.py"
1384 },
1385 {
1386 "name": "telemetry_perf_unittests", 1390 "name": "telemetry_perf_unittests",
1387 "script": "telemetry_perf_unittests.py" 1391 "script": "telemetry_perf_unittests.py"
1388 }, 1392 },
1389 { 1393 {
1390 "name": "nacl_integration", 1394 "name": "nacl_integration",
1391 "script": "nacl_integration.py" 1395 "script": "nacl_integration.py"
1392 } 1396 }
1393 ] 1397 ]
1394 }, 1398 },
1395 "Linux Tests (dbg)(1)(32)": { 1399 "Linux Tests (dbg)(1)(32)": {
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 } 1719 }
1716 ], 1720 ],
1717 "scripts": [ 1721 "scripts": [
1718 { 1722 {
1719 "name": "nacl_integration", 1723 "name": "nacl_integration",
1720 "script": "nacl_integration.py" 1724 "script": "nacl_integration.py"
1721 } 1725 }
1722 ] 1726 ]
1723 } 1727 }
1724 } 1728 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698