| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 264 "--build-data-dir", |
| 265 "[ROOT]/build_data_dir", | 265 "[ROOT]/build_data_dir", |
| 266 "--compiler", | 266 "--compiler", |
| 267 "goma-clang", | 267 "goma-clang", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", |
| 271 "/creds/service_accounts/service-account-goma-client.json", |
| 270 "--goma-dir", | 272 "--goma-dir", |
| 271 "[CACHE]/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 272 "--" | 274 "--" |
| 273 ], | 275 ], |
| 274 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
| 275 "name": "compile", | 277 "name": "compile", |
| 276 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 278 "@@@STEP_LOG_END@json.output (invalid)@@@" | 280 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 279 ] | 281 ] |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "~followup_annotations": [ | 329 "~followup_annotations": [ |
| 328 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" | 330 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" |
| 329 ] | 331 ] |
| 330 }, | 332 }, |
| 331 { | 333 { |
| 332 "name": "$result", | 334 "name": "$result", |
| 333 "recipe_result": null, | 335 "recipe_result": null, |
| 334 "status_code": 0 | 336 "status_code": 0 |
| 335 } | 337 } |
| 336 ] | 338 ] |
| OLD | NEW |