| 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.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 Loading... |
| 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 Loading... |
| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 "@@@STEP_WARNINGS@@@", | 634 "@@@STEP_WARNINGS@@@", |
| 628 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | 635 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 629 ] | 636 ] |
| 630 }, | 637 }, |
| 631 { | 638 { |
| 632 "cmd": [ | 639 "cmd": [ |
| 633 "python", | 640 "python", |
| 634 "-u", | 641 "-u", |
| 635 "import sys; sys.exit(1)" | 642 "import sys; sys.exit(1)" |
| 636 ], | 643 ], |
| 644 "env": { |
| 645 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 646 }, |
| 637 "name": "webkit_tests", | 647 "name": "webkit_tests", |
| 638 "~followup_annotations": [ | 648 "~followup_annotations": [ |
| 639 "step returned non-zero exit code: 1", | 649 "step returned non-zero exit code: 1", |
| 640 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 650 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 641 "@@@STEP_FAILURE@@@", | 651 "@@@STEP_FAILURE@@@", |
| 642 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 652 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 643 ] | 653 ] |
| 644 }, | 654 }, |
| 645 { | 655 { |
| 646 "name": "$result", | 656 "name": "$result", |
| 647 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 657 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 648 "status_code": 1 | 658 "status_code": 1 |
| 649 } | 659 } |
| 650 ] | 660 ] |
| OLD | NEW |