OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 "--gsutil-py-path", | 182 "--gsutil-py-path", |
183 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
184 "--ninja-path", | 184 "--ninja-path", |
185 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 185 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
186 "--target", | 186 "--target", |
187 "Release", | 187 "Release", |
188 "--src-dir", | 188 "--src-dir", |
189 "[SLAVE_BUILD]\\src", | 189 "[SLAVE_BUILD]\\src", |
190 "--goma-cache-dir", | 190 "--goma-cache-dir", |
191 "[GOMA_CACHE]", | 191 "[GOMA_CACHE]", |
192 "--build-tool", | |
193 "ninja", | |
194 "--goma-fail-fast", | 192 "--goma-fail-fast", |
195 "--goma-disable-local-fallback", | 193 "--goma-disable-local-fallback", |
196 "--", | 194 "--", |
197 "chrome" | 195 "chrome" |
198 ], | 196 ], |
199 "env": { | 197 "env": { |
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
201 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" | 199 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" |
202 }, | 200 }, |
203 "name": "Compile: Instrumentation phase." | 201 "name": "Compile: Instrumentation phase." |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "--gsutil-py-path", | 713 "--gsutil-py-path", |
716 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 714 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
717 "--ninja-path", | 715 "--ninja-path", |
718 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 716 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
719 "--target", | 717 "--target", |
720 "Release", | 718 "Release", |
721 "--src-dir", | 719 "--src-dir", |
722 "[SLAVE_BUILD]\\src", | 720 "[SLAVE_BUILD]\\src", |
723 "--goma-cache-dir", | 721 "--goma-cache-dir", |
724 "[GOMA_CACHE]", | 722 "[GOMA_CACHE]", |
725 "--build-tool", | |
726 "ninja", | |
727 "--goma-fail-fast", | 723 "--goma-fail-fast", |
728 "--goma-disable-local-fallback", | 724 "--goma-disable-local-fallback", |
729 "--", | 725 "--", |
730 "chrome" | 726 "chrome" |
731 ], | 727 ], |
732 "env": { | 728 "env": { |
733 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 729 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
734 }, | 730 }, |
735 "name": "Compile: Optimization phase." | 731 "name": "Compile: Optimization phase." |
736 }, | 732 }, |
(...skipping 22 matching lines...) Expand all Loading... |
759 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1
2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi
um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \"
repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"
HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test
Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 755 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1
2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi
um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \"
repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"
HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test
Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
760 ], | 756 ], |
761 "name": "package build" | 757 "name": "package build" |
762 }, | 758 }, |
763 { | 759 { |
764 "name": "$result", | 760 "name": "$result", |
765 "recipe_result": null, | 761 "recipe_result": null, |
766 "status_code": 0 | 762 "status_code": 0 |
767 } | 763 } |
768 ] | 764 ] |
OLD | NEW |