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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_dbg", 10 "mac_blink_dbg",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ] 294 ]
295 }, 295 },
296 { 296 {
297 "cmd": [ 297 "cmd": [
298 "python", 298 "python",
299 "-u", 299 "-u",
300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
301 "--show-path", 301 "--show-path",
302 "python", 302 "python",
303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
304 "--gsutil-py-path",
305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
304 "--ninja-path", 306 "--ninja-path",
305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
306 "--target", 308 "--target",
307 "Debug", 309 "Debug",
308 "--src-dir", 310 "--src-dir",
309 "[SLAVE_BUILD]/src", 311 "[SLAVE_BUILD]/src",
310 "--goma-cache-dir", 312 "--goma-cache-dir",
311 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
312 "--build-tool", 314 "--build-tool",
313 "ninja", 315 "ninja",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", 402 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@",
401 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@" 403 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@"
402 ] 404 ]
403 }, 405 },
404 { 406 {
405 "name": "$result", 407 "name": "$result",
406 "recipe_result": null, 408 "recipe_result": null,
407 "status_code": 0 409 "status_code": 0
408 } 410 }
409 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698