| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "-u", | 101 "-u", |
| 102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 103 "--output", | 103 "--output", |
| 104 "/path/to/tmp/json", | 104 "/path/to/tmp/json", |
| 105 "--", | 105 "--", |
| 106 "--build-config-fs", | 106 "--build-config-fs", |
| 107 "Release", | 107 "Release", |
| 108 "--paths", | 108 "--paths", |
| 109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 110 "--properties", | 110 "--properties", |
| 111 "{\"buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"slavenam
e\": \"TestSlavename\"}" | 111 "{\"buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
| 112 ], | 112 ], |
| 113 "name": "get compile targets for scripts", | 113 "name": "get compile targets for scripts", |
| 114 "~followup_annotations": [ | 114 "~followup_annotations": [ |
| 115 "@@@STEP_LOG_LINE@json.output@{}@@@", | 115 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 116 "@@@STEP_LOG_END@json.output@@@" | 116 "@@@STEP_LOG_END@json.output@@@" |
| 117 ] | 117 ] |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "cmd": [ | 120 "cmd": [ |
| 121 "python", | 121 "python", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "cmd": [ | 183 "cmd": [ |
| 184 "python", | 184 "python", |
| 185 "-u", | 185 "-u", |
| 186 "[BUILD]\\scripts\\slave\\process_dumps.py", | 186 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 187 "--target", | 187 "--target", |
| 188 "Release" | 188 "Release" |
| 189 ], | 189 ], |
| 190 "name": "process_dumps" | 190 "name": "process_dumps" |
| 191 } | 191 } |
| 192 ] | 192 ] |
| OLD | NEW |