| [ | |
| { | |
| "cmd": [ | |
| "ls", | |
| "-la" | |
| ], | |
| "name": "mytest", | |
| "timeout": 3600, | |
| "~followup_annotations": [ | |
| "@@@STEP_LOG_LINE@stdout@#failure@@@", | |
| "@@@STEP_LOG_LINE@stdout@this is a failure@@@", | |
| "@@@STEP_LOG_END@stdout@@@", | |
| "@@@STEP_LOG_LINE@stderr@@@@", | |
| "@@@STEP_LOG_END@stderr@@@", | |
| "@@@STEP_FAILURE@@@" | |
| ] | |
| }, | |
| { | |
| "failure": { | |
| "failure": {}, | |
| "humanReason": "\n\n```#failure\nthis is a failure```\n" | |
| }, | |
| "name": "$result" | |
| } | |
| ] |