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

Side by Side Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 2690253002: RELAND: Shape detection unittests mac (QR and Face) in GPU bots (Closed)
Patch Set: Adding --use-gpu-in-tests so tests are only run on GPU-bots Created 3 years, 10 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 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See generate_buildbot_json.py to make changes": {}, 3 "AAAAA2 See generate_buildbot_json.py to make changes": {},
4 "Android Release (Nexus 5)": { 4 "Android Release (Nexus 5)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_unittests", 7 "override_isolate_target": "angle_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false, 9 "can_use_on_swarming_builders": false,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 5465 matching lines...) Expand 10 before | Expand all | Expand 10 after
5476 "can_use_on_swarming_builders": true, 5476 "can_use_on_swarming_builders": true,
5477 "dimension_sets": [ 5477 "dimension_sets": [
5478 { 5478 {
5479 "gpu": "8086:0a2e", 5479 "gpu": "8086:0a2e",
5480 "os": "Mac-10.12" 5480 "os": "Mac-10.12"
5481 } 5481 }
5482 ] 5482 ]
5483 }, 5483 },
5484 "test": "gles2_conform_test", 5484 "test": "gles2_conform_test",
5485 "use_xvfb": false 5485 "use_xvfb": false
5486 },
5487 {
5488 "args": [
5489 "--gtest_filter=*Detection*",
5490 "--use-gpu-in-tests"
5491 ],
5492 "swarming": {
5493 "can_use_on_swarming_builders": true,
5494 "dimension_sets": [
5495 {
5496 "gpu": "8086:0a2e",
5497 "os": "Mac-10.12"
5498 }
5499 ]
5500 },
5501 "test": "service_unittests",
5502 "use_xvfb": false
5486 } 5503 }
5487 ], 5504 ],
5488 "isolated_scripts": [ 5505 "isolated_scripts": [
5489 { 5506 {
5490 "args": [ 5507 "args": [
5491 "context_lost", 5508 "context_lost",
5492 "--show-stdout", 5509 "--show-stdout",
5493 "--browser=debug", 5510 "--browser=debug",
5494 "-v", 5511 "-v",
5495 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5512 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
5826 "dimension_sets": [ 5843 "dimension_sets": [
5827 { 5844 {
5828 "gpu": "1002:6821", 5845 "gpu": "1002:6821",
5829 "hidpi": "1", 5846 "hidpi": "1",
5830 "os": "Mac" 5847 "os": "Mac"
5831 } 5848 }
5832 ] 5849 ]
5833 }, 5850 },
5834 "test": "gles2_conform_test", 5851 "test": "gles2_conform_test",
5835 "use_xvfb": false 5852 "use_xvfb": false
5853 },
5854 {
5855 "args": [
5856 "--gtest_filter=*Detection*",
5857 "--use-gpu-in-tests"
5858 ],
5859 "swarming": {
5860 "can_use_on_swarming_builders": false,
5861 "dimension_sets": [
5862 {
5863 "gpu": "1002:6821",
5864 "hidpi": "1",
5865 "os": "Mac"
5866 }
5867 ]
5868 },
5869 "test": "service_unittests",
5870 "use_xvfb": false
5836 } 5871 }
5837 ], 5872 ],
5838 "isolated_scripts": [ 5873 "isolated_scripts": [
5839 { 5874 {
5840 "args": [ 5875 "args": [
5841 "context_lost", 5876 "context_lost",
5842 "--show-stdout", 5877 "--show-stdout",
5843 "--browser=release", 5878 "--browser=release",
5844 "-v", 5879 "-v",
5845 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5880 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
6212 "dimension_sets": [ 6247 "dimension_sets": [
6213 { 6248 {
6214 "gpu": "10de:0fe9", 6249 "gpu": "10de:0fe9",
6215 "hidpi": "1", 6250 "hidpi": "1",
6216 "os": "Mac" 6251 "os": "Mac"
6217 } 6252 }
6218 ] 6253 ]
6219 }, 6254 },
6220 "test": "gles2_conform_test", 6255 "test": "gles2_conform_test",
6221 "use_xvfb": false 6256 "use_xvfb": false
6257 },
6258 {
6259 "args": [
6260 "--gtest_filter=*Detection*",
6261 "--use-gpu-in-tests"
6262 ],
6263 "swarming": {
6264 "can_use_on_swarming_builders": false,
6265 "dimension_sets": [
6266 {
6267 "gpu": "10de:0fe9",
6268 "hidpi": "1",
6269 "os": "Mac"
6270 }
6271 ]
6272 },
6273 "test": "service_unittests",
6274 "use_xvfb": false
6222 } 6275 }
6223 ], 6276 ],
6224 "isolated_scripts": [ 6277 "isolated_scripts": [
6225 { 6278 {
6226 "args": [ 6279 "args": [
6227 "context_lost", 6280 "context_lost",
6228 "--show-stdout", 6281 "--show-stdout",
6229 "--browser=release", 6282 "--browser=release",
6230 "-v", 6283 "-v",
6231 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 6284 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
6611 "gpu": "1002:6821", 6664 "gpu": "1002:6821",
6612 "hidpi": "1", 6665 "hidpi": "1",
6613 "os": "Mac" 6666 "os": "Mac"
6614 } 6667 }
6615 ] 6668 ]
6616 }, 6669 },
6617 "test": "gles2_conform_test", 6670 "test": "gles2_conform_test",
6618 "use_xvfb": false 6671 "use_xvfb": false
6619 }, 6672 },
6620 { 6673 {
6674 "args": [
6675 "--gtest_filter=*Detection*",
6676 "--use-gpu-in-tests"
6677 ],
6678 "swarming": {
6679 "can_use_on_swarming_builders": true,
6680 "dimension_sets": [
6681 {
6682 "gpu": "8086:0a2e",
6683 "os": "Mac-10.12"
6684 },
6685 {
6686 "gpu": "1002:6821",
6687 "hidpi": "1",
6688 "os": "Mac"
6689 }
6690 ]
6691 },
6692 "test": "service_unittests",
6693 "use_xvfb": false
6694 },
6695 {
6621 "override_compile_targets": [ 6696 "override_compile_targets": [
6622 "tab_capture_end2end_tests_run" 6697 "tab_capture_end2end_tests_run"
6623 ], 6698 ],
6624 "swarming": { 6699 "swarming": {
6625 "can_use_on_swarming_builders": true, 6700 "can_use_on_swarming_builders": true,
6626 "dimension_sets": [ 6701 "dimension_sets": [
6627 { 6702 {
6628 "gpu": "8086:0a2e", 6703 "gpu": "8086:0a2e",
6629 "os": "Mac-10.12" 6704 "os": "Mac-10.12"
6630 }, 6705 },
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
7039 "can_use_on_swarming_builders": false, 7114 "can_use_on_swarming_builders": false,
7040 "dimension_sets": [ 7115 "dimension_sets": [
7041 { 7116 {
7042 "gpu": "1002:679e", 7117 "gpu": "1002:679e",
7043 "os": "Mac-10.10" 7118 "os": "Mac-10.10"
7044 } 7119 }
7045 ] 7120 ]
7046 }, 7121 },
7047 "test": "gles2_conform_test", 7122 "test": "gles2_conform_test",
7048 "use_xvfb": false 7123 "use_xvfb": false
7124 },
7125 {
7126 "args": [
7127 "--gtest_filter=*Detection*",
7128 "--use-gpu-in-tests"
7129 ],
7130 "swarming": {
7131 "can_use_on_swarming_builders": false,
7132 "dimension_sets": [
7133 {
7134 "gpu": "1002:679e",
7135 "os": "Mac-10.10"
7136 }
7137 ]
7138 },
7139 "test": "service_unittests",
7140 "use_xvfb": false
7049 } 7141 }
7050 ], 7142 ],
7051 "isolated_scripts": [ 7143 "isolated_scripts": [
7052 { 7144 {
7053 "args": [ 7145 "args": [
7054 "context_lost", 7146 "context_lost",
7055 "--show-stdout", 7147 "--show-stdout",
7056 "--browser=debug", 7148 "--browser=debug",
7057 "-v", 7149 "-v",
7058 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 7150 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
7383 "can_use_on_swarming_builders": false, 7475 "can_use_on_swarming_builders": false,
7384 "dimension_sets": [ 7476 "dimension_sets": [
7385 { 7477 {
7386 "gpu": "1002:679e", 7478 "gpu": "1002:679e",
7387 "os": "Mac-10.10" 7479 "os": "Mac-10.10"
7388 } 7480 }
7389 ] 7481 ]
7390 }, 7482 },
7391 "test": "gles2_conform_test", 7483 "test": "gles2_conform_test",
7392 "use_xvfb": false 7484 "use_xvfb": false
7485 },
7486 {
7487 "args": [
7488 "--gtest_filter=*Detection*",
7489 "--use-gpu-in-tests"
7490 ],
7491 "swarming": {
7492 "can_use_on_swarming_builders": false,
7493 "dimension_sets": [
7494 {
7495 "gpu": "1002:679e",
7496 "os": "Mac-10.10"
7497 }
7498 ]
7499 },
7500 "test": "service_unittests",
7501 "use_xvfb": false
7393 } 7502 }
7394 ], 7503 ],
7395 "isolated_scripts": [ 7504 "isolated_scripts": [
7396 { 7505 {
7397 "args": [ 7506 "args": [
7398 "context_lost", 7507 "context_lost",
7399 "--show-stdout", 7508 "--show-stdout",
7400 "--browser=release", 7509 "--browser=release",
7401 "-v", 7510 "-v",
7402 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 7511 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
7742 { 7851 {
7743 "gpu": "8086:0a2e", 7852 "gpu": "8086:0a2e",
7744 "os": "Mac-10.12" 7853 "os": "Mac-10.12"
7745 } 7854 }
7746 ] 7855 ]
7747 }, 7856 },
7748 "test": "gles2_conform_test", 7857 "test": "gles2_conform_test",
7749 "use_xvfb": false 7858 "use_xvfb": false
7750 }, 7859 },
7751 { 7860 {
7861 "args": [
7862 "--gtest_filter=*Detection*",
7863 "--use-gpu-in-tests"
7864 ],
7865 "swarming": {
7866 "can_use_on_swarming_builders": true,
7867 "dimension_sets": [
7868 {
7869 "gpu": "8086:0a2e",
7870 "os": "Mac-10.12"
7871 }
7872 ]
7873 },
7874 "test": "service_unittests",
7875 "use_xvfb": false
7876 },
7877 {
7752 "override_compile_targets": [ 7878 "override_compile_targets": [
7753 "tab_capture_end2end_tests_run" 7879 "tab_capture_end2end_tests_run"
7754 ], 7880 ],
7755 "swarming": { 7881 "swarming": {
7756 "can_use_on_swarming_builders": true, 7882 "can_use_on_swarming_builders": true,
7757 "dimension_sets": [ 7883 "dimension_sets": [
7758 { 7884 {
7759 "gpu": "8086:0a2e", 7885 "gpu": "8086:0a2e",
7760 "os": "Mac-10.12" 7886 "os": "Mac-10.12"
7761 } 7887 }
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
8119 "dimension_sets": [ 8245 "dimension_sets": [
8120 { 8246 {
8121 "gpu": "1002:6821", 8247 "gpu": "1002:6821",
8122 "hidpi": "1", 8248 "hidpi": "1",
8123 "os": "Mac" 8249 "os": "Mac"
8124 } 8250 }
8125 ] 8251 ]
8126 }, 8252 },
8127 "test": "gles2_conform_test", 8253 "test": "gles2_conform_test",
8128 "use_xvfb": false 8254 "use_xvfb": false
8255 },
8256 {
8257 "args": [
8258 "--gtest_filter=*Detection*",
8259 "--use-gpu-in-tests"
8260 ],
8261 "swarming": {
8262 "can_use_on_swarming_builders": true,
8263 "dimension_sets": [
8264 {
8265 "gpu": "1002:6821",
8266 "hidpi": "1",
8267 "os": "Mac"
8268 }
8269 ]
8270 },
8271 "test": "service_unittests",
8272 "use_xvfb": false
8129 } 8273 }
8130 ], 8274 ],
8131 "isolated_scripts": [ 8275 "isolated_scripts": [
8132 { 8276 {
8133 "args": [ 8277 "args": [
8134 "context_lost", 8278 "context_lost",
8135 "--show-stdout", 8279 "--show-stdout",
8136 "--browser=debug", 8280 "--browser=debug",
8137 "-v", 8281 "-v",
8138 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 8282 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
8465 "dimension_sets": [ 8609 "dimension_sets": [
8466 { 8610 {
8467 "gpu": "10de:0fe9", 8611 "gpu": "10de:0fe9",
8468 "hidpi": "1", 8612 "hidpi": "1",
8469 "os": "Mac" 8613 "os": "Mac"
8470 } 8614 }
8471 ] 8615 ]
8472 }, 8616 },
8473 "test": "gles2_conform_test", 8617 "test": "gles2_conform_test",
8474 "use_xvfb": false 8618 "use_xvfb": false
8619 },
8620 {
8621 "args": [
8622 "--gtest_filter=*Detection*",
8623 "--use-gpu-in-tests"
8624 ],
8625 "swarming": {
8626 "can_use_on_swarming_builders": true,
8627 "dimension_sets": [
8628 {
8629 "gpu": "10de:0fe9",
8630 "hidpi": "1",
8631 "os": "Mac"
8632 }
8633 ]
8634 },
8635 "test": "service_unittests",
8636 "use_xvfb": false
8475 } 8637 }
8476 ], 8638 ],
8477 "isolated_scripts": [ 8639 "isolated_scripts": [
8478 { 8640 {
8479 "args": [ 8641 "args": [
8480 "context_lost", 8642 "context_lost",
8481 "--show-stdout", 8643 "--show-stdout",
8482 "--browser=debug", 8644 "--browser=debug",
8483 "-v", 8645 "-v",
8484 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 8646 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
8813 "gpu": "1002:6821", 8975 "gpu": "1002:6821",
8814 "hidpi": "1", 8976 "hidpi": "1",
8815 "os": "Mac" 8977 "os": "Mac"
8816 } 8978 }
8817 ] 8979 ]
8818 }, 8980 },
8819 "test": "gles2_conform_test", 8981 "test": "gles2_conform_test",
8820 "use_xvfb": false 8982 "use_xvfb": false
8821 }, 8983 },
8822 { 8984 {
8985 "args": [
8986 "--gtest_filter=*Detection*",
8987 "--use-gpu-in-tests"
8988 ],
8989 "swarming": {
8990 "can_use_on_swarming_builders": true,
8991 "dimension_sets": [
8992 {
8993 "gpu": "1002:6821",
8994 "hidpi": "1",
8995 "os": "Mac"
8996 }
8997 ]
8998 },
8999 "test": "service_unittests",
9000 "use_xvfb": false
9001 },
9002 {
8823 "override_compile_targets": [ 9003 "override_compile_targets": [
8824 "tab_capture_end2end_tests_run" 9004 "tab_capture_end2end_tests_run"
8825 ], 9005 ],
8826 "swarming": { 9006 "swarming": {
8827 "can_use_on_swarming_builders": true, 9007 "can_use_on_swarming_builders": true,
8828 "dimension_sets": [ 9008 "dimension_sets": [
8829 { 9009 {
8830 "gpu": "1002:6821", 9010 "gpu": "1002:6821",
8831 "hidpi": "1", 9011 "hidpi": "1",
8832 "os": "Mac" 9012 "os": "Mac"
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
9203 "gpu": "10de:0fe9", 9383 "gpu": "10de:0fe9",
9204 "hidpi": "1", 9384 "hidpi": "1",
9205 "os": "Mac" 9385 "os": "Mac"
9206 } 9386 }
9207 ] 9387 ]
9208 }, 9388 },
9209 "test": "gles2_conform_test", 9389 "test": "gles2_conform_test",
9210 "use_xvfb": false 9390 "use_xvfb": false
9211 }, 9391 },
9212 { 9392 {
9393 "args": [
9394 "--gtest_filter=*Detection*",
9395 "--use-gpu-in-tests"
9396 ],
9397 "swarming": {
9398 "can_use_on_swarming_builders": true,
9399 "dimension_sets": [
9400 {
9401 "gpu": "10de:0fe9",
9402 "hidpi": "1",
9403 "os": "Mac"
9404 }
9405 ]
9406 },
9407 "test": "service_unittests",
9408 "use_xvfb": false
9409 },
9410 {
9213 "override_compile_targets": [ 9411 "override_compile_targets": [
9214 "tab_capture_end2end_tests_run" 9412 "tab_capture_end2end_tests_run"
9215 ], 9413 ],
9216 "swarming": { 9414 "swarming": {
9217 "can_use_on_swarming_builders": true, 9415 "can_use_on_swarming_builders": true,
9218 "dimension_sets": [ 9416 "dimension_sets": [
9219 { 9417 {
9220 "gpu": "10de:0fe9", 9418 "gpu": "10de:0fe9",
9221 "hidpi": "1", 9419 "hidpi": "1",
9222 "os": "Mac" 9420 "os": "Mac"
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
9656 "can_use_on_swarming_builders": true, 9854 "can_use_on_swarming_builders": true,
9657 "dimension_sets": [ 9855 "dimension_sets": [
9658 { 9856 {
9659 "gpu": "8086:0a2e", 9857 "gpu": "8086:0a2e",
9660 "os": "Mac-10.12" 9858 "os": "Mac-10.12"
9661 } 9859 }
9662 ] 9860 ]
9663 }, 9861 },
9664 "test": "gles2_conform_test", 9862 "test": "gles2_conform_test",
9665 "use_xvfb": false 9863 "use_xvfb": false
9864 },
9865 {
9866 "args": [
9867 "--gtest_filter=*Detection*",
9868 "--use-gpu-in-tests"
9869 ],
9870 "swarming": {
9871 "can_use_on_swarming_builders": true,
9872 "dimension_sets": [
9873 {
9874 "gpu": "8086:0a2e",
9875 "os": "Mac-10.12"
9876 }
9877 ]
9878 },
9879 "test": "service_unittests",
9880 "use_xvfb": false
9666 } 9881 }
9667 ], 9882 ],
9668 "isolated_scripts": [ 9883 "isolated_scripts": [
9669 { 9884 {
9670 "args": [ 9885 "args": [
9671 "webgl_conformance", 9886 "webgl_conformance",
9672 "--show-stdout", 9887 "--show-stdout",
9673 "--browser=release", 9888 "--browser=release",
9674 "-v", 9889 "-v",
9675 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9890 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
9723 "dimension_sets": [ 9938 "dimension_sets": [
9724 { 9939 {
9725 "gpu": "1002:6821", 9940 "gpu": "1002:6821",
9726 "hidpi": "1", 9941 "hidpi": "1",
9727 "os": "Mac" 9942 "os": "Mac"
9728 } 9943 }
9729 ] 9944 ]
9730 }, 9945 },
9731 "test": "gles2_conform_test", 9946 "test": "gles2_conform_test",
9732 "use_xvfb": false 9947 "use_xvfb": false
9948 },
9949 {
9950 "args": [
9951 "--gtest_filter=*Detection*",
9952 "--use-gpu-in-tests"
9953 ],
9954 "swarming": {
9955 "can_use_on_swarming_builders": true,
9956 "dimension_sets": [
9957 {
9958 "gpu": "1002:6821",
9959 "hidpi": "1",
9960 "os": "Mac"
9961 }
9962 ]
9963 },
9964 "test": "service_unittests",
9965 "use_xvfb": false
9733 } 9966 }
9734 ], 9967 ],
9735 "isolated_scripts": [ 9968 "isolated_scripts": [
9736 { 9969 {
9737 "args": [ 9970 "args": [
9738 "webgl_conformance", 9971 "webgl_conformance",
9739 "--show-stdout", 9972 "--show-stdout",
9740 "--browser=release", 9973 "--browser=release",
9741 "-v", 9974 "-v",
9742 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9975 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
9789 "can_use_on_swarming_builders": true, 10022 "can_use_on_swarming_builders": true,
9790 "dimension_sets": [ 10023 "dimension_sets": [
9791 { 10024 {
9792 "gpu": "8086:0a2e", 10025 "gpu": "8086:0a2e",
9793 "os": "Mac-10.12" 10026 "os": "Mac-10.12"
9794 } 10027 }
9795 ] 10028 ]
9796 }, 10029 },
9797 "test": "gles2_conform_test", 10030 "test": "gles2_conform_test",
9798 "use_xvfb": false 10031 "use_xvfb": false
10032 },
10033 {
10034 "args": [
10035 "--gtest_filter=*Detection*",
10036 "--use-gpu-in-tests"
10037 ],
10038 "swarming": {
10039 "can_use_on_swarming_builders": true,
10040 "dimension_sets": [
10041 {
10042 "gpu": "8086:0a2e",
10043 "os": "Mac-10.12"
10044 }
10045 ]
10046 },
10047 "test": "service_unittests",
10048 "use_xvfb": false
9799 } 10049 }
9800 ], 10050 ],
9801 "isolated_scripts": [ 10051 "isolated_scripts": [
9802 { 10052 {
9803 "args": [ 10053 "args": [
9804 "webgl_conformance", 10054 "webgl_conformance",
9805 "--show-stdout", 10055 "--show-stdout",
9806 "--browser=release", 10056 "--browser=release",
9807 "-v", 10057 "-v",
9808 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 10058 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
9856 "dimension_sets": [ 10106 "dimension_sets": [
9857 { 10107 {
9858 "gpu": "10de:0fe9", 10108 "gpu": "10de:0fe9",
9859 "hidpi": "1", 10109 "hidpi": "1",
9860 "os": "Mac" 10110 "os": "Mac"
9861 } 10111 }
9862 ] 10112 ]
9863 }, 10113 },
9864 "test": "gles2_conform_test", 10114 "test": "gles2_conform_test",
9865 "use_xvfb": false 10115 "use_xvfb": false
10116 },
10117 {
10118 "args": [
10119 "--gtest_filter=*Detection*",
10120 "--use-gpu-in-tests"
10121 ],
10122 "swarming": {
10123 "can_use_on_swarming_builders": true,
10124 "dimension_sets": [
10125 {
10126 "gpu": "10de:0fe9",
10127 "hidpi": "1",
10128 "os": "Mac"
10129 }
10130 ]
10131 },
10132 "test": "service_unittests",
10133 "use_xvfb": false
9866 } 10134 }
9867 ], 10135 ],
9868 "isolated_scripts": [ 10136 "isolated_scripts": [
9869 { 10137 {
9870 "args": [ 10138 "args": [
9871 "webgl_conformance", 10139 "webgl_conformance",
9872 "--show-stdout", 10140 "--show-stdout",
9873 "--browser=release", 10141 "--browser=release",
9874 "-v", 10142 "-v",
9875 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 10143 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
9924 "dimension_sets": [ 10192 "dimension_sets": [
9925 { 10193 {
9926 "gpu": "1002:6821", 10194 "gpu": "1002:6821",
9927 "hidpi": "1", 10195 "hidpi": "1",
9928 "os": "Mac" 10196 "os": "Mac"
9929 } 10197 }
9930 ] 10198 ]
9931 }, 10199 },
9932 "test": "gles2_conform_test", 10200 "test": "gles2_conform_test",
9933 "use_xvfb": false 10201 "use_xvfb": false
10202 },
10203 {
10204 "args": [
10205 "--gtest_filter=*Detection*",
10206 "--use-gpu-in-tests"
10207 ],
10208 "swarming": {
10209 "can_use_on_swarming_builders": true,
10210 "dimension_sets": [
10211 {
10212 "gpu": "1002:6821",
10213 "hidpi": "1",
10214 "os": "Mac"
10215 }
10216 ]
10217 },
10218 "test": "service_unittests",
10219 "use_xvfb": false
9934 } 10220 }
9935 ], 10221 ],
9936 "isolated_scripts": [ 10222 "isolated_scripts": [
9937 { 10223 {
9938 "args": [ 10224 "args": [
9939 "webgl_conformance", 10225 "webgl_conformance",
9940 "--show-stdout", 10226 "--show-stdout",
9941 "--browser=release", 10227 "--browser=release",
9942 "-v", 10228 "-v",
9943 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 10229 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
9992 "dimension_sets": [ 10278 "dimension_sets": [
9993 { 10279 {
9994 "gpu": "10de:0fe9", 10280 "gpu": "10de:0fe9",
9995 "hidpi": "1", 10281 "hidpi": "1",
9996 "os": "Mac" 10282 "os": "Mac"
9997 } 10283 }
9998 ] 10284 ]
9999 }, 10285 },
10000 "test": "gles2_conform_test", 10286 "test": "gles2_conform_test",
10001 "use_xvfb": false 10287 "use_xvfb": false
10288 },
10289 {
10290 "args": [
10291 "--gtest_filter=*Detection*",
10292 "--use-gpu-in-tests"
10293 ],
10294 "swarming": {
10295 "can_use_on_swarming_builders": true,
10296 "dimension_sets": [
10297 {
10298 "gpu": "10de:0fe9",
10299 "hidpi": "1",
10300 "os": "Mac"
10301 }
10302 ]
10303 },
10304 "test": "service_unittests",
10305 "use_xvfb": false
10002 } 10306 }
10003 ], 10307 ],
10004 "isolated_scripts": [ 10308 "isolated_scripts": [
10005 { 10309 {
10006 "args": [ 10310 "args": [
10007 "webgl_conformance", 10311 "webgl_conformance",
10008 "--show-stdout", 10312 "--show-stdout",
10009 "--browser=release", 10313 "--browser=release",
10010 "-v", 10314 "-v",
10011 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 10315 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 7387 matching lines...) Expand 10 before | Expand all | Expand 10 after
17399 { 17703 {
17400 "gpu": "10de:104a", 17704 "gpu": "10de:104a",
17401 "os": "Windows-2008ServerR2-SP1" 17705 "os": "Windows-2008ServerR2-SP1"
17402 } 17706 }
17403 ] 17707 ]
17404 } 17708 }
17405 } 17709 }
17406 ] 17710 ]
17407 } 17711 }
17408 } 17712 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698