| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "-u", | 122 "-u", |
| 123 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 123 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 124 "--output", | 124 "--output", |
| 125 "/path/to/tmp/json", | 125 "/path/to/tmp/json", |
| 126 "--", | 126 "--", |
| 127 "--build-config-fs", | 127 "--build-config-fs", |
| 128 "Release", | 128 "Release", |
| 129 "--paths", | 129 "--paths", |
| 130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 131 "--properties", | 131 "--properties", |
| 132 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"slaven
ame\": \"TestSlavename\"}" | 132 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
| 133 ], | 133 ], |
| 134 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 137 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 138 ] | 138 ] |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "@@@STEP_TEXT@No compile necessary@@@", | 191 "@@@STEP_TEXT@No compile necessary@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@{@@@", | 192 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@}@@@", | 196 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 197 "@@@STEP_LOG_END@json.output@@@" | 197 "@@@STEP_LOG_END@json.output@@@" |
| 198 ] | 198 ] |
| 199 } | 199 } |
| 200 ] | 200 ] |
| OLD | NEW |