1[ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 7 "--json-output", 8 "/path/to/tmp/json", 9 "glob", 10 "[START_DIR]/perf", 11 "*.json" 12 ], 13 "cwd": "[START_DIR]/perf", 14 "infra_step": true, 15 "name": "find results", 16 "~followup_annotations": [ 17 "@@@STEP_LOG_LINE@glob@[START_DIR]/perf/buildstats_abc123.json@@@", 18 "@@@STEP_LOG_LINE@glob@[START_DIR]/perf/buildstats_def.json@@@", 19 "@@@STEP_LOG_END@glob@@@" 20 ] 21 }, 22 { 23 "cmd": [ 24 "gsutil", 25 "cp", 26 "-z", 27 "json", 28 "[START_DIR]/perf/buildstats_abc123.json", 29 "gs://skia-perf/trybot/buildstats-json-v1/2012/05/14/12/BuildStats-Debian9-EMCC-wasm-Release-PathKit/456789/12/abc123_buildstats_abc123.json" 30 ], 31 "infra_step": true, 32 "name": "upload [START_DIR]/perf/buildstats_abc123.json" 33 }, 34 { 35 "cmd": [ 36 "gsutil", 37 "cp", 38 "-z", 39 "json", 40 "[START_DIR]/perf/buildstats_def.json", 41 "gs://skia-perf/trybot/buildstats-json-v1/2012/05/14/12/BuildStats-Debian9-EMCC-wasm-Release-PathKit/456789/12/abc123_buildstats_def.json" 42 ], 43 "infra_step": true, 44 "name": "upload [START_DIR]/perf/buildstats_def.json" 45 }, 46 { 47 "name": "$result" 48 } 49]