aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json
blob: cc175d701d7e9138749fca5a448b9f91e435512c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[
  {
    "cmd": [
      "python",
      "-u",
      "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n  f.write('\\n'.join(glob.glob(sys.argv[2])))\n",
      "/path/to/tmp/",
      "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/*.json"
    ],
    "cwd": "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data",
    "infra_step": true,
    "name": "find results"
  },
  {
    "cmd": [
      "gsutil",
      "cp",
      "-z",
      "json",
      "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/nanobench_abc123.json",
      "gs://skia-perf/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/nanobench_abc123.json"
    ],
    "infra_step": true,
    "name": "upload"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]