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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/too_many_failures_for_retcode.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 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "name": "generate_build_files (with patch)" 347 "name": "generate_build_files (with patch)"
348 }, 348 },
349 { 349 {
350 "cmd": [ 350 "cmd": [
351 "python", 351 "python",
352 "-u", 352 "-u",
353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
354 "--show-path", 354 "--show-path",
355 "python", 355 "python",
356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
357 "--gsutil-py-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
357 "--ninja-path", 359 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 360 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
359 "--target", 361 "--target",
360 "Release", 362 "Release",
361 "--src-dir", 363 "--src-dir",
362 "[SLAVE_BUILD]/src", 364 "[SLAVE_BUILD]/src",
363 "--goma-cache-dir", 365 "--goma-cache-dir",
364 "[GOMA_CACHE]", 366 "[GOMA_CACHE]",
365 "--build-tool", 367 "--build-tool",
366 "ninja", 368 "ninja",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "name": "generate_build_files (without patch)" 586 "name": "generate_build_files (without patch)"
585 }, 587 },
586 { 588 {
587 "cmd": [ 589 "cmd": [
588 "python", 590 "python",
589 "-u", 591 "-u",
590 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 592 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
591 "--show-path", 593 "--show-path",
592 "python", 594 "python",
593 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 595 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
596 "--gsutil-py-path",
597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
594 "--ninja-path", 598 "--ninja-path",
595 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
596 "--target", 600 "--target",
597 "Release", 601 "Release",
598 "--src-dir", 602 "--src-dir",
599 "[SLAVE_BUILD]/src", 603 "[SLAVE_BUILD]/src",
600 "--goma-cache-dir", 604 "--goma-cache-dir",
601 "[GOMA_CACHE]", 605 "[GOMA_CACHE]",
602 "--build-tool", 606 "--build-tool",
603 "ninja", 607 "ninja",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 684 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
681 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@" 685 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@"
682 ] 686 ]
683 }, 687 },
684 { 688 {
685 "name": "$result", 689 "name": "$result",
686 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 690 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
687 "status_code": 1 691 "status_code": 1
688 } 692 }
689 ] 693 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698