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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.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_swarming", 10 "win_swarming",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 125 ]
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 131 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
132 "--show-path", 132 "--show-path",
133 "python", 133 "python",
134 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 134 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
135 "--gsutil-py-path",
136 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
135 "--ninja-path", 137 "--ninja-path",
136 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 138 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
137 "--target", 139 "--target",
138 "Debug", 140 "Debug",
139 "--src-dir", 141 "--src-dir",
140 "[SLAVE_BUILD]\\src", 142 "[SLAVE_BUILD]\\src",
141 "--goma-cache-dir", 143 "--goma-cache-dir",
142 "[GOMA_CACHE]", 144 "[GOMA_CACHE]",
143 "--build-tool", 145 "--build-tool",
144 "ninja", 146 "ninja",
(...skipping 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 "@@@STEP_LOG_END@json.output@@@", 2221 "@@@STEP_LOG_END@json.output@@@",
2220 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2222 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2221 ] 2223 ]
2222 }, 2224 },
2223 { 2225 {
2224 "name": "$result", 2226 "name": "$result",
2225 "recipe_result": null, 2227 "recipe_result": null,
2226 "status_code": 0 2228 "status_code": 0
2227 } 2229 }
2228 ] 2230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698