blob: 6c13cc49d7430dec04bfb330908693ab8013323e [file] [log] [blame]
[
{
"cmd": [
"ls",
"-la"
],
"name": "mytest",
"timeout": 3600,
"~followup_annotations": [
"@@@STEP_LOG_LINE@test_stdout@#success@@@",
"@@@STEP_LOG_LINE@test_stdout@this is a success@@@",
"@@@STEP_LOG_END@test_stdout@@@",
"@@@STEP_LOG_LINE@test_stderr@@@@",
"@@@STEP_LOG_END@test_stderr@@@"
]
},
{
"cmd": [
"powershell.exe",
"echo \"test run is flaky\""
],
"infra_step": true,
"name": "step is flaky: test step"
},
{
"cmd": [
"adb",
"shell",
"getprop",
"ro.product.model"
],
"infra_step": true,
"name": "Find device type"
},
{
"cmd": [
"adb",
"shell",
"getprop",
"ro.build.version.sdk"
],
"infra_step": true,
"name": "Find device version"
},
{
"cmd": [
"cmd.exe",
"/c",
"ver"
],
"infra_step": true,
"name": "Find windows version"
},
{
"name": "$result"
}
]