| 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 "Linux ASAN Builder", | 10 "Linux ASAN Builder", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[SLAVE_BUILD]/src", | 259 "[SLAVE_BUILD]/src", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--build-tool", | 262 "--build-tool", |
| 263 "ninja", | 263 "ninja", |
| 264 "--compiler", | 264 "--compiler", |
| 265 "goma-clang", | 265 "goma-clang", |
| 266 "--goma-jsonstatus", | 266 "--goma-jsonstatus", |
| 267 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
| 268 "--goma-service-account-json-file", |
| 269 "/creds/service_accounts/service-account-goma-client.json", |
| 268 "--goma-dir", | 270 "--goma-dir", |
| 269 "[BUILD]/goma", | 271 "[BUILD]/goma", |
| 270 "--" | 272 "--" |
| 271 ], | 273 ], |
| 272 "cwd": "[SLAVE_BUILD]", | 274 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "compile", | 275 "name": "compile", |
| 274 "~followup_annotations": [ | 276 "~followup_annotations": [ |
| 275 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 276 "@@@STEP_LOG_END@json.output (invalid)@@@" | 278 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 277 ] | 279 ] |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 326 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" | 328 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" |
| 327 ] | 329 ] |
| 328 }, | 330 }, |
| 329 { | 331 { |
| 330 "name": "$result", | 332 "name": "$result", |
| 331 "recipe_result": null, | 333 "recipe_result": null, |
| 332 "status_code": 0 | 334 "status_code": 0 |
| 333 } | 335 } |
| 334 ] | 336 ] |
| OLD | NEW |