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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2175373002: Move Skia recipes from build repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixes, add simulation test to presubmit 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
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind"
9 ],
10 "cwd": "[SLAVE_BUILD]/skia",
11 "name": "exec buildbot_spec.py",
12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@",
17 "@@@STEP_LOG_LINE@json.output@ ], @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
21 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
22 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu\": \"GPU\", @@@",
23 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"GTX550Ti\", @@@" ,
24 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Valgrind\", @@@",
25 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
26 "@@@STEP_LOG_LINE@json.output@ \"model\": \"ShuttleA\", @@@",
27 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
28 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Test\"@@@",
29 "@@@STEP_LOG_LINE@json.output@ }, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
33 "@@@STEP_LOG_LINE@json.output@ ], @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=0\"@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
41 "@@@STEP_LOG_LINE@json.output@ ], @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@"
46 ]
47 },
48 {
49 "cmd": [
50 "python",
51 "-u",
52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
53 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
54 "/path/to/tmp/"
55 ],
56 "name": "Get downloaded SKP VERSION"
57 },
58 {
59 "cmd": [
60 "python",
61 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "42",
64 "[SLAVE_BUILD]/tmp/SKP_VERSION"
65 ],
66 "name": "write SKP_VERSION"
67 },
68 {
69 "cmd": [
70 "python",
71 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
74 "/path/to/tmp/"
75 ],
76 "name": "Get downloaded skimage VERSION"
77 },
78 {
79 "cmd": [
80 "python",
81 "-u",
82 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
83 "42",
84 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
85 ],
86 "name": "write SK_IMAGE_VERSION"
87 },
88 {
89 "cmd": [
90 "valgrind",
91 "--gen-suppressions=all",
92 "--leak-check=full",
93 "--track-origins=yes",
94 "--error-exitcode=1",
95 "--num-callers=40",
96 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
97 "[SLAVE_BUILD]/out/Release/dm",
98 "--undefok",
99 "--resourcePath",
100 "[SLAVE_BUILD]/skia/resources",
101 "--skps",
102 "[SLAVE_BUILD]/skp",
103 "--images",
104 "[SLAVE_BUILD]/skimage/dm",
105 "--colorImages",
106 "[SLAVE_BUILD]/skimage/colorspace",
107 "--nameByHash",
108 "--properties",
109 "gitHash",
110 "abc123",
111 "master",
112 "client.skia",
113 "builder",
114 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
115 "build_number",
116 "5",
117 "--key",
118 "arch",
119 "x86_64",
120 "compiler",
121 "GCC",
122 "configuration",
123 "Release",
124 "cpu_or_gpu",
125 "GPU",
126 "cpu_or_gpu_value",
127 "GTX550Ti",
128 "extra_config",
129 "Valgrind",
130 "model",
131 "ShuttleA",
132 "os",
133 "Ubuntu",
134 "--nocpu",
135 "--dummy-flags"
136 ],
137 "env": {
138 "BUILDTYPE": "Release",
139 "CHROME_HEADLESS": "1",
140 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
141 "PYTHONPATH": "[BUILD]/scripts",
142 "SKIA_OUT": "[SLAVE_BUILD]/out"
143 },
144 "name": "dm"
145 },
146 {
147 "cmd": [
148 "valgrind",
149 "--gen-suppressions=all",
150 "--leak-check=full",
151 "--track-origins=yes",
152 "--error-exitcode=1",
153 "--num-callers=40",
154 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
155 "[SLAVE_BUILD]/out/Release/dm",
156 "--undefok",
157 "--resourcePath",
158 "[SLAVE_BUILD]/skia/resources",
159 "--skps",
160 "[SLAVE_BUILD]/skp",
161 "--images",
162 "[SLAVE_BUILD]/skimage/dm",
163 "--colorImages",
164 "[SLAVE_BUILD]/skimage/colorspace",
165 "--nameByHash",
166 "--properties",
167 "gitHash",
168 "abc123",
169 "master",
170 "client.skia",
171 "builder",
172 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
173 "build_number",
174 "5",
175 "--key",
176 "arch",
177 "x86_64",
178 "compiler",
179 "GCC",
180 "configuration",
181 "Release",
182 "cpu_or_gpu",
183 "GPU",
184 "cpu_or_gpu_value",
185 "GTX550Ti",
186 "extra_config",
187 "Valgrind",
188 "model",
189 "ShuttleA",
190 "os",
191 "Ubuntu",
192 "--nocpu",
193 "--dummy-flags",
194 "--abandonGpuContext"
195 ],
196 "env": {
197 "BUILDTYPE": "Release",
198 "CHROME_HEADLESS": "1",
199 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
200 "PYTHONPATH": "[BUILD]/scripts",
201 "SKIA_OUT": "[SLAVE_BUILD]/out"
202 },
203 "name": "dm --abandonGpuContext"
204 },
205 {
206 "cmd": [
207 "valgrind",
208 "--gen-suppressions=all",
209 "--leak-check=full",
210 "--track-origins=yes",
211 "--error-exitcode=1",
212 "--num-callers=40",
213 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
214 "[SLAVE_BUILD]/out/Release/dm",
215 "--undefok",
216 "--resourcePath",
217 "[SLAVE_BUILD]/skia/resources",
218 "--skps",
219 "[SLAVE_BUILD]/skp",
220 "--images",
221 "[SLAVE_BUILD]/skimage/dm",
222 "--colorImages",
223 "[SLAVE_BUILD]/skimage/colorspace",
224 "--nameByHash",
225 "--properties",
226 "gitHash",
227 "abc123",
228 "master",
229 "client.skia",
230 "builder",
231 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
232 "build_number",
233 "5",
234 "--key",
235 "arch",
236 "x86_64",
237 "compiler",
238 "GCC",
239 "configuration",
240 "Release",
241 "cpu_or_gpu",
242 "GPU",
243 "cpu_or_gpu_value",
244 "GTX550Ti",
245 "extra_config",
246 "Valgrind",
247 "model",
248 "ShuttleA",
249 "os",
250 "Ubuntu",
251 "--nocpu",
252 "--dummy-flags",
253 "--preAbandonGpuContext"
254 ],
255 "env": {
256 "BUILDTYPE": "Release",
257 "CHROME_HEADLESS": "1",
258 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
259 "PYTHONPATH": "[BUILD]/scripts",
260 "SKIA_OUT": "[SLAVE_BUILD]/out"
261 },
262 "name": "dm --preAbandonGpuContext"
263 },
264 {
265 "name": "$result",
266 "recipe_result": null,
267 "status_code": 0
268 }
269 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698