| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "--src-dir", | 150 "--src-dir", |
| 151 "[SLAVE_BUILD]/src", | 151 "[SLAVE_BUILD]/src", |
| 152 "--goma-cache-dir", | 152 "--goma-cache-dir", |
| 153 "[GOMA_CACHE]", | 153 "[GOMA_CACHE]", |
| 154 "--buildbot-buildername", | 154 "--buildbot-buildername", |
| 155 "Linux32 Debug", | 155 "Linux32 Debug", |
| 156 "--buildbot-mastername", | 156 "--buildbot-mastername", |
| 157 "client.libyuv", | 157 "client.libyuv", |
| 158 "--buildbot-slavename", | 158 "--buildbot-slavename", |
| 159 "slavename", | 159 "slavename", |
| 160 "--goma-deps-cache-file", |
| 161 "Linux32_Debug.gomadeps", |
| 160 "--compiler", | 162 "--compiler", |
| 161 "goma", | 163 "goma", |
| 162 "--goma-jsonstatus", | 164 "--goma-jsonstatus", |
| 163 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
| 164 "--goma-service-account-json-file", | 166 "--goma-service-account-json-file", |
| 165 "/creds/service_accounts/service-account-goma-client.json", | 167 "/creds/service_accounts/service-account-goma-client.json", |
| 166 "--goma-dir", | 168 "--goma-dir", |
| 167 "[CACHE]/cipd/goma", | 169 "[CACHE]/cipd/goma", |
| 168 "--", | 170 "--", |
| 169 "All" | 171 "All" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 196 "libyuv_unittest" | 198 "libyuv_unittest" |
| 197 ], | 199 ], |
| 198 "name": "libyuv_unittest" | 200 "name": "libyuv_unittest" |
| 199 }, | 201 }, |
| 200 { | 202 { |
| 201 "name": "$result", | 203 "name": "$result", |
| 202 "recipe_result": null, | 204 "recipe_result": null, |
| 203 "status_code": 0 | 205 "status_code": 0 |
| 204 } | 206 } |
| 205 ] | 207 ] |
| OLD | NEW |