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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__gn_.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_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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win64 Release (GN)", 10 "Win64 Release (GN)",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "name": "gn" 107 "name": "gn"
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
114 "--show-path", 114 "--show-path",
115 "python", 115 "python",
116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
117 "--gsutil-py-path",
118 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
117 "--ninja-path", 119 "--ninja-path",
118 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 120 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
119 "--target", 121 "--target",
120 "Release_x64", 122 "Release_x64",
121 "--src-dir", 123 "--src-dir",
122 "[SLAVE_BUILD]\\src", 124 "[SLAVE_BUILD]\\src",
123 "--goma-cache-dir", 125 "--goma-cache-dir",
124 "[GOMA_CACHE]", 126 "[GOMA_CACHE]",
125 "--build-tool", 127 "--build-tool",
126 "ninja", 128 "ninja",
(...skipping 12 matching lines...) Expand all
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
140 "@@@STEP_LOG_END@json.output (invalid)@@@" 142 "@@@STEP_LOG_END@json.output (invalid)@@@"
141 ] 143 ]
142 }, 144 },
143 { 145 {
144 "name": "$result", 146 "name": "$result",
145 "recipe_result": null, 147 "recipe_result": null,
146 "status_code": 0 148 "status_code": 0
147 } 149 }
148 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698