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 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "GYP_CHROMIUM_NO_ACTION": "1", | 202 "GYP_CHROMIUM_NO_ACTION": "1", |
203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", | 203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", |
204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
205 }, | 205 }, |
206 "name": "gclient runhooks" | 206 "name": "gclient runhooks" |
207 }, | 207 }, |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
210 "python", | 210 "python", |
211 "-u", | 211 "-u", |
| 212 "[BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\scripts\\get_compile_targe
ts.py", |
| 213 "--output", |
| 214 "/path/to/tmp/json", |
| 215 "--", |
| 216 "--build-config-fs", |
| 217 "Release", |
| 218 "--paths", |
| 219 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_Clang_Perf\\\\src\", \"runit.py\"
: \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\"
: \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 220 "--properties", |
| 221 "{\"buildername\": \"Win Clang Perf\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 222 ], |
| 223 "name": "get compile targets for scripts", |
| 224 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 226 "@@@STEP_LOG_END@json.output@@@" |
| 227 ] |
| 228 }, |
| 229 { |
| 230 "cmd": [ |
| 231 "python", |
| 232 "-u", |
| 233 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 234 "[BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\buildbot\\chromium.perf.fy
i.json", |
| 235 "/path/to/tmp/json" |
| 236 ], |
| 237 "name": "read test spec (chromium.perf.fyi.json)", |
| 238 "~followup_annotations": [ |
| 239 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\buildbo
t\\chromium.perf.fyi.json@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 241 "@@@STEP_LOG_END@json.output@@@" |
| 242 ] |
| 243 }, |
| 244 { |
| 245 "cmd": [ |
| 246 "python", |
| 247 "-u", |
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
213 "--show-path", | 249 "--show-path", |
214 "python", | 250 "python", |
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
216 ], | 252 ], |
217 "name": "cleanup_temp" | 253 "name": "cleanup_temp" |
218 }, | 254 }, |
219 { | 255 { |
220 "cmd": [ | 256 "cmd": [ |
221 "python", | 257 "python", |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 546 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
511 }, | 547 }, |
512 "name": "process_dumps" | 548 "name": "process_dumps" |
513 }, | 549 }, |
514 { | 550 { |
515 "name": "$result", | 551 "name": "$result", |
516 "recipe_result": null, | 552 "recipe_result": null, |
517 "status_code": 0 | 553 "status_code": 0 |
518 } | 554 } |
519 ] | 555 ] |
OLD | NEW |