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 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "V8-Blink Linux 64", | 10 "V8-Blink Linux 64", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "--src-dir", | 131 "--src-dir", |
132 "[SLAVE_BUILD]/src", | 132 "[SLAVE_BUILD]/src", |
133 "--goma-cache-dir", | 133 "--goma-cache-dir", |
134 "[GOMA_CACHE]", | 134 "[GOMA_CACHE]", |
135 "--build-tool", | 135 "--build-tool", |
136 "ninja", | 136 "ninja", |
137 "--compiler", | 137 "--compiler", |
138 "goma", | 138 "goma", |
139 "--goma-jsonstatus", | 139 "--goma-jsonstatus", |
140 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
141 "--goma-service-account-json-file", | |
142 "/creds/service_accounts/service-account-goma-client.json", | |
143 "--goma-dir", | 141 "--goma-dir", |
144 "[BUILD]/goma", | 142 "[BUILD]/goma", |
145 "--", | 143 "--", |
146 "blink_tests" | 144 "blink_tests" |
147 ], | 145 ], |
148 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
149 "name": "compile", | 147 "name": "compile", |
150 "~followup_annotations": [ | 148 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
152 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 253 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
256 "@@@STEP_FAILURE@@@" | 254 "@@@STEP_FAILURE@@@" |
257 ] | 255 ] |
258 }, | 256 }, |
259 { | 257 { |
260 "name": "$result", | 258 "name": "$result", |
261 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 259 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
262 "status_code": 1 | 260 "status_code": 1 |
263 } | 261 } |
264 ] | 262 ] |
OLD | NEW |