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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "/path/to/tmp/json", 411 "/path/to/tmp/json",
412 "--test-results-server", 412 "--test-results-server",
413 "test-results.appspot.com", 413 "test-results.appspot.com",
414 "--build-number", 414 "--build-number",
415 "571", 415 "571",
416 "--builder-name", 416 "--builder-name",
417 "linux_blink_rel", 417 "linux_blink_rel",
418 "--step-name", 418 "--step-name",
419 "webkit_tests (with patch)" 419 "webkit_tests (with patch)"
420 ], 420 ],
421 "env": {
422 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
423 },
421 "name": "webkit_tests (with patch)", 424 "name": "webkit_tests (with patch)",
422 "~followup_annotations": [ 425 "~followup_annotations": [
423 "step returned non-zero exit code: 5", 426 "step returned non-zero exit code: 5",
424 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br />bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b r/>Total executed: 9001<br/>@@@", 427 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br />bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b r/>Total executed: 9001<br/>@@@",
425 "@@@STEP_FAILURE@@@" 428 "@@@STEP_FAILURE@@@"
426 ] 429 ]
427 }, 430 },
428 { 431 {
429 "cmd": [ 432 "cmd": [
430 "python", 433 "python",
431 "-u", 434 "-u",
432 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 435 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
433 "--results-dir", 436 "--results-dir",
434 "[SLAVE_BUILD]/layout-test-results", 437 "[SLAVE_BUILD]/layout-test-results",
435 "--build-dir", 438 "--build-dir",
436 "[SLAVE_BUILD]/src/out", 439 "[SLAVE_BUILD]/src/out",
437 "--build-number", 440 "--build-number",
438 "571", 441 "571",
439 "--builder-name", 442 "--builder-name",
440 "linux_blink_rel", 443 "linux_blink_rel",
441 "--gs-bucket", 444 "--gs-bucket",
442 "gs://chromium-layout-test-archives" 445 "gs://chromium-layout-test-archives"
443 ], 446 ],
447 "env": {
448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
449 },
444 "name": "archive_webkit_tests_results", 450 "name": "archive_webkit_tests_results",
445 "~followup_annotations": [ 451 "~followup_annotations": [
446 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", 452 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@",
447 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@" 453 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@"
448 ] 454 ]
449 }, 455 },
450 { 456 {
451 "cmd": [ 457 "cmd": [
452 "python", 458 "python",
453 "-u", 459 "-u",
(...skipping 17 matching lines...) Expand all
471 "--output_json", 477 "--output_json",
472 "/path/to/tmp/json", 478 "/path/to/tmp/json",
473 "--revision", 479 "--revision",
474 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 480 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
475 "--revision", 481 "--revision",
476 "src/third_party/WebKit@HEAD", 482 "src/third_party/WebKit@HEAD",
477 "--force", 483 "--force",
478 "--output_manifest" 484 "--output_manifest"
479 ], 485 ],
480 "env": { 486 "env": {
487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
481 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 488 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
482 }, 489 },
483 "name": "bot_update (without patch)", 490 "name": "bot_update (without patch)",
484 "~followup_annotations": [ 491 "~followup_annotations": [
485 "@@@STEP_TEXT@Some step text@@@", 492 "@@@STEP_TEXT@Some step text@@@",
486 "@@@STEP_LOG_LINE@json.output@{@@@", 493 "@@@STEP_LOG_LINE@json.output@{@@@",
487 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 494 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
488 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 495 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
489 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\", @@@", 496 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\", @@@",
490 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit\": \"HEAD\"@@@" , 497 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit\": \"HEAD\"@@@" ,
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "571", 662 "571",
656 "--builder-name", 663 "--builder-name",
657 "linux_blink_rel", 664 "linux_blink_rel",
658 "--step-name", 665 "--step-name",
659 "webkit_tests (without patch)", 666 "webkit_tests (without patch)",
660 "--test-list", 667 "--test-list",
661 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", 668 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html",
662 "--skipped", 669 "--skipped",
663 "always" 670 "always"
664 ], 671 ],
672 "env": {
673 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
674 },
665 "name": "webkit_tests (without patch)", 675 "name": "webkit_tests (without patch)",
666 "~followup_annotations": [ 676 "~followup_annotations": [
667 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 677 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
668 ] 678 ]
669 }, 679 },
670 { 680 {
671 "cmd": [ 681 "cmd": [
672 "python", 682 "python",
673 "-u", 683 "-u",
674 "import sys; sys.exit(1)" 684 "import sys; sys.exit(1)"
675 ], 685 ],
686 "env": {
687 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
688 },
676 "name": "webkit_tests (retry summary)", 689 "name": "webkit_tests (retry summary)",
677 "~followup_annotations": [ 690 "~followup_annotations": [
678 "step returned non-zero exit code: 1", 691 "step returned non-zero exit code: 1",
679 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@", 692 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@",
680 "@@@STEP_FAILURE@@@", 693 "@@@STEP_FAILURE@@@",
681 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 694 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
682 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@" 695 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@"
683 ] 696 ]
684 }, 697 },
685 { 698 {
686 "name": "$result", 699 "name": "$result",
687 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 700 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
688 "status_code": 1 701 "status_code": 1
689 } 702 }
690 ] 703 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698