aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/binary_size/examples/full.expected/binary_size.json
blob: 0d7ab379fdf0e098f72c3e8692a34c5b281cec04 (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
[
  {
    "cmd": [
      "python",
      "RECIPE_MODULE[skia::binary_size]/resources/run_binary_size_analysis.py",
      "--library",
      "[START_DIR]/build/libskia.so",
      "--githash",
      "abc123",
      "--dest",
      "[START_DIR]/binary_size",
      "--issue_number",
      "456789"
    ],
    "env": {
      "CHROME_HEADLESS": "1",
      "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]"
    },
    "name": "generate binary size data"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]