| [ | |
| { | |
| "cmd": [ | |
| "ls", | |
| "-la" | |
| ], | |
| "name": "mytest", | |
| "timeout": 3600, | |
| "~followup_annotations": [ | |
| "@@@STEP_LOG_LINE@test_stdout@#failure@@@", | |
| "@@@STEP_LOG_LINE@test_stdout@this is a failure@@@", | |
| "@@@STEP_LOG_END@test_stdout@@@", | |
| "@@@STEP_LOG_LINE@test_stderr@@@@", | |
| "@@@STEP_LOG_END@test_stderr@@@", | |
| "@@@STEP_FAILURE@@@" | |
| ] | |
| }, | |
| { | |
| "failure": { | |
| "failure": {}, | |
| "humanReason": "Step('\\n\\n```#failure\\nthis is a failure```\\n') (retcode: 1)" | |
| }, | |
| "name": "$result" | |
| } | |
| ] |