| 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", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "--src-dir", | 111 "--src-dir", |
| 112 "[SLAVE_BUILD]/v8", | 112 "[SLAVE_BUILD]/v8", |
| 113 "--goma-cache-dir", | 113 "--goma-cache-dir", |
| 114 "[GOMA_CACHE]", | 114 "[GOMA_CACHE]", |
| 115 "--build-tool", | 115 "--build-tool", |
| 116 "ninja", | 116 "ninja", |
| 117 "--compiler", | 117 "--compiler", |
| 118 "goma", | 118 "goma", |
| 119 "--goma-jsonstatus", | 119 "--goma-jsonstatus", |
| 120 "/path/to/tmp/json", | 120 "/path/to/tmp/json", |
| 121 "--goma-service-account-json-file", |
| 122 "/creds/service_accounts/service-account-goma-client.json", |
| 121 "--goma-dir", | 123 "--goma-dir", |
| 122 "[BUILD]/goma", | 124 "[BUILD]/goma", |
| 123 "--clobber", | 125 "--clobber", |
| 124 "--" | 126 "--" |
| 125 ], | 127 ], |
| 126 "cwd": "[SLAVE_BUILD]", | 128 "cwd": "[SLAVE_BUILD]", |
| 127 "name": "compile", | 129 "name": "compile", |
| 128 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 130 "@@@STEP_LOG_END@json.output (invalid)@@@" | 132 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "~followup_annotations": [ | 233 "~followup_annotations": [ |
| 232 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 234 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
| 233 ] | 235 ] |
| 234 }, | 236 }, |
| 235 { | 237 { |
| 236 "name": "$result", | 238 "name": "$result", |
| 237 "recipe_result": null, | 239 "recipe_result": null, |
| 238 "status_code": 0 | 240 "status_code": 0 |
| 239 } | 241 } |
| 240 ] | 242 ] |
| OLD | NEW |