| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "-u", | 125 "-u", |
| 126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 127 "--output", | 127 "--output", |
| 128 "/path/to/tmp/json", | 128 "/path/to/tmp/json", |
| 129 "--", | 129 "--", |
| 130 "--build-config-fs", | 130 "--build-config-fs", |
| 131 "Release", | 131 "Release", |
| 132 "--paths", | 132 "--paths", |
| 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 134 "--properties", | 134 "--properties", |
| 135 "{\"buildername\": \"CrWinClang tester\", \"buildnumber\": 571, \"slavenam
e\": \"TestSlavename\"}" | 135 "{\"buildername\": \"CrWinClang tester\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
| 136 ], | 136 ], |
| 137 "name": "get compile targets for scripts", | 137 "name": "get compile targets for scripts", |
| 138 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@json.output@{}@@@", | 139 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 140 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 141 ] |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [ | 144 "cmd": [ |
| 145 "python", | 145 "python", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "cmd": [ | 315 "cmd": [ |
| 316 "python", | 316 "python", |
| 317 "-u", | 317 "-u", |
| 318 "[BUILD]\\scripts\\slave\\process_dumps.py", | 318 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 319 "--target", | 319 "--target", |
| 320 "Release" | 320 "Release" |
| 321 ], | 321 ], |
| 322 "name": "process_dumps" | 322 "name": "process_dumps" |
| 323 } | 323 } |
| 324 ] | 324 ] |
| OLD | NEW |