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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "name": "generate_build_files (with patch)" 359 "name": "generate_build_files (with patch)"
360 }, 360 },
361 { 361 {
362 "cmd": [ 362 "cmd": [
363 "python", 363 "python",
364 "-u", 364 "-u",
365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
366 "--show-path", 366 "--show-path",
367 "python", 367 "python",
368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
369 "--gsutil-py-path",
370 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
369 "--ninja-path", 371 "--ninja-path",
370 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 372 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
371 "--target", 373 "--target",
372 "Release", 374 "Release",
373 "--src-dir", 375 "--src-dir",
374 "[SLAVE_BUILD]/src", 376 "[SLAVE_BUILD]/src",
375 "--goma-cache-dir", 377 "--goma-cache-dir",
376 "[GOMA_CACHE]", 378 "[GOMA_CACHE]",
377 "--build-tool", 379 "--build-tool",
378 "ninja", 380 "ninja",
(...skipping 24 matching lines...) Expand all
403 ], 405 ],
404 "cwd": "[SLAVE_BUILD]", 406 "cwd": "[SLAVE_BUILD]",
405 "name": "mark: before_tests" 407 "name": "mark: before_tests"
406 }, 408 },
407 { 409 {
408 "name": "$result", 410 "name": "$result",
409 "recipe_result": null, 411 "recipe_result": null,
410 "status_code": 0 412 "status_code": 0
411 } 413 }
412 ] 414 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698