Searched defs:TestRunMeta (Results 1 – 1 of 1) sorted by relevance
407 type TestRunMeta struct { struct408 ID string `json:"id"`409 TS int64 `json:"timeStamp"`410 Devices []*DeviceVersions `json:"devices"`411 IgnoredDevices []*DeviceVersions `json:"ignoredDevices"`412 ExitCode int `json:"exitCode"`418 func (t *TestRunMeta) writeToGCS(gcsPath string, client *http.Client) error {