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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gn_dbg.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_x64_gn_dbg", 10 "win_x64_gn_dbg",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "name": "gn" 113 "name": "gn"
114 }, 114 },
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 119 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
120 "--show-path", 120 "--show-path",
121 "python", 121 "python",
122 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 122 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
123 "--gsutil-py-path",
124 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
123 "--ninja-path", 125 "--ninja-path",
124 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 126 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
125 "--target", 127 "--target",
126 "Debug_x64", 128 "Debug_x64",
127 "--src-dir", 129 "--src-dir",
128 "[SLAVE_BUILD]\\src", 130 "[SLAVE_BUILD]\\src",
129 "--goma-cache-dir", 131 "--goma-cache-dir",
130 "[GOMA_CACHE]", 132 "[GOMA_CACHE]",
131 "--build-tool", 133 "--build-tool",
132 "ninja", 134 "ninja",
(...skipping 14 matching lines...) Expand all
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
148 "@@@STEP_LOG_END@json.output (invalid)@@@" 150 "@@@STEP_LOG_END@json.output (invalid)@@@"
149 ] 151 ]
150 }, 152 },
151 { 153 {
152 "name": "$result", 154 "name": "$result",
153 "recipe_result": null, 155 "recipe_result": null,
154 "status_code": 0 156 "status_code": 0
155 } 157 }
156 ] 158 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698