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 "ensure-directory", 10 "--mode", 11 "0777", 12 "[START_DIR]/tmp" 13 ], 14 "infra_step": true, 15 "name": "makedirs tmp_dir" 16 }, 17 { 18 "cmd": [ 19 "python", 20 "-u", 21 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 22 "--json-output", 23 "/path/to/tmp/json", 24 "glob", 25 "[START_DIR]", 26 "*.json" 27 ], 28 "infra_step": true, 29 "name": "find json results", 30 "stdout": "/path/to/tmp/", 31 "~followup_annotations": [ 32 "@@@STEP_LOG_LINE@glob@[START_DIR]/bench_modified_master.json@@@", 33 "@@@STEP_LOG_END@glob@@@" 34 ] 35 }, 36 { 37 "cmd": [ 38 "python", 39 "-u", 40 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 41 "--json-output", 42 "/path/to/tmp/json", 43 "glob", 44 "[START_DIR]", 45 "*.csv" 46 ], 47 "infra_step": true, 48 "name": "find csv results", 49 "stdout": "/path/to/tmp/", 50 "~followup_annotations": [ 51 "@@@STEP_LOG_LINE@glob@[START_DIR]/bench_modified_master.csv@@@", 52 "@@@STEP_LOG_END@glob@@@" 53 ] 54 }, 55 { 56 "cmd": [ 57 "gsutil", 58 "cp", 59 "-z", 60 "json", 61 "[START_DIR]/bench_modified_master.json", 62 "gs://skia-calmbench/trybot/calmbench-v1/2012/05/14/12/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All/456789/12/bench_modified_master_abc123_1337000001.json" 63 ], 64 "infra_step": true, 65 "name": "upload json" 66 }, 67 { 68 "cmd": [ 69 "gsutil", 70 "cp", 71 "-z", 72 "csv", 73 "[START_DIR]/bench_modified_master.csv", 74 "gs://skia-calmbench/trybot/calmbench-v1/2012/05/14/12/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All/456789/12/bench_modified_master_abc123_1337000001.csv" 75 ], 76 "infra_step": true, 77 "name": "upload csv" 78 }, 79 { 80 "name": "$result", 81 "recipe_result": null, 82 "status_code": 0 83 } 84 ]