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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "--src-dir", | 180 "--src-dir", |
181 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
182 "--goma-cache-dir", | 182 "--goma-cache-dir", |
183 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
184 "--buildbot-buildername", | 184 "--buildbot-buildername", |
185 "linux_libfuzzer_rel", | 185 "linux_libfuzzer_rel", |
186 "--buildbot-mastername", | 186 "--buildbot-mastername", |
187 "tryserver.webrtc", | 187 "tryserver.webrtc", |
188 "--buildbot-slavename", | 188 "--buildbot-slavename", |
189 "TestSlavename", | 189 "TestSlavename", |
| 190 "--goma-deps-cache-file", |
| 191 "linux_libfuzzer_rel.gomadeps", |
190 "--compiler", | 192 "--compiler", |
191 "goma", | 193 "goma", |
192 "--goma-jsonstatus", | 194 "--goma-jsonstatus", |
193 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
194 "--goma-service-account-json-file", | 196 "--goma-service-account-json-file", |
195 "/creds/service_accounts/service-account-goma-client.json", | 197 "/creds/service_accounts/service-account-goma-client.json", |
196 "--goma-dir", | 198 "--goma-dir", |
197 "[CACHE]/cipd/goma", | 199 "[CACHE]/cipd/goma", |
198 "--goma-fail-fast", | 200 "--goma-fail-fast", |
199 "--goma-disable-local-fallback", | 201 "--goma-disable-local-fallback", |
(...skipping 10 matching lines...) Expand all Loading... |
210 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
211 "@@@STEP_LOG_END@json.output (invalid)@@@" | 213 "@@@STEP_LOG_END@json.output (invalid)@@@" |
212 ] | 214 ] |
213 }, | 215 }, |
214 { | 216 { |
215 "name": "$result", | 217 "name": "$result", |
216 "recipe_result": null, | 218 "recipe_result": null, |
217 "status_code": 0 | 219 "status_code": 0 |
218 } | 220 } |
219 ] | 221 ] |
OLD | NEW |