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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "name": "generate_build_files (with patch)" 371 "name": "generate_build_files (with patch)"
372 }, 372 },
373 { 373 {
374 "cmd": [ 374 "cmd": [
375 "python", 375 "python",
376 "-u", 376 "-u",
377 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 377 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
378 "--show-path", 378 "--show-path",
379 "python", 379 "python",
380 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 380 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
381 "--gsutil-py-path",
382 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
381 "--ninja-path", 383 "--ninja-path",
382 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 384 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
383 "--target", 385 "--target",
384 "Release", 386 "Release",
385 "--src-dir", 387 "--src-dir",
386 "[SLAVE_BUILD]/src", 388 "[SLAVE_BUILD]/src",
387 "--goma-cache-dir", 389 "--goma-cache-dir",
388 "[GOMA_CACHE]", 390 "[GOMA_CACHE]",
389 "--build-tool", 391 "--build-tool",
390 "ninja", 392 "ninja",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 "name": "generate_build_files (without patch)" 577 "name": "generate_build_files (without patch)"
576 }, 578 },
577 { 579 {
578 "cmd": [ 580 "cmd": [
579 "python", 581 "python",
580 "-u", 582 "-u",
581 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 583 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
582 "--show-path", 584 "--show-path",
583 "python", 585 "python",
584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 586 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
587 "--gsutil-py-path",
588 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
585 "--ninja-path", 589 "--ninja-path",
586 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 590 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
587 "--target", 591 "--target",
588 "Release", 592 "Release",
589 "--src-dir", 593 "--src-dir",
590 "[SLAVE_BUILD]/src", 594 "[SLAVE_BUILD]/src",
591 "--goma-cache-dir", 595 "--goma-cache-dir",
592 "[GOMA_CACHE]", 596 "[GOMA_CACHE]",
593 "--build-tool", 597 "--build-tool",
594 "ninja", 598 "ninja",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 "@@@STEP_FAILURE@@@", 665 "@@@STEP_FAILURE@@@",
662 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 666 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
663 ] 667 ]
664 }, 668 },
665 { 669 {
666 "name": "$result", 670 "name": "$result",
667 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 671 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
668 "status_code": 1 672 "status_code": 1
669 } 673 }
670 ] 674 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698