| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - predictable", | 10 "V8 Linux - predictable", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "@@@STEP_LOG_LINE@json.output@ }@@@", | 353 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 354 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 354 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 355 "@@@STEP_LOG_LINE@json.output@}@@@", | 355 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 356 "@@@STEP_LOG_END@json.output@@@" | 356 "@@@STEP_LOG_END@json.output@@@" |
| 357 ] | 357 ] |
| 358 }, | 358 }, |
| 359 { | 359 { |
| 360 "cmd": [ | 360 "cmd": [ |
| 361 "python", | 361 "python", |
| 362 "-u", | 362 "-u", |
| 363 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", | 363 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py", |
| 364 "--json-file", | 364 "--json-file", |
| 365 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
| 366 "--url", | 366 "--url", |
| 367 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", | 367 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", |
| 368 "--format", | 368 "--format", |
| 369 "json", | 369 "json", |
| 370 "--log-limit", | 370 "--log-limit", |
| 371 "100" | 371 "100" |
| 372 ], | 372 ], |
| 373 "cwd": "[SLAVE_BUILD]", | 373 "cwd": "[SLAVE_BUILD]", |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 "~followup_annotations": [ | 955 "~followup_annotations": [ |
| 956 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 956 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 957 ] | 957 ] |
| 958 }, | 958 }, |
| 959 { | 959 { |
| 960 "name": "$result", | 960 "name": "$result", |
| 961 "reason": "Failures or flakes in build.", | 961 "reason": "Failures or flakes in build.", |
| 962 "status_code": 1 | 962 "status_code": 1 |
| 963 } | 963 } |
| 964 ] | 964 ] |
| OLD | NEW |