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

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: Clean up debug printing Created 5 years, 3 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
OLDNEW
1 { 1 {
2 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp", 4 "blimp",
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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 { 955 {
956 "test": "views_unittests" 956 "test": "views_unittests"
957 }, 957 },
958 { 958 {
959 "swarming": { 959 "swarming": {
960 "can_use_on_swarming_builders": true 960 "can_use_on_swarming_builders": true
961 }, 961 },
962 "test": "wm_unittests" 962 "test": "wm_unittests"
963 } 963 }
964 ], 964 ],
965 "isolated_scripts": [
966 {
967 "isolate_name": "telemetry_gpu_unittests",
968 "name": "telemetry_gpu_unittests"
969 }
970 ],
965 "scripts": [ 971 "scripts": [
966 { 972 {
967 "name": "checkdeps", 973 "name": "checkdeps",
968 "script": "checkdeps.py" 974 "script": "checkdeps.py"
969 }, 975 },
970 { 976 {
971 "name": "checklicenses", 977 "name": "checklicenses",
972 "script": "checklicenses.py" 978 "script": "checklicenses.py"
973 }, 979 },
974 { 980 {
975 "name": "checkperms", 981 "name": "checkperms",
976 "script": "checkperms.py" 982 "script": "checkperms.py"
977 }, 983 },
978 { 984 {
979 "name": "telemetry_unittests", 985 "name": "telemetry_unittests",
980 "script": "telemetry_unittests.py" 986 "script": "telemetry_unittests.py"
981 }, 987 },
982 { 988 {
983 "name": "telemetry_gpu_unittests",
984 "script": "telemetry_gpu_unittests.py"
985 },
986 {
987 "name": "telemetry_perf_unittests", 989 "name": "telemetry_perf_unittests",
988 "script": "telemetry_perf_unittests.py" 990 "script": "telemetry_perf_unittests.py"
989 }, 991 },
990 { 992 {
991 "name": "nacl_integration", 993 "name": "nacl_integration",
992 "script": "nacl_integration.py" 994 "script": "nacl_integration.py"
993 } 995 }
994 ] 996 ]
995 }, 997 },
996 "Linux Tests (dbg)(1)": { 998 "Linux Tests (dbg)(1)": {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 { 1308 {
1307 "test": "views_unittests" 1309 "test": "views_unittests"
1308 }, 1310 },
1309 { 1311 {
1310 "swarming": { 1312 "swarming": {
1311 "can_use_on_swarming_builders": true 1313 "can_use_on_swarming_builders": true
1312 }, 1314 },
1313 "test": "wm_unittests" 1315 "test": "wm_unittests"
1314 } 1316 }
1315 ], 1317 ],
1318 "isolated_scripts": [
1319 {
1320 "isolate_name": "telemetry_gpu_unittests",
1321 "name": "telemetry_gpu_unittests"
1322 }
1323 ],
1316 "scripts": [ 1324 "scripts": [
1317 { 1325 {
1318 "name": "telemetry_unittests", 1326 "name": "telemetry_unittests",
1319 "script": "telemetry_unittests.py" 1327 "script": "telemetry_unittests.py"
1320 }, 1328 },
1321 { 1329 {
1322 "name": "telemetry_gpu_unittests",
1323 "script": "telemetry_gpu_unittests.py"
1324 },
1325 {
1326 "name": "telemetry_perf_unittests", 1330 "name": "telemetry_perf_unittests",
1327 "script": "telemetry_perf_unittests.py" 1331 "script": "telemetry_perf_unittests.py"
1328 }, 1332 },
1329 { 1333 {
1330 "name": "nacl_integration", 1334 "name": "nacl_integration",
1331 "script": "nacl_integration.py" 1335 "script": "nacl_integration.py"
1332 } 1336 }
1333 ] 1337 ]
1334 }, 1338 },
1335 "Linux Tests (dbg)(1)(32)": { 1339 "Linux Tests (dbg)(1)(32)": {
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 } 1653 }
1650 ], 1654 ],
1651 "scripts": [ 1655 "scripts": [
1652 { 1656 {
1653 "name": "nacl_integration", 1657 "name": "nacl_integration",
1654 "script": "nacl_integration.py" 1658 "script": "nacl_integration.py"
1655 } 1659 }
1656 ] 1660 ]
1657 } 1661 }
1658 } 1662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698