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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Mac_Builder.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 "chromium.webrtc", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 ] 198 ]
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
205 "--show-path", 205 "--show-path",
206 "python", 206 "python",
207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
208 "--gsutil-py-path",
209 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
208 "--ninja-path", 210 "--ninja-path",
209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 211 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
210 "--target", 212 "--target",
211 "Release", 213 "Release",
212 "--src-dir", 214 "--src-dir",
213 "[SLAVE_BUILD]/src", 215 "[SLAVE_BUILD]/src",
214 "--goma-cache-dir", 216 "--goma-cache-dir",
215 "[GOMA_CACHE]", 217 "[GOMA_CACHE]",
216 "--build-tool", 218 "--build-tool",
217 "ninja", 219 "ninja",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "~followup_annotations": [ 291 "~followup_annotations": [
290 "@@@STEP_TEXT@Mac Tester@@@" 292 "@@@STEP_TEXT@Mac Tester@@@"
291 ] 293 ]
292 }, 294 },
293 { 295 {
294 "name": "$result", 296 "name": "$result",
295 "recipe_result": null, 297 "recipe_result": null,
296 "status_code": 0 298 "status_code": 0
297 } 299 }
298 ] 300 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698