[ { "cmd": [ "git", "init" ], "cwd": "[START_DIR]/skia", "env": { "CHROME_HEADLESS": "1", "GOCACHE": "[START_DIR]/cache/go_cache", "GOPATH": "[START_DIR]/cache/gopath", "GOROOT": "[START_DIR]/go/go", "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin::RECIPE_REPO[depot_tools]" }, "name": "git init" }, { "cmd": [ "git", "add", "." ], "cwd": "[START_DIR]/skia", "env": { "CHROME_HEADLESS": "1", "GOCACHE": "[START_DIR]/cache/go_cache", "GOPATH": "[START_DIR]/cache/gopath", "GOROOT": "[START_DIR]/go/go", "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin::RECIPE_REPO[depot_tools]" }, "name": "git add ." }, { "cmd": [ "git", "commit", "-a", "-m", "initial commit" ], "cwd": "[START_DIR]/skia", "env": { "CHROME_HEADLESS": "1", "GOCACHE": "[START_DIR]/cache/go_cache", "GOPATH": "[START_DIR]/cache/gopath", "GOROOT": "[START_DIR]/go/go", "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin::RECIPE_REPO[depot_tools]" }, "name": "git commit" }, { "cmd": [ "python", "-u", "[START_DIR]/skia/infra/bots/infra_tests.py" ], "cwd": "[START_DIR]/skia", "env": { "CHROME_HEADLESS": "1", "GOCACHE": "[START_DIR]/cache/go_cache", "GOPATH": "[START_DIR]/cache/gopath", "GOROOT": "[START_DIR]/go/go", "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin::RECIPE_REPO[depot_tools]" }, "name": "infra_tests" }, { "name": "$result" } ]