| 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: 130", | 426 "step returned non-zero exit code: 130", |
| 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 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | 454 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 449 ] | 455 ] |
| 450 }, | 456 }, |
| 451 { | 457 { |
| 452 "cmd": [ | 458 "cmd": [ |
| 453 "python", | 459 "python", |
| 454 "-u", | 460 "-u", |
| 455 "import sys; sys.exit(1)" | 461 "import sys; sys.exit(1)" |
| 456 ], | 462 ], |
| 463 "env": { |
| 464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 465 }, |
| 457 "name": "webkit_tests", | 466 "name": "webkit_tests", |
| 458 "~followup_annotations": [ | 467 "~followup_annotations": [ |
| 459 "step returned non-zero exit code: 1", | 468 "step returned non-zero exit code: 1", |
| 460 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 469 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 461 "@@@STEP_FAILURE@@@", | 470 "@@@STEP_FAILURE@@@", |
| 462 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 471 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 463 ] | 472 ] |
| 464 }, | 473 }, |
| 465 { | 474 { |
| 466 "name": "$result", | 475 "name": "$result", |
| 467 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 476 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 468 "status_code": 1 | 477 "status_code": 1 |
| 469 } | 478 } |
| 470 ] | 479 ] |
| OLD | NEW |