| 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.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android64 Builder", | 10 "Android64 Builder", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "--gsutil-py-path", | 172 "--gsutil-py-path", |
| 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 174 "--ninja-path", | 174 "--ninja-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 176 "--target", | 176 "--target", |
| 177 "Release", | 177 "Release", |
| 178 "--src-dir", | 178 "--src-dir", |
| 179 "[SLAVE_BUILD]/src", | 179 "[SLAVE_BUILD]/src", |
| 180 "--goma-cache-dir", | 180 "--goma-cache-dir", |
| 181 "[GOMA_CACHE]", | 181 "[GOMA_CACHE]", |
| 182 "--build-tool", | |
| 183 "ninja", | |
| 184 "--compiler", | 182 "--compiler", |
| 185 "goma", | 183 "goma", |
| 186 "--goma-jsonstatus", | 184 "--goma-jsonstatus", |
| 187 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
| 188 "--goma-service-account-json-file", | 186 "--goma-service-account-json-file", |
| 189 "/creds/service_accounts/service-account-goma-client.json", | 187 "/creds/service_accounts/service-account-goma-client.json", |
| 190 "--goma-dir", | 188 "--goma-dir", |
| 191 "[CACHE]/cipd/goma", | 189 "[CACHE]/cipd/goma", |
| 192 "--" | 190 "--" |
| 193 ], | 191 ], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 246 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" | 244 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" |
| 247 ] | 245 ] |
| 248 }, | 246 }, |
| 249 { | 247 { |
| 250 "name": "$result", | 248 "name": "$result", |
| 251 "recipe_result": null, | 249 "recipe_result": null, |
| 252 "status_code": 0 | 250 "status_code": 0 |
| 253 } | 251 } |
| 254 ] | 252 ] |
| OLD | NEW |