blob: cdda57cffeed53a1eca4f7faa7d690b37776ec67 [file] [log] [blame] [edit]
[
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"{\"is_json\": true}",
"[START_DIR]/some_file.json"
],
"infra_step": true,
"name": "write_json"
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"[START_DIR]/some_file.json",
"/path/to/tmp/"
],
"infra_step": true,
"name": "read_json",
"~followup_annotations": [
"@@@STEP_TEXT@file command encountered system error JSON READ FAILURE@@@",
"@@@STEP_FAILURE@@@"
]
},
{
"failure": {
"failure": {},
"humanReason": "Step('read_json') failed 'JSON READ FAILURE' with: file command encountered system error JSON READ FAILURE"
},
"name": "$result"
}
]