aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/skqp_test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-universal-devrel-All-Android_SKQP.json
blob: 4508f9197035b547f05546ae89be48540a724683 (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
32
33
34
35
36
37
38
39
40
41
[
  {
    "cmd": [
      "python",
      "-u",
      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
      "--json-output",
      "/path/to/tmp/json",
      "ensure-directory",
      "--mode",
      "0777",
      "[START_DIR]/tmp"
    ],
    "infra_step": true,
    "name": "makedirs tmp_dir"
  },
  {
    "cmd": [
      "catchsegv",
      "[START_DIR]/build/out/devrel/run_testlab",
      "--logtostderr",
      "--devices",
      "[START_DIR]/whitelist_devices.json",
      "--upload_path",
      "skia-stephana-test/testing/skqp-universal-debug.apk",
      "[START_DIR]/out/devrel/skqp-universal-debug.apk"
    ],
    "env": {
      "BUILDTYPE": "devrel",
      "CHROME_HEADLESS": "1",
      "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
      "SKIA_OUT": "[START_DIR]/build/out"
    },
    "name": "run firebase testlab"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]