| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "--src-dir", | 130 "--src-dir", |
| 131 "[SLAVE_BUILD]/src", | 131 "[SLAVE_BUILD]/src", |
| 132 "--goma-cache-dir", | 132 "--goma-cache-dir", |
| 133 "[GOMA_CACHE]", | 133 "[GOMA_CACHE]", |
| 134 "--build-tool", | 134 "--build-tool", |
| 135 "ninja", | 135 "ninja", |
| 136 "--compiler", | 136 "--compiler", |
| 137 "goma", | 137 "goma", |
| 138 "--goma-jsonstatus", | 138 "--goma-jsonstatus", |
| 139 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
| 140 "--goma-service-account-json-file", |
| 141 "/creds/service_accounts/service-account-goma-client.json", |
| 140 "--goma-dir", | 142 "--goma-dir", |
| 141 "[BUILD]/goma", | 143 "[BUILD]/goma", |
| 142 "--goma-fail-fast", | 144 "--goma-fail-fast", |
| 143 "--goma-disable-local-fallback", | 145 "--goma-disable-local-fallback", |
| 144 "--", | 146 "--", |
| 145 "target1", | 147 "target1", |
| 146 "target2", | 148 "target2", |
| 147 "target3" | 149 "target3" |
| 148 ], | 150 ], |
| 149 "cwd": "[SLAVE_BUILD]", | 151 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "compile", | 152 "name": "compile", |
| 151 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 155 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 154 ] | 156 ] |
| 155 }, | 157 }, |
| 156 { | 158 { |
| 157 "name": "$result", | 159 "name": "$result", |
| 158 "recipe_result": null, | 160 "recipe_result": null, |
| 159 "status_code": 0 | 161 "status_code": 0 |
| 160 } | 162 } |
| 161 ] | 163 ] |
| OLD | NEW |