Documentation
¶
Index ¶
- Variables
- func AgentRepo() string
- func AgentSvcEndpoint() string
- func LogBucket() string
- func LogPushInterval() time.Duration
- func LogsPath() string
- func OauthPath() string
- func Projects() []string
- func SvcEndpoint() string
- func TestCaseFilter() *regexp.Regexp
- func TestSuiteFilter() *regexp.Regexp
- func Zones() map[string]int
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OutDir is the out directory to use. OutDir = flag.String("out_dir", "/tmp", "artifact directory") )
Functions ¶
func LogPushInterval ¶
LogPushInterval returns the interval at which the serial console logs are written to GCS
func TestCaseFilter ¶
TestCaseFilter is the test case filter regex.
func TestSuiteFilter ¶
TestSuiteFilter is the test suite filter regex.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.