blob: fc430a59b4abb57c61b9ab922dbc6c4caee7005c [file] [log] [blame]
[
{
"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/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": {
"CHROME_HEADLESS": "1",
"PATH": "<PATH>:RECIPE_REPO[depot_tools]"
},
"name": "run firebase testlab"
},
{
"name": "$result"
}
]