| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "--src-dir", | 151 "--src-dir", |
| 152 "[SLAVE_BUILD]/src", | 152 "[SLAVE_BUILD]/src", |
| 153 "--goma-cache-dir", | 153 "--goma-cache-dir", |
| 154 "[GOMA_CACHE]", | 154 "[GOMA_CACHE]", |
| 155 "--buildbot-buildername", | 155 "--buildbot-buildername", |
| 156 "Android Debug", | 156 "Android Debug", |
| 157 "--buildbot-mastername", | 157 "--buildbot-mastername", |
| 158 "client.libyuv", | 158 "client.libyuv", |
| 159 "--buildbot-slavename", | 159 "--buildbot-slavename", |
| 160 "slavename", | 160 "slavename", |
| 161 "--goma-deps-cache-file", |
| 162 "Android_Debug.gomadeps", |
| 161 "--compiler", | 163 "--compiler", |
| 162 "goma", | 164 "goma", |
| 163 "--goma-jsonstatus", | 165 "--goma-jsonstatus", |
| 164 "/path/to/tmp/json", | 166 "/path/to/tmp/json", |
| 165 "--goma-service-account-json-file", | 167 "--goma-service-account-json-file", |
| 166 "/creds/service_accounts/service-account-goma-client.json", | 168 "/creds/service_accounts/service-account-goma-client.json", |
| 167 "--goma-dir", | 169 "--goma-dir", |
| 168 "[CACHE]/cipd/goma", | 170 "[CACHE]/cipd/goma", |
| 169 "--" | 171 "--" |
| 170 ], | 172 ], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 222 "@@@STEP_TEXT@Android Tester ARM32 Debug (Nexus 5X)@@@" | 224 "@@@STEP_TEXT@Android Tester ARM32 Debug (Nexus 5X)@@@" |
| 223 ] | 225 ] |
| 224 }, | 226 }, |
| 225 { | 227 { |
| 226 "name": "$result", | 228 "name": "$result", |
| 227 "recipe_result": null, | 229 "recipe_result": null, |
| 228 "status_code": 0 | 230 "status_code": 0 |
| 229 } | 231 } |
| 230 ] | 232 ] |
| OLD | NEW |