Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(915)

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Debug.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "name": "gclient runhooks" 83 "name": "gclient runhooks"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 89 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
90 "--show-path", 90 "--show-path",
91 "python", 91 "python",
92 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
93 "--gsutil-py-path",
94 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
93 "--ninja-path", 95 "--ninja-path",
94 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 96 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
95 "--target", 97 "--target",
96 "Debug", 98 "Debug",
97 "--src-dir", 99 "--src-dir",
98 "[SLAVE_BUILD]\\src", 100 "[SLAVE_BUILD]\\src",
99 "--goma-cache-dir", 101 "--goma-cache-dir",
100 "[GOMA_CACHE]", 102 "[GOMA_CACHE]",
101 "--build-tool", 103 "--build-tool",
102 "ninja", 104 "ninja",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "~followup_annotations": [ 226 "~followup_annotations": [
225 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis. com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu g.csv/@@@" 227 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis. com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu g.csv/@@@"
226 ] 228 ]
227 }, 229 },
228 { 230 {
229 "name": "$result", 231 "name": "$result",
230 "recipe_result": null, 232 "recipe_result": null,
231 "status_code": 0 233 "status_code": 0
232 } 234 }
233 ] 235 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698