OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 "--ninja-ensure-up-to-date", | 450 "--ninja-ensure-up-to-date", |
451 "--", | 451 "--", |
452 "blink_tests" | 452 "blink_tests" |
453 ], | 453 ], |
454 "cwd": "[SLAVE_BUILD]", | 454 "cwd": "[SLAVE_BUILD]", |
455 "name": "compile (without patch)", | 455 "name": "compile (without patch)", |
456 "~followup_annotations": [ | 456 "~followup_annotations": [ |
457 "step returned non-zero exit code: 1", | 457 "step returned non-zero exit code: 1", |
458 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 458 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
459 "@@@STEP_LOG_END@json.output (invalid)@@@", | 459 "@@@STEP_LOG_END@json.output (invalid)@@@", |
460 "@@@STEP_FAILURE@@@" | 460 "@@@STEP_FAILURE@@@", |
| 461 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
461 ] | 462 ] |
462 }, | 463 }, |
463 { | 464 { |
464 "cmd": [ | 465 "cmd": [ |
465 "python", | 466 "python", |
466 "-u", | 467 "-u", |
467 "import sys; sys.exit(0)" | 468 "import sys; sys.exit(1)" |
468 ], | 469 ], |
469 "cwd": "[SLAVE_BUILD]", | 470 "cwd": "[SLAVE_BUILD]", |
470 "name": "webkit_tests", | 471 "name": "webkit_tests", |
471 "~followup_annotations": [ | 472 "~followup_annotations": [ |
472 "@@@STEP_TEXT@<br/>ignored:<br/>bad/totally-bad-probably.html<br/>tricky/t
otally-maybe-not-awesome.html<br/>@@@", | 473 "step returned non-zero exit code: 1", |
473 "@@@STEP_WARNINGS@@@", | 474 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
474 "@@@SET_BUILD_PROPERTY@failure_hash@\"3942af3920a5fbd1f779d169935562484e97
d112\"@@@" | 475 "@@@STEP_FAILURE@@@", |
| 476 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
475 ] | 477 ] |
476 }, | 478 }, |
477 { | 479 { |
478 "name": "$result", | 480 "name": "$result", |
479 "reason": "Step('compile (without patch)') failed with return_code 1", | 481 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
480 "status_code": 1 | 482 "status_code": 1 |
481 } | 483 } |
482 ] | 484 ] |
OLD | NEW |