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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_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 "chromium.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ] 267 ]
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
274 "--show-path", 274 "--show-path",
275 "python", 275 "python",
276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
277 "--gsutil-py-path",
278 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
277 "--ninja-path", 279 "--ninja-path",
278 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
279 "--target", 281 "--target",
280 "Release", 282 "Release",
281 "--src-dir", 283 "--src-dir",
282 "[SLAVE_BUILD]/src", 284 "[SLAVE_BUILD]/src",
283 "--goma-cache-dir", 285 "--goma-cache-dir",
284 "[GOMA_CACHE]", 286 "[GOMA_CACHE]",
285 "--build-tool", 287 "--build-tool",
286 "ninja", 288 "ninja",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 393 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
392 "@@@STEP_LOG_END@python.inline@@@" 394 "@@@STEP_LOG_END@python.inline@@@"
393 ] 395 ]
394 }, 396 },
395 { 397 {
396 "name": "$result", 398 "name": "$result",
397 "recipe_result": null, 399 "recipe_result": null,
398 "status_code": 0 400 "status_code": 0
399 } 401 }
400 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698