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 "client.dart.fyi", | 8 "client.dart.fyi", |
9 "--builder", | 9 "--builder", |
10 "v8-linux-release", | 10 "v8-linux-release", |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 "--gsutil-py-path", | 223 "--gsutil-py-path", |
224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
225 "--ninja-path", | 225 "--ninja-path", |
226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
227 "--target", | 227 "--target", |
228 "Release", | 228 "Release", |
229 "--src-dir", | 229 "--src-dir", |
230 "[SLAVE_BUILD]/v8", | 230 "[SLAVE_BUILD]/v8", |
231 "--goma-cache-dir", | 231 "--goma-cache-dir", |
232 "[GOMA_CACHE]", | 232 "[GOMA_CACHE]", |
233 "--build-tool", | |
234 "ninja", | |
235 "--compiler", | 233 "--compiler", |
236 "goma", | 234 "goma", |
237 "--goma-jsonstatus", | 235 "--goma-jsonstatus", |
238 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
239 "--goma-service-account-json-file", | 237 "--goma-service-account-json-file", |
240 "/creds/service_accounts/service-account-goma-client.json", | 238 "/creds/service_accounts/service-account-goma-client.json", |
241 "--goma-dir", | 239 "--goma-dir", |
242 "[CACHE]/cipd/goma", | 240 "[CACHE]/cipd/goma", |
243 "--" | 241 "--" |
244 ], | 242 ], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 274 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
277 ], | 275 ], |
278 "name": "package build" | 276 "name": "package build" |
279 }, | 277 }, |
280 { | 278 { |
281 "name": "$result", | 279 "name": "$result", |
282 "recipe_result": null, | 280 "recipe_result": null, |
283 "status_code": 0 | 281 "status_code": 0 |
284 } | 282 } |
285 ] | 283 ] |
OLD | NEW |