| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out
/Release", | 681 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out
/Release", |
| 682 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 682 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 683 "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/
android:%(PATH)s" | 683 "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/
android:%(PATH)s" |
| 684 }, | 684 }, |
| 685 "name": "stack_tool_with_logcat_dump" | 685 "name": "stack_tool_with_logcat_dump" |
| 686 }, | 686 }, |
| 687 { | 687 { |
| 688 "cmd": [ | 688 "cmd": [ |
| 689 "python", | 689 "python", |
| 690 "-u", | 690 "-u", |
| 691 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 691 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 692 "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/chrome/VERSION", | 692 "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/chrome/VERSION", |
| 693 "/path/to/tmp/" | 693 "/path/to/tmp/" |
| 694 ], | 694 ], |
| 695 "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect", | 695 "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect", |
| 696 "name": "get version" | 696 "name": "get version" |
| 697 }, | 697 }, |
| 698 { | 698 { |
| 699 "cmd": [ | 699 "cmd": [ |
| 700 "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/tombstones.p
y", | 700 "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/tombstones.p
y", |
| 701 "-a", | 701 "-a", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 730 "@@@STEP_LOG_END@python.inline@@@" | 730 "@@@STEP_LOG_END@python.inline@@@" |
| 731 ] | 731 ] |
| 732 }, | 732 }, |
| 733 { | 733 { |
| 734 "name": "$result", | 734 "name": "$result", |
| 735 "recipe_result": null, | 735 "recipe_result": null, |
| 736 "status_code": 0 | 736 "status_code": 0 |
| 737 } | 737 } |
| 738 ] | 738 ] |
| OLD | NEW |