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 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux_arm64_dbg", | 10 "v8_linux_arm64_dbg", |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "--gsutil-py-path", | 279 "--gsutil-py-path", |
280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
281 "--ninja-path", | 281 "--ninja-path", |
282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
283 "--target", | 283 "--target", |
284 "Debug", | 284 "Debug", |
285 "--src-dir", | 285 "--src-dir", |
286 "[SLAVE_BUILD]/v8", | 286 "[SLAVE_BUILD]/v8", |
287 "--goma-cache-dir", | 287 "--goma-cache-dir", |
288 "[GOMA_CACHE]", | 288 "[GOMA_CACHE]", |
289 "--build-tool", | |
290 "ninja", | |
291 "--compiler", | 289 "--compiler", |
292 "goma", | 290 "goma", |
293 "--goma-jsonstatus", | 291 "--goma-jsonstatus", |
294 "/path/to/tmp/json", | 292 "/path/to/tmp/json", |
295 "--goma-service-account-json-file", | 293 "--goma-service-account-json-file", |
296 "/creds/service_accounts/service-account-goma-client.json", | 294 "/creds/service_accounts/service-account-goma-client.json", |
297 "--goma-dir", | 295 "--goma-dir", |
298 "[CACHE]/cipd/goma", | 296 "[CACHE]/cipd/goma", |
299 "--goma-fail-fast", | 297 "--goma-fail-fast", |
300 "--goma-disable-local-fallback", | 298 "--goma-disable-local-fallback", |
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1351 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1349 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1352 "@@@STEP_LOG_END@durations@@@" | 1350 "@@@STEP_LOG_END@durations@@@" |
1353 ] | 1351 ] |
1354 }, | 1352 }, |
1355 { | 1353 { |
1356 "name": "$result", | 1354 "name": "$result", |
1357 "recipe_result": null, | 1355 "recipe_result": null, |
1358 "status_code": 0 | 1356 "status_code": 0 |
1359 } | 1357 } |
1360 ] | 1358 ] |
OLD | NEW |