OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux_chromium_gn_rel", | 10 "v8_linux_chromium_gn_rel", |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 "cmd": [ | 150 "cmd": [ |
151 "python", | 151 "python", |
152 "-u", | 152 "-u", |
153 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 153 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
154 "--output", | 154 "--output", |
155 "/path/to/tmp/json", | 155 "/path/to/tmp/json", |
156 "--", | 156 "--", |
157 "--build-config-fs", | 157 "--build-config-fs", |
158 "Release", | 158 "Release", |
159 "--paths", | 159 "--paths", |
160 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 160 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
161 "--properties", | 161 "--properties", |
162 "{\"buildername\": \"v8_linux_chromium_gn_rel\", \"buildnumber\": 571, \"m
astername\": \"tryserver.v8\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" | 162 "{\"buildername\": \"v8_linux_chromium_gn_rel\", \"buildnumber\": 571, \"m
astername\": \"tryserver.v8\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" |
163 ], | 163 ], |
164 "cwd": "[SLAVE_BUILD]", | 164 "cwd": "[SLAVE_BUILD]", |
165 "name": "get compile targets for scripts", | 165 "name": "get compile targets for scripts", |
166 "~followup_annotations": [ | 166 "~followup_annotations": [ |
167 "@@@STEP_LOG_LINE@json.output@{}@@@", | 167 "@@@STEP_LOG_LINE@json.output@{}@@@", |
168 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
169 ] | 169 ] |
170 }, | 170 }, |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
303 "@@@STEP_LOG_END@json.output (invalid)@@@" | 303 "@@@STEP_LOG_END@json.output (invalid)@@@" |
304 ] | 304 ] |
305 }, | 305 }, |
306 { | 306 { |
307 "name": "$result", | 307 "name": "$result", |
308 "recipe_result": null, | 308 "recipe_result": null, |
309 "status_code": 0 | 309 "status_code": 0 |
310 } | 310 } |
311 ] | 311 ] |
OLD | NEW |