• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/nanobench_abc123.json@@@",
18      "@@@STEP_LOG_END@glob@@@"
19    ]
20  },
21  {
22    "cmd": [
23      "gsutil",
24      "cp",
25      "-z",
26      "json",
27      "[START_DIR]/perf/nanobench_abc123.json",
28      "gs://skia-perf/trybot/nano-json-v1/2012/05/14/12/Perf-Debian9-GCC-GCE-CPU-AVX2-x86_64-All-Debug/456789/12/nanobench_abc123.json"
29    ],
30    "infra_step": true,
31    "name": "upload"
32  },
33  {
34    "name": "$result"
35  }
36]