| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "-u", | 126 "-u", |
| 127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 128 "--output", | 128 "--output", |
| 129 "/path/to/tmp/json", | 129 "/path/to/tmp/json", |
| 130 "--", | 130 "--", |
| 131 "--build-config-fs", | 131 "--build-config-fs", |
| 132 "Release", | 132 "Release", |
| 133 "--paths", | 133 "--paths", |
| 134 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 134 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 135 "--properties", | 135 "--properties", |
| 136 "{\"buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}" | 136 "{\"buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" |
| 137 ], | 137 ], |
| 138 "name": "get compile targets for scripts", | 138 "name": "get compile targets for scripts", |
| 139 "~followup_annotations": [ | 139 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@json.output@{}@@@", | 140 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 141 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
| 142 ] | 142 ] |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "--build_revision", | 230 "--build_revision", |
| 231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 232 "--factory-properties", | 232 "--factory-properties", |
| 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 234 "--build-properties", | 234 "--build-properties", |
| 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 236 ], | 236 ], |
| 237 "name": "package build" | 237 "name": "package build" |
| 238 } | 238 } |
| 239 ] | 239 ] |
| OLD | NEW |