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