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

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

Issue 2273393002: Run dEQP-GLES2 tests on the new AMD R7 Win bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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 9766 matching lines...) Expand 10 before | Expand all | Expand 10 after
9777 "os": "Windows-2008ServerR2-SP1" 9777 "os": "Windows-2008ServerR2-SP1"
9778 } 9778 }
9779 ] 9779 ]
9780 } 9780 }
9781 } 9781 }
9782 ] 9782 ]
9783 }, 9783 },
9784 "Win7 Release (AMD R7 240)": { 9784 "Win7 Release (AMD R7 240)": {
9785 "gtest_tests": [ 9785 "gtest_tests": [
9786 { 9786 {
9787 "swarming": {
9788 "can_use_on_swarming_builders": true,
9789 "dimension_sets": [
9790 {
9791 "gpu": "1002:6613",
9792 "os": "Windows-2008ServerR2-SP1"
9793 }
9794 ],
9795 "shards": 4
9796 },
9797 "test": "angle_deqp_gles2_tests",
9798 "use_xvfb": false
9799 },
9800 {
9787 "args": [ 9801 "args": [
9788 "--use-gpu-in-tests" 9802 "--use-gpu-in-tests"
9789 ], 9803 ],
9790 "swarming": { 9804 "swarming": {
9791 "can_use_on_swarming_builders": true, 9805 "can_use_on_swarming_builders": true,
9792 "dimension_sets": [ 9806 "dimension_sets": [
9793 { 9807 {
9794 "gpu": "1002:6613", 9808 "gpu": "1002:6613",
9795 "os": "Windows-2008ServerR2-SP1" 9809 "os": "Windows-2008ServerR2-SP1"
9796 } 9810 }
(...skipping 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after
14206 { 14220 {
14207 "gpu": "10de:104a", 14221 "gpu": "10de:104a",
14208 "os": "Windows-2012ServerR2-SP0" 14222 "os": "Windows-2012ServerR2-SP0"
14209 } 14223 }
14210 ] 14224 ]
14211 } 14225 }
14212 } 14226 }
14213 ] 14227 ]
14214 } 14228 }
14215 } 14229 }
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