• 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      "ensure-directory",
10      "--mode",
11      "0777",
12      "[START_DIR]/tmp"
13    ],
14    "infra_step": true,
15    "name": "makedirs tmp_dir"
16  },
17  {
18    "cmd": [
19      "catchsegv",
20      "[START_DIR]/build/run_testlab",
21      "--logtostderr",
22      "--devices",
23      "[START_DIR]/whitelist_devices.json",
24      "--upload_path",
25      "skia-stephana-test/testing/skqp-universal-debug.apk",
26      "[START_DIR]/out/devrel/skqp-universal-debug.apk"
27    ],
28    "env": {
29      "CHROME_HEADLESS": "1",
30      "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
31    },
32    "name": "run firebase testlab"
33  },
34  {
35    "name": "$result"
36  }
37]