blob: 4508f9197035b547f05546ae89be48540a724683 [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/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
}
]