| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "--gsutil-py-path", | 164 "--gsutil-py-path", |
| 165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 166 "--ninja-path", | 166 "--ninja-path", |
| 167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 168 "--target", | 168 "--target", |
| 169 "Release", | 169 "Release", |
| 170 "--src-dir", | 170 "--src-dir", |
| 171 "[SLAVE_BUILD]/src", | 171 "[SLAVE_BUILD]/src", |
| 172 "--goma-cache-dir", | 172 "--goma-cache-dir", |
| 173 "[GOMA_CACHE]", | 173 "[GOMA_CACHE]", |
| 174 "--buildbot-buildername", |
| 175 "TestBuilder", |
| 176 "--buildbot-mastername", |
| 177 "chromium.testing.master", |
| 178 "--buildbot-slavename", |
| 179 "TestSlavename", |
| 174 "--compiler", | 180 "--compiler", |
| 175 "goma", | 181 "goma", |
| 176 "--goma-jsonstatus", | 182 "--goma-jsonstatus", |
| 177 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 178 "--goma-service-account-json-file", | 184 "--goma-service-account-json-file", |
| 179 "/creds/service_accounts/service-account-goma-client.json", | 185 "/creds/service_accounts/service-account-goma-client.json", |
| 180 "--goma-dir", | 186 "--goma-dir", |
| 181 "[BUILD]/goma", | 187 "[BUILD]/goma", |
| 182 "--", | 188 "--", |
| 183 "chromium_builder_tests" | 189 "chromium_builder_tests" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 199 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 205 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 200 ], | 206 ], |
| 201 "name": "annotated_steps" | 207 "name": "annotated_steps" |
| 202 }, | 208 }, |
| 203 { | 209 { |
| 204 "name": "$result", | 210 "name": "$result", |
| 205 "recipe_result": null, | 211 "recipe_result": null, |
| 206 "status_code": 0 | 212 "status_code": 0 |
| 207 } | 213 } |
| 208 ] | 214 ] |
| OLD | NEW |