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.blink", | 8 "tryserver.blink", |
9 "--builder", | 9 "--builder", |
10 "linux_blink_rel", | 10 "linux_blink_rel", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "cmd": [ | 151 "cmd": [ |
152 "python", | 152 "python", |
153 "-u", | 153 "-u", |
154 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 154 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
155 "--output", | 155 "--output", |
156 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
157 "--", | 157 "--", |
158 "--build-config-fs", | 158 "--build-config-fs", |
159 "Release", | 159 "Release", |
160 "--paths", | 160 "--paths", |
161 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 161 "{\"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\"}", |
162 "--properties", | 162 "--properties", |
163 "{\"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"mastername
\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 163 "{\"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"mastername
\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
164 ], | 164 ], |
165 "cwd": "[SLAVE_BUILD]", | 165 "cwd": "[SLAVE_BUILD]", |
166 "name": "get compile targets for scripts", | 166 "name": "get compile targets for scripts", |
167 "~followup_annotations": [ | 167 "~followup_annotations": [ |
168 "@@@STEP_LOG_LINE@json.output@{}@@@", | 168 "@@@STEP_LOG_LINE@json.output@{}@@@", |
169 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
170 ] | 170 ] |
171 }, | 171 }, |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 "@@@STEP_FAILURE@@@", | 401 "@@@STEP_FAILURE@@@", |
402 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 402 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
403 ] | 403 ] |
404 }, | 404 }, |
405 { | 405 { |
406 "name": "$result", | 406 "name": "$result", |
407 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 407 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
408 "status_code": 1 | 408 "status_code": 1 |
409 } | 409 } |
410 ] | 410 ] |
OLD | NEW |