Home
last modified time | relevance | path

Searched defs:changeInfo (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/tests/regres/cmd/regres/
Dmain.go909 type changeInfo struct { struct
910 id string // Gerrit change ID.
911 pending bool // Is this change waiting a test for the latest patchset?
912 priority int // Calculated priority based on Gerrit labels.
913 latest git.Hash // Git hash of the latest patchset in the change.
914 parent git.Hash // Git hash of the changelist this change is based on.
915 lastUpdated time.Time // Time the change was last fetched.
916 commitMessage string
921 func queryChanges(client *gerrit.Client, changes map[string]*changeInfo) error {
958 func (c *changeInfo) update(client *gerrit.Client) error {