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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "name": "generate_build_files (with patch)" 370 "name": "generate_build_files (with patch)"
371 }, 371 },
372 { 372 {
373 "cmd": [ 373 "cmd": [
374 "python", 374 "python",
375 "-u", 375 "-u",
376 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 376 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
377 "--show-path", 377 "--show-path",
378 "python", 378 "python",
379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
380 "--gsutil-py-path",
381 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
380 "--ninja-path", 382 "--ninja-path",
381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 383 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
382 "--target", 384 "--target",
383 "Release", 385 "Release",
384 "--src-dir", 386 "--src-dir",
385 "[SLAVE_BUILD]/src", 387 "[SLAVE_BUILD]/src",
386 "--goma-cache-dir", 388 "--goma-cache-dir",
387 "[GOMA_CACHE]", 389 "[GOMA_CACHE]",
388 "--build-tool", 390 "--build-tool",
389 "ninja", 391 "ninja",
(...skipping 24 matching lines...) Expand all
414 ], 416 ],
415 "cwd": "[SLAVE_BUILD]", 417 "cwd": "[SLAVE_BUILD]",
416 "name": "mark: before_tests" 418 "name": "mark: before_tests"
417 }, 419 },
418 { 420 {
419 "name": "$result", 421 "name": "$result",
420 "recipe_result": null, 422 "recipe_result": null,
421 "status_code": 0 423 "status_code": 0
422 } 424 }
423 ] 425 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698