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    "stdout": "/path/to/tmp/",
17    "~followup_annotations": [
18      "@@@STEP_LOG_LINE@glob@[START_DIR]/perf/buildstats_abc123.json@@@",
19      "@@@STEP_LOG_LINE@glob@[START_DIR]/perf/buildstats_def.json@@@",
20      "@@@STEP_LOG_END@glob@@@"
21    ]
22  },
23  {
24    "cmd": [
25      "gsutil",
26      "cp",
27      "-z",
28      "json",
29      "[START_DIR]/perf/buildstats_abc123.json",
30      "gs://skia-perf/buildstats-json-v1/2012/05/14/12/BuildStats-Debian9-EMCC-wasm-Release-PathKit/abc123_buildstats_abc123.json"
31    ],
32    "infra_step": true,
33    "name": "upload [START_DIR]/perf/buildstats_abc123.json"
34  },
35  {
36    "cmd": [
37      "gsutil",
38      "cp",
39      "-z",
40      "json",
41      "[START_DIR]/perf/buildstats_def.json",
42      "gs://skia-perf/buildstats-json-v1/2012/05/14/12/BuildStats-Debian9-EMCC-wasm-Release-PathKit/abc123_buildstats_def.json"
43    ],
44    "infra_step": true,
45    "name": "upload [START_DIR]/perf/buildstats_def.json"
46  },
47  {
48    "jsonResult": null,
49    "name": "$result"
50  }
51]