| 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", | |
| 180 "--compiler", | 174 "--compiler", |
| 181 "goma", | 175 "goma", |
| 182 "--goma-jsonstatus", | 176 "--goma-jsonstatus", |
| 183 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
| 184 "--goma-service-account-json-file", | 178 "--goma-service-account-json-file", |
| 185 "/creds/service_accounts/service-account-goma-client.json", | 179 "/creds/service_accounts/service-account-goma-client.json", |
| 186 "--goma-dir", | 180 "--goma-dir", |
| 187 "[BUILD]/goma", | 181 "[BUILD]/goma", |
| 188 "--", | 182 "--", |
| 189 "chromium_builder_tests" | 183 "chromium_builder_tests" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 205 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 199 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 206 ], | 200 ], |
| 207 "name": "annotated_steps" | 201 "name": "annotated_steps" |
| 208 }, | 202 }, |
| 209 { | 203 { |
| 210 "name": "$result", | 204 "name": "$result", |
| 211 "recipe_result": null, | 205 "recipe_result": null, |
| 212 "status_code": 0 | 206 "status_code": 0 |
| 213 } | 207 } |
| 214 ] | 208 ] |
| OLD | NEW |