| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | |
| 4 "name": "ensure_goma" | 3 "name": "ensure_goma" |
| 5 }, | 4 }, |
| 6 { | 5 { |
| 7 "cmd": [ | 6 "cmd": [ |
| 8 "python", | 7 "python", |
| 9 "-u", | 8 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 11 "--platform", | 10 "--platform", |
| 12 "linux-amd64", | 11 "linux-amd64", |
| 13 "--dest-directory", | 12 "--dest-directory", |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 "env": { | 462 "env": { |
| 464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 463 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 465 "GYP_CHROMIUM_NO_ACTION": "1", | 464 "GYP_CHROMIUM_NO_ACTION": "1", |
| 466 "GYP_CROSSCOMPILE": "1", | 465 "GYP_CROSSCOMPILE": "1", |
| 467 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 use_goma=1", | 466 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 use_goma=1", |
| 468 "PATH": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/buil
d/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 467 "PATH": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/buil
d/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 469 }, | 468 }, |
| 470 "name": "gclient runhooks" | 469 "name": "gclient runhooks" |
| 471 }, | 470 }, |
| 472 { | 471 { |
| 473 "cmd": [], | |
| 474 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", | 472 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", |
| 475 "name": "***LEGACY BISECT (deprecated)***" | 473 "name": "***LEGACY BISECT (deprecated)***" |
| 476 }, | 474 }, |
| 477 { | 475 { |
| 478 "cmd": [ | 476 "cmd": [ |
| 479 "python", | 477 "python", |
| 480 "-u", | 478 "-u", |
| 481 "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/tools/prepare-bisect-perf
-regression.py", | 479 "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/tools/prepare-bisect-perf
-regression.py", |
| 482 "-w", | 480 "-w", |
| 483 "[CACHE]/bisect" | 481 "[CACHE]/bisect" |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 730 "@@@STEP_LOG_END@python.inline@@@" | 728 "@@@STEP_LOG_END@python.inline@@@" |
| 731 ] | 729 ] |
| 732 }, | 730 }, |
| 733 { | 731 { |
| 734 "name": "$result", | 732 "name": "$result", |
| 735 "recipe_result": null, | 733 "recipe_result": null, |
| 736 "status_code": 0 | 734 "status_code": 0 |
| 737 } | 735 } |
| 738 ] | 736 ] |
| OLD | NEW |