| [ | 
 |   { | 
 |     "cmd": [ | 
 |       "ls", | 
 |       "-la" | 
 |     ], | 
 |     "name": "mytest", | 
 |     "timeout": 3600, | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_LOG_LINE@test_stdout@#flaky@@@", | 
 |       "@@@STEP_LOG_LINE@test_stdout@this is a flaky@@@", | 
 |       "@@@STEP_LOG_LINE@test_stdout@flaky: true@@@", | 
 |       "@@@STEP_LOG_END@test_stdout@@@", | 
 |       "@@@STEP_LOG_LINE@test_stderr@@@@", | 
 |       "@@@STEP_LOG_END@test_stderr@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "echo", | 
 |       "test run is flaky" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "step is flaky: test step" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "cat", | 
 |       "/etc/debian_version" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Find debian version" | 
 |   }, | 
 |   { | 
 |     "name": "$result" | 
 |   } | 
 | ] |