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

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: Fix mb.py's fix 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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 { 965 {
966 "test": "views_unittests" 966 "test": "views_unittests"
967 }, 967 },
968 { 968 {
969 "swarming": { 969 "swarming": {
970 "can_use_on_swarming_builders": true 970 "can_use_on_swarming_builders": true
971 }, 971 },
972 "test": "wm_unittests" 972 "test": "wm_unittests"
973 } 973 }
974 ], 974 ],
975 "isolated_scripts": [
976 {
977 "isolate_name": "telemetry_gpu_unittests",
978 "name": "telemetry_gpu_unittests"
979 }
980 ],
975 "scripts": [ 981 "scripts": [
976 { 982 {
977 "name": "checkdeps", 983 "name": "checkdeps",
978 "script": "checkdeps.py" 984 "script": "checkdeps.py"
979 }, 985 },
980 { 986 {
981 "name": "checklicenses", 987 "name": "checklicenses",
982 "script": "checklicenses.py" 988 "script": "checklicenses.py"
983 }, 989 },
984 { 990 {
985 "name": "checkperms", 991 "name": "checkperms",
986 "script": "checkperms.py" 992 "script": "checkperms.py"
987 }, 993 },
988 { 994 {
989 "name": "telemetry_unittests", 995 "name": "telemetry_unittests",
990 "script": "telemetry_unittests.py" 996 "script": "telemetry_unittests.py"
991 }, 997 },
992 { 998 {
993 "name": "telemetry_gpu_unittests",
994 "script": "telemetry_gpu_unittests.py"
995 },
996 {
997 "name": "telemetry_perf_unittests", 999 "name": "telemetry_perf_unittests",
998 "script": "telemetry_perf_unittests.py" 1000 "script": "telemetry_perf_unittests.py"
999 }, 1001 },
1000 { 1002 {
1001 "name": "nacl_integration", 1003 "name": "nacl_integration",
1002 "script": "nacl_integration.py" 1004 "script": "nacl_integration.py"
1003 } 1005 }
1004 ] 1006 ]
1005 }, 1007 },
1006 "Linux Tests (dbg)(1)": { 1008 "Linux Tests (dbg)(1)": {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 { 1318 {
1317 "test": "views_unittests" 1319 "test": "views_unittests"
1318 }, 1320 },
1319 { 1321 {
1320 "swarming": { 1322 "swarming": {
1321 "can_use_on_swarming_builders": true 1323 "can_use_on_swarming_builders": true
1322 }, 1324 },
1323 "test": "wm_unittests" 1325 "test": "wm_unittests"
1324 } 1326 }
1325 ], 1327 ],
1328 "isolated_scripts": [
1329 {
1330 "isolate_name": "telemetry_gpu_unittests",
1331 "name": "telemetry_gpu_unittests"
1332 }
1333 ],
1326 "scripts": [ 1334 "scripts": [
1327 { 1335 {
1328 "name": "telemetry_unittests", 1336 "name": "telemetry_unittests",
1329 "script": "telemetry_unittests.py" 1337 "script": "telemetry_unittests.py"
1330 }, 1338 },
1331 { 1339 {
1332 "name": "telemetry_gpu_unittests",
1333 "script": "telemetry_gpu_unittests.py"
1334 },
1335 {
1336 "name": "telemetry_perf_unittests", 1340 "name": "telemetry_perf_unittests",
1337 "script": "telemetry_perf_unittests.py" 1341 "script": "telemetry_perf_unittests.py"
1338 }, 1342 },
1339 { 1343 {
1340 "name": "nacl_integration", 1344 "name": "nacl_integration",
1341 "script": "nacl_integration.py" 1345 "script": "nacl_integration.py"
1342 } 1346 }
1343 ] 1347 ]
1344 }, 1348 },
1345 "Linux Tests (dbg)(1)(32)": { 1349 "Linux Tests (dbg)(1)(32)": {
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 } 1663 }
1660 ], 1664 ],
1661 "scripts": [ 1665 "scripts": [
1662 { 1666 {
1663 "name": "nacl_integration", 1667 "name": "nacl_integration",
1664 "script": "nacl_integration.py" 1668 "script": "nacl_integration.py"
1665 } 1669 }
1666 ] 1670 ]
1667 } 1671 }
1668 } 1672 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698