Documentation ¶
Index ¶
Constants ¶
View Source
const CheckProcessingQueue = "check-processing"
CheckProcessingQueue is the name of the TaskQueue that handles processing and interpretation of TestRun results, in order to update the GitHub checks.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { shared.AppEngineAPI ScheduleResultsProcessing(sha string, browser shared.ProductSpec) error GetSuitesForSHA(sha string) ([]shared.CheckSuite, error) IgnoreFailure(sender, owner, repo string, run *github.CheckRun, installation *github.Installation) error CancelRun(sender, owner, repo string, run *github.CheckRun, installation *github.Installation) error CreateWPTCheckSuite(appID, installationID int64, sha string, prNumbers ...int) (bool, error) GetWPTRepoAppInstallationIDs() (appID, installationID int64) }
API abstracts all the API calls used externally.
Directories ¶
Path | Synopsis |
---|---|
Package mock_checks is a generated GoMock package.
|
Package mock_checks is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.