OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
172 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
173 "--mode", | 173 "--mode", |
174 "official", | 174 "official", |
175 "--goma-dir", | 175 "--goma-dir", |
176 "[BUILD]\\goma", | 176 "[BUILD]\\goma", |
177 "--goma-hermetic", | 177 "--goma-hermetic", |
178 "fallback", | 178 "fallback", |
179 "--", | 179 "--", |
180 "chrome", | 180 "chrome", |
181 "chromium_builder_perf" | 181 "chromium_builder_perf", |
| 182 "crash_service" |
182 ], | 183 ], |
183 "cwd": "[SLAVE_BUILD]", | 184 "cwd": "[SLAVE_BUILD]", |
184 "name": "compile", | 185 "name": "compile", |
185 "~followup_annotations": [ | 186 "~followup_annotations": [ |
186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
187 "@@@STEP_LOG_END@json.output (invalid)@@@" | 188 "@@@STEP_LOG_END@json.output (invalid)@@@" |
188 ] | 189 ] |
189 }, | 190 }, |
190 { | 191 { |
191 "allow_subannotations": true, | 192 "allow_subannotations": true, |
(...skipping 10 matching lines...) Expand all Loading... |
202 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 203 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
203 "--factory-properties", | 204 "--factory-properties", |
204 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu
m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", | 205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu
m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
205 "--build-properties", | 206 "--build-properties", |
206 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu
m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}" | 207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu
m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}" |
207 ], | 208 ], |
208 "cwd": "[SLAVE_BUILD]", | 209 "cwd": "[SLAVE_BUILD]", |
209 "name": "package build" | 210 "name": "package build" |
210 }, | 211 }, |
211 { | 212 { |
| 213 "cmd": [ |
| 214 "python", |
| 215 "-u", |
| 216 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 217 "--target", |
| 218 "Release_x64" |
| 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "start_crash_service" |
| 222 }, |
| 223 { |
212 "allow_subannotations": true, | 224 "allow_subannotations": true, |
213 "cmd": [ | 225 "cmd": [ |
214 "python", | 226 "python", |
215 "-u", | 227 "-u", |
216 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 228 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
217 "--target", | 229 "--target", |
218 "Release_x64", | 230 "Release_x64", |
219 "--no-xvfb", | 231 "--no-xvfb", |
220 "--factory-properties", | 232 "--factory-properties", |
221 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu
m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", | 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu
m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
(...skipping 23 matching lines...) Expand all Loading... |
245 ], | 257 ], |
246 "cwd": "[SLAVE_BUILD]", | 258 "cwd": "[SLAVE_BUILD]", |
247 "name": "process_dumps" | 259 "name": "process_dumps" |
248 }, | 260 }, |
249 { | 261 { |
250 "name": "$result", | 262 "name": "$result", |
251 "recipe_result": null, | 263 "recipe_result": null, |
252 "status_code": 0 | 264 "status_code": 0 |
253 } | 265 } |
254 ] | 266 ] |
OLD | NEW |