| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_chromeos_rel_ng", | 10 "linux_chromium_chromeos_rel_ng", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 ] | 110 ] |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [], | 113 "cmd": [], |
| 114 "name": "ensure_goma" | 114 "name": "ensure_goma" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 120 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 121 "--platform", | 121 "--platform", |
| 122 "linux-amd64", | 122 "linux-amd64", |
| 123 "--dest-directory", | 123 "--dest-directory", |
| 124 "[SLAVE_BUILD]/cipd", | 124 "[SLAVE_BUILD]/cipd", |
| 125 "--json-output", | 125 "--json-output", |
| 126 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| 127 ], | 127 ], |
| 128 "name": "ensure_goma.install cipd", | 128 "name": "ensure_goma.install cipd", |
| 129 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 130 "@@@STEP_NEST_LEVEL@1@@@", | 130 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "@@@SET_BUILD_PROPERTY@failure_hash@\"97d4f978f1755cc6c7d015306e35e48525ba
2702\"@@@" | 446 "@@@SET_BUILD_PROPERTY@failure_hash@\"97d4f978f1755cc6c7d015306e35e48525ba
2702\"@@@" |
| 447 ] | 447 ] |
| 448 }, | 448 }, |
| 449 { | 449 { |
| 450 "name": "$result", | 450 "name": "$result", |
| 451 "reason": "Step('test results') failed with return_code 1", | 451 "reason": "Step('test results') failed with return_code 1", |
| 452 "recipe_result": null, | 452 "recipe_result": null, |
| 453 "status_code": 1 | 453 "status_code": 1 |
| 454 } | 454 } |
| 455 ] | 455 ] |
| OLD | NEW |