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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.json

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "--test-launcher-summary-output", 427 "--test-launcher-summary-output",
428 "/path/to/tmp/json", 428 "/path/to/tmp/json",
429 "--generate-json-file", 429 "--generate-json-file",
430 "-o", 430 "-o",
431 "gtest-results/base_unittests", 431 "gtest-results/base_unittests",
432 "--builder-name=linux_chromium_rel_ng", 432 "--builder-name=linux_chromium_rel_ng",
433 "--slave-name=TestSlavename", 433 "--slave-name=TestSlavename",
434 "--build-number=571", 434 "--build-number=571",
435 "base_unittests" 435 "base_unittests"
436 ], 436 ],
437 "env": {
438 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
439 },
437 "name": "base_unittests (with patch)", 440 "name": "base_unittests (with patch)",
438 "~followup_annotations": [ 441 "~followup_annotations": [
439 "step returned non-zero exit code: 1", 442 "step returned non-zero exit code: 1",
440 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
441 "@@@STEP_FAILURE@@@" 444 "@@@STEP_FAILURE@@@"
442 ] 445 ]
443 }, 446 },
444 { 447 {
445 "cmd": [ 448 "cmd": [
446 "python", 449 "python",
(...skipping 16 matching lines...) Expand all
463 "--rietveld_server", 466 "--rietveld_server",
464 "https://codereview.chromium.org", 467 "https://codereview.chromium.org",
465 "--output_json", 468 "--output_json",
466 "/path/to/tmp/json", 469 "/path/to/tmp/json",
467 "--revision", 470 "--revision",
468 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 471 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
469 "--force", 472 "--force",
470 "--output_manifest" 473 "--output_manifest"
471 ], 474 ],
472 "env": { 475 "env": {
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
473 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 477 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
474 }, 478 },
475 "name": "bot_update (without patch)", 479 "name": "bot_update (without patch)",
476 "~followup_annotations": [ 480 "~followup_annotations": [
477 "@@@STEP_TEXT@Some step text@@@", 481 "@@@STEP_TEXT@Some step text@@@",
478 "@@@STEP_LOG_LINE@json.output@{@@@", 482 "@@@STEP_LOG_LINE@json.output@{@@@",
479 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 483 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
480 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 484 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
481 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 485 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
482 "@@@STEP_LOG_LINE@json.output@ }, @@@", 486 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "/path/to/tmp/json", 639 "/path/to/tmp/json",
636 "--generate-json-file", 640 "--generate-json-file",
637 "-o", 641 "-o",
638 "gtest-results/base_unittests", 642 "gtest-results/base_unittests",
639 "--builder-name=linux_chromium_rel_ng", 643 "--builder-name=linux_chromium_rel_ng",
640 "--slave-name=TestSlavename", 644 "--slave-name=TestSlavename",
641 "--build-number=571", 645 "--build-number=571",
642 "base_unittests", 646 "base_unittests",
643 "Test.Two" 647 "Test.Two"
644 ], 648 ],
649 "env": {
650 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
651 },
645 "name": "base_unittests (without patch)", 652 "name": "base_unittests (without patch)",
646 "~followup_annotations": [ 653 "~followup_annotations": [
647 "step returned non-zero exit code: 1", 654 "step returned non-zero exit code: 1",
648 "@@@STEP_FAILURE@@@", 655 "@@@STEP_FAILURE@@@",
649 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 656 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@"
650 ] 657 ]
651 }, 658 },
652 { 659 {
653 "cmd": [ 660 "cmd": [
654 "python", 661 "python",
655 "-u", 662 "-u",
656 "import sys; sys.exit(1)" 663 "import sys; sys.exit(1)"
657 ], 664 ],
665 "env": {
666 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
667 },
658 "name": "base_unittests", 668 "name": "base_unittests",
659 "~followup_annotations": [ 669 "~followup_annotations": [
660 "step returned non-zero exit code: 1", 670 "step returned non-zero exit code: 1",
661 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 671 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
662 "@@@STEP_FAILURE@@@", 672 "@@@STEP_FAILURE@@@",
663 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 673 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
664 ] 674 ]
665 }, 675 },
666 { 676 {
667 "name": "$result", 677 "name": "$result",
668 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 678 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
669 "status_code": 1 679 "status_code": 1
670 } 680 }
671 ] 681 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698