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