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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "--src-dir", | 157 "--src-dir", |
158 "[SLAVE_BUILD]/src", | 158 "[SLAVE_BUILD]/src", |
159 "--goma-cache-dir", | 159 "--goma-cache-dir", |
160 "[GOMA_CACHE]", | 160 "[GOMA_CACHE]", |
161 "--buildbot-buildername", | 161 "--buildbot-buildername", |
162 "android_rel", | 162 "android_rel", |
163 "--buildbot-mastername", | 163 "--buildbot-mastername", |
164 "tryserver.libyuv", | 164 "tryserver.libyuv", |
165 "--buildbot-slavename", | 165 "--buildbot-slavename", |
166 "slavename", | 166 "slavename", |
| 167 "--goma-deps-cache-file", |
| 168 "android_rel.gomadeps", |
167 "--compiler", | 169 "--compiler", |
168 "goma", | 170 "goma", |
169 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
170 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
171 "--goma-service-account-json-file", | 173 "--goma-service-account-json-file", |
172 "/creds/service_accounts/service-account-goma-client.json", | 174 "/creds/service_accounts/service-account-goma-client.json", |
173 "--goma-dir", | 175 "--goma-dir", |
174 "[CACHE]/cipd/goma", | 176 "[CACHE]/cipd/goma", |
175 "--goma-fail-fast", | 177 "--goma-fail-fast", |
176 "--goma-disable-local-fallback", | 178 "--goma-disable-local-fallback", |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
510 "@@@STEP_LOG_END@python.inline@@@" | 512 "@@@STEP_LOG_END@python.inline@@@" |
511 ] | 513 ] |
512 }, | 514 }, |
513 { | 515 { |
514 "name": "$result", | 516 "name": "$result", |
515 "recipe_result": null, | 517 "recipe_result": null, |
516 "status_code": 0 | 518 "status_code": 0 |
517 } | 519 } |
518 ] | 520 ] |
OLD | NEW |