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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 "cmd": [ | 147 "cmd": [ |
148 "python", | 148 "python", |
149 "-u", | 149 "-u", |
150 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 150 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
151 "--output", | 151 "--output", |
152 "/path/to/tmp/json", | 152 "/path/to/tmp/json", |
153 "--", | 153 "--", |
154 "--build-config-fs", | 154 "--build-config-fs", |
155 "Release", | 155 "Release", |
156 "--paths", | 156 "--paths", |
157 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 157 "{\"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\"}", |
158 "--properties", | 158 "--properties", |
159 "{\"buildername\": \"v8_linux_chromium_gn_rel\", \"buildnumber\": 571, \"m
astername\": \"tryserver.v8\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" | 159 "{\"buildername\": \"v8_linux_chromium_gn_rel\", \"buildnumber\": 571, \"m
astername\": \"tryserver.v8\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" |
160 ], | 160 ], |
161 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
162 "name": "get compile targets for scripts", | 162 "name": "get compile targets for scripts", |
163 "~followup_annotations": [ | 163 "~followup_annotations": [ |
164 "@@@STEP_LOG_LINE@json.output@{}@@@", | 164 "@@@STEP_LOG_LINE@json.output@{}@@@", |
165 "@@@STEP_LOG_END@json.output@@@" | 165 "@@@STEP_LOG_END@json.output@@@" |
166 ] | 166 ] |
167 }, | 167 }, |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 "@@@STEP_WARNINGS@@@", | 306 "@@@STEP_WARNINGS@@@", |
307 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795
22fa\"@@@" | 307 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795
22fa\"@@@" |
308 ] | 308 ] |
309 }, | 309 }, |
310 { | 310 { |
311 "name": "$result", | 311 "name": "$result", |
312 "reason": "Step('compile') failed with return_code 1", | 312 "reason": "Step('compile') failed with return_code 1", |
313 "status_code": 1 | 313 "status_code": 1 |
314 } | 314 } |
315 ] | 315 ] |
OLD | NEW |