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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "--goma-jsonstatus", | 175 "--goma-jsonstatus", |
176 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
177 "--mode", | 177 "--mode", |
178 "official", | 178 "official", |
179 "--goma-dir", | 179 "--goma-dir", |
180 "[BUILD]\\goma", | 180 "[BUILD]\\goma", |
181 "--goma-hermetic", | 181 "--goma-hermetic", |
182 "fallback", | 182 "fallback", |
183 "--", | 183 "--", |
184 "chrome", | 184 "chrome", |
185 "chromium_builder_perf", | 185 "chromium_builder_perf" |
186 "crash_service" | |
187 ], | 186 ], |
188 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
189 "name": "compile", | 188 "name": "compile", |
190 "~followup_annotations": [ | 189 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
192 "@@@STEP_LOG_END@json.output (invalid)@@@" | 191 "@@@STEP_LOG_END@json.output (invalid)@@@" |
193 ] | 192 ] |
194 }, | 193 }, |
195 { | 194 { |
196 "allow_subannotations": true, | 195 "allow_subannotations": true, |
(...skipping 10 matching lines...) Expand all Loading... |
207 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 206 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
208 "--factory-properties", | 207 "--factory-properties", |
209 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}", | 208 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}", |
210 "--build-properties", | 209 "--build-properties", |
211 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}" | 210 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}" |
212 ], | 211 ], |
213 "cwd": "[SLAVE_BUILD]", | 212 "cwd": "[SLAVE_BUILD]", |
214 "name": "package build" | 213 "name": "package build" |
215 }, | 214 }, |
216 { | 215 { |
217 "cmd": [ | |
218 "python", | |
219 "-u", | |
220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
221 "--target", | |
222 "Release_x64" | |
223 ], | |
224 "cwd": "[SLAVE_BUILD]", | |
225 "name": "start_crash_service" | |
226 }, | |
227 { | |
228 "allow_subannotations": true, | 216 "allow_subannotations": true, |
229 "cmd": [ | 217 "cmd": [ |
230 "python", | 218 "python", |
231 "-u", | 219 "-u", |
232 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
233 "--target", | 221 "--target", |
234 "Release_x64", | 222 "Release_x64", |
235 "--no-xvfb", | 223 "--no-xvfb", |
236 "--factory-properties", | 224 "--factory-properties", |
237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}", | 225 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}", |
(...skipping 23 matching lines...) Expand all Loading... |
261 ], | 249 ], |
262 "cwd": "[SLAVE_BUILD]", | 250 "cwd": "[SLAVE_BUILD]", |
263 "name": "process_dumps" | 251 "name": "process_dumps" |
264 }, | 252 }, |
265 { | 253 { |
266 "name": "$result", | 254 "name": "$result", |
267 "recipe_result": null, | 255 "recipe_result": null, |
268 "status_code": 0 | 256 "status_code": 0 |
269 } | 257 } |
270 ] | 258 ] |
OLD | NEW |