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

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

Issue 1547383002: Added src-side JSON file for GPU FYI bots running Chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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
(Empty)
1 {
2 "GPU NextGen Linux Builder": {},
3 "GPU NextGen Linux Builder (dbg)": {},
4 "GPU NextGen Mac Builder": {},
5 "GPU NextGen Mac Builder (dbg)": {},
6 "Linux NextGen Debug (NVIDIA)": {
7 "isolated_scripts": [
8 {
9 "args": [
10 "webgl_conformance",
11 "--show-stdout",
12 "--browser=debug",
13 "-v",
14 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \""
15 ],
16 "isolate_name": "telemetry_gpu_test",
17 "name": "webgl_conformance",
18 "override_compile_targets": [
19 "telemetry_gpu_test_run"
20 ],
21 "swarming": {
22 "can_use_on_swarming_builders": true,
23 "dimension_sets": [
24 {
25 "gpu": "10de:104a",
26 "os": "Linux"
27 }
28 ]
29 }
30 }
31 ]
32 },
33 "Linux NextGen Release (NVIDIA)": {
34 "isolated_scripts": [
35 {
36 "args": [
37 "webgl_conformance",
38 "--show-stdout",
39 "--browser=release",
40 "-v",
41 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \""
42 ],
43 "isolate_name": "telemetry_gpu_test",
44 "name": "webgl_conformance",
45 "override_compile_targets": [
46 "telemetry_gpu_test_run"
47 ],
48 "swarming": {
49 "can_use_on_swarming_builders": true,
50 "dimension_sets": [
51 {
52 "gpu": "10de:104a",
53 "os": "Linux"
54 }
55 ]
56 }
57 }
58 ]
59 },
60 "Mac NextGen 10.10 Retina Debug (AMD)": {
61 "isolated_scripts": [
62 {
63 "args": [
64 "webgl_conformance",
65 "--show-stdout",
66 "--browser=debug",
67 "-v",
68 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \""
69 ],
70 "isolate_name": "telemetry_gpu_test",
71 "name": "webgl_conformance",
72 "override_compile_targets": [
73 "telemetry_gpu_test_run"
74 ],
75 "swarming": {
76 "can_use_on_swarming_builders": true,
77 "dimension_sets": [
78 {
79 "gpu": "1002:6821",
80 "hidpi": "1",
81 "os": "Mac-10.10"
82 }
83 ]
84 }
85 }
86 ]
87 },
88 "Mac NextGen 10.10 Retina Release (AMD)": {
89 "isolated_scripts": [
90 {
91 "args": [
92 "webgl_conformance",
93 "--show-stdout",
94 "--browser=release",
95 "-v",
96 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \""
97 ],
98 "isolate_name": "telemetry_gpu_test",
99 "name": "webgl_conformance",
100 "override_compile_targets": [
101 "telemetry_gpu_test_run"
102 ],
103 "swarming": {
104 "can_use_on_swarming_builders": true,
105 "dimension_sets": [
106 {
107 "gpu": "1002:6821",
108 "hidpi": "1",
109 "os": "Mac-10.10"
110 }
111 ]
112 }
113 }
114 ]
115 }
116 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698