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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 "-u", | 215 "-u", |
216 "[BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\scripts\\get_compile_targe
ts.py", | 216 "[BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\scripts\\get_compile_targe
ts.py", |
217 "--output", | 217 "--output", |
218 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
219 "--", | 219 "--", |
220 "--build-config-fs", | 220 "--build-config-fs", |
221 "Release", | 221 "Release", |
222 "--paths", | 222 "--paths", |
223 "{\"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\"}", | 223 "{\"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\"}", |
224 "--properties", | 224 "--properties", |
225 "{\"buildername\": \"Win Clang Perf\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 225 "{\"buildername\": \"Win Clang Perf\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf.fyi\", \"perf-id\": \"chromium-win-clang\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
226 ], | 226 ], |
227 "name": "get compile targets for scripts", | 227 "name": "get compile targets for scripts", |
228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
229 "@@@STEP_LOG_LINE@json.output@{}@@@", | 229 "@@@STEP_LOG_LINE@json.output@{}@@@", |
230 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
231 ] | 231 ] |
232 }, | 232 }, |
233 { | 233 { |
234 "cmd": [ | 234 "cmd": [ |
235 "python", | 235 "python", |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 550 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
551 }, | 551 }, |
552 "name": "process_dumps" | 552 "name": "process_dumps" |
553 }, | 553 }, |
554 { | 554 { |
555 "name": "$result", | 555 "name": "$result", |
556 "recipe_result": null, | 556 "recipe_result": null, |
557 "status_code": 0 | 557 "status_code": 0 |
558 } | 558 } |
559 ] | 559 ] |
OLD | NEW |