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

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

Issue 2251913002: Re-enable WebGL 2.0 tests on Mac Minis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | 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 "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": true, 9 "can_use_on_swarming_builders": true,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 6102 matching lines...) Expand 10 before | Expand all | Expand 10 after
6113 } 6113 }
6114 ] 6114 ]
6115 } 6115 }
6116 }, 6116 },
6117 { 6117 {
6118 "args": [ 6118 "args": [
6119 "webgl_conformance", 6119 "webgl_conformance",
6120 "--show-stdout", 6120 "--show-stdout",
6121 "--browser=release", 6121 "--browser=release",
6122 "-v", 6122 "-v",
6123 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
6124 "--webgl-conformance-version=2.0.0",
6125 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
6126 ],
6127 "isolate_name": "telemetry_gpu_integration_test",
6128 "name": "webgl2_conformance_tests",
6129 "override_compile_targets": [
6130 "telemetry_gpu_integration_test_run"
6131 ],
6132 "swarming": {
6133 "can_use_on_swarming_builders": true,
6134 "dimension_sets": [
6135 {
6136 "gpu": "8086:0a2e",
6137 "os": "Mac-10.10"
6138 }
6139 ],
6140 "shards": 15
6141 }
6142 },
6143 {
6144 "args": [
6145 "webgl_conformance",
6146 "--show-stdout",
6147 "--browser=release",
6148 "-v",
6123 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 6149 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
6124 ], 6150 ],
6125 "isolate_name": "telemetry_gpu_integration_test", 6151 "isolate_name": "telemetry_gpu_integration_test",
6126 "name": "webgl_conformance_tests", 6152 "name": "webgl_conformance_tests",
6127 "override_compile_targets": [ 6153 "override_compile_targets": [
6128 "telemetry_gpu_integration_test_run" 6154 "telemetry_gpu_integration_test_run"
6129 ], 6155 ],
6130 "swarming": { 6156 "swarming": {
6131 "can_use_on_swarming_builders": true, 6157 "can_use_on_swarming_builders": true,
6132 "dimension_sets": [ 6158 "dimension_sets": [
(...skipping 1576 matching lines...) Expand 10 before | Expand all | Expand 10 after
7709 { 7735 {
7710 "gpu": "8086:0a2e", 7736 "gpu": "8086:0a2e",
7711 "os": "Mac-10.10" 7737 "os": "Mac-10.10"
7712 } 7738 }
7713 ] 7739 ]
7714 }, 7740 },
7715 "test": "gles2_conform_test", 7741 "test": "gles2_conform_test",
7716 "use_xvfb": false 7742 "use_xvfb": false
7717 } 7743 }
7718 ], 7744 ],
7719 "isolated_scripts": [] 7745 "isolated_scripts": [
7746 {
7747 "args": [
7748 "webgl_conformance",
7749 "--show-stdout",
7750 "--browser=release",
7751 "-v",
7752 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
7753 "--webgl-conformance-version=2.0.0",
7754 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
7755 ],
7756 "isolate_name": "telemetry_gpu_integration_test",
7757 "name": "webgl2_conformance_tests",
7758 "override_compile_targets": [
7759 "telemetry_gpu_integration_test_run"
7760 ],
7761 "swarming": {
7762 "can_use_on_swarming_builders": true,
7763 "dimension_sets": [
7764 {
7765 "gpu": "8086:0a2e",
7766 "os": "Mac-10.10"
7767 }
7768 ],
7769 "shards": 15
7770 }
7771 }
7772 ]
7720 }, 7773 },
7721 "Optional Mac 10.10 Retina Release (AMD)": { 7774 "Optional Mac 10.10 Retina Release (AMD)": {
7722 "gtest_tests": [ 7775 "gtest_tests": [
7723 { 7776 {
7724 "args": [ 7777 "args": [
7725 "--use-gpu-in-tests" 7778 "--use-gpu-in-tests"
7726 ], 7779 ],
7727 "swarming": { 7780 "swarming": {
7728 "can_use_on_swarming_builders": true, 7781 "can_use_on_swarming_builders": true,
7729 "dimension_sets": [ 7782 "dimension_sets": [
(...skipping 6035 matching lines...) Expand 10 before | Expand all | Expand 10 after
13765 { 13818 {
13766 "gpu": "10de:104a", 13819 "gpu": "10de:104a",
13767 "os": "Windows-2012ServerR2-SP0" 13820 "os": "Windows-2012ServerR2-SP0"
13768 } 13821 }
13769 ] 13822 ]
13770 } 13823 }
13771 } 13824 }
13772 ] 13825 ]
13773 } 13826 }
13774 } 13827 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698