| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 "@@@STEP_WARNINGS@@@", | 622 "@@@STEP_WARNINGS@@@", |
| 619 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | 623 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 620 ] | 624 ] |
| 621 }, | 625 }, |
| 622 { | 626 { |
| 623 "cmd": [ | 627 "cmd": [ |
| 624 "python", | 628 "python", |
| 625 "-u", | 629 "-u", |
| 626 "import sys; sys.exit(1)" | 630 "import sys; sys.exit(1)" |
| 627 ], | 631 ], |
| 632 "env": { |
| 633 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 634 }, |
| 628 "name": "base_unittests", | 635 "name": "base_unittests", |
| 629 "~followup_annotations": [ | 636 "~followup_annotations": [ |
| 630 "step returned non-zero exit code: 1", | 637 "step returned non-zero exit code: 1", |
| 631 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 638 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 632 "@@@STEP_FAILURE@@@", | 639 "@@@STEP_FAILURE@@@", |
| 633 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 640 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 634 ] | 641 ] |
| 635 }, | 642 }, |
| 636 { | 643 { |
| 637 "name": "$result", | 644 "name": "$result", |
| 638 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 645 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 639 "status_code": 1 | 646 "status_code": 1 |
| 640 } | 647 } |
| 641 ] | 648 ] |
| OLD | NEW |