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

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

Issue 2841833003: Build browser tests on all gpu release bots (Closed)
Patch Set: Created 3 years, 8 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') | testing/buildbot/chromium.gpu.fyi.json » ('j') | 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 "GPU Linux Builder": {}, 4 "GPU Linux Builder": {
5 "additional_compile_targets": [
6 "browser_tests"
7 ]
8 },
5 "GPU Linux Builder (dbg)": {}, 9 "GPU Linux Builder (dbg)": {},
6 "GPU Mac Builder": {}, 10 "GPU Mac Builder": {
11 "additional_compile_targets": [
12 "browser_tests"
13 ]
14 },
7 "GPU Mac Builder (dbg)": {}, 15 "GPU Mac Builder (dbg)": {},
8 "GPU Win Builder": {}, 16 "GPU Win Builder": {
17 "additional_compile_targets": [
18 "browser_tests"
19 ]
20 },
9 "GPU Win Builder (dbg)": {}, 21 "GPU Win Builder (dbg)": {},
10 "Linux Debug (NVIDIA)": { 22 "Linux Debug (NVIDIA)": {
11 "gtest_tests": [ 23 "gtest_tests": [
12 { 24 {
13 "args": [ 25 "args": [
14 "--use-gpu-in-tests", 26 "--use-gpu-in-tests",
15 "--test-launcher-retry-limit=0" 27 "--test-launcher-retry-limit=0"
16 ], 28 ],
17 "swarming": { 29 "swarming": {
18 "can_use_on_swarming_builders": true, 30 "can_use_on_swarming_builders": true,
(...skipping 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2670 { 2682 {
2671 "gpu": "10de:104a", 2683 "gpu": "10de:104a",
2672 "os": "Windows-2008ServerR2-SP1" 2684 "os": "Windows-2008ServerR2-SP1"
2673 } 2685 }
2674 ] 2686 ]
2675 } 2687 }
2676 } 2688 }
2677 ] 2689 ]
2678 } 2690 }
2679 } 2691 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698