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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 599 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
600 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b
7535\"@@@" | 600 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b
7535\"@@@" |
601 ] | 601 ] |
602 }, | 602 }, |
603 { | 603 { |
604 "name": "$result", | 604 "name": "$result", |
605 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 605 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
606 "status_code": 1 | 606 "status_code": 1 |
607 } | 607 } |
608 ] | 608 ] |
OLD | NEW |