| 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.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ] | 104 ] |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [], | 107 "cmd": [], |
| 108 "name": "ensure_goma" | 108 "name": "ensure_goma" |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 "cmd": [ | 111 "cmd": [ |
| 112 "python", | 112 "python", |
| 113 "-u", | 113 "-u", |
| 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 115 "--platform", | 115 "--platform", |
| 116 "linux-amd64", | 116 "linux-amd64", |
| 117 "--dest-directory", | 117 "--dest-directory", |
| 118 "[SLAVE_BUILD]/cipd", | 118 "[SLAVE_BUILD]/cipd", |
| 119 "--json-output", | 119 "--json-output", |
| 120 "/path/to/tmp/json" | 120 "/path/to/tmp/json" |
| 121 ], | 121 ], |
| 122 "name": "ensure_goma.install cipd", | 122 "name": "ensure_goma.install cipd", |
| 123 "~followup_annotations": [ | 123 "~followup_annotations": [ |
| 124 "@@@STEP_NEST_LEVEL@1@@@", | 124 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 "@@@STEP_LOG_LINE@json.output@}@@@", | 1084 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1085 "@@@STEP_LOG_END@json.output@@@" | 1085 "@@@STEP_LOG_END@json.output@@@" |
| 1086 ] | 1086 ] |
| 1087 }, | 1087 }, |
| 1088 { | 1088 { |
| 1089 "name": "$result", | 1089 "name": "$result", |
| 1090 "recipe_result": null, | 1090 "recipe_result": null, |
| 1091 "status_code": 0 | 1091 "status_code": 0 |
| 1092 } | 1092 } |
| 1093 ] | 1093 ] |
| OLD | NEW |