Documentation ¶
Index ¶
Constants ¶
View Source
const ( string = "Commit" DoNotCancelTryjobsFooter string = "Cq-Do-Not-Cancel-Tryjobs" // bucket1:bot1,bot2;bucket2:bot3,bot4 IncludeTryjobsFooter string = "Cq-Include-Trybots" NoTreeChecksFooter string = "No-Tree-Checks" NoTryFooter string = "No-Try" // same time then the CQ will return failure. Not applicable for dry-runs. NoDependencyChecksFooter string = "No-Dependency-Checks" // them. RerunTryjobsFooter string = "Rerun-Tryjobs" )CommitFooter
Variables ¶
This section is empty.
Functions ¶
func ParseIncludeTryjobsFooter ¶
ParseIncludeTryJobsFooter parses the IncludeTryjobsFooter and returns a map of buckets to bots. The string is expected to be in this format: "bucket1:bot1,bot2;bucket2:bot3" For the above string the following will be returned: {"bucket1": ["bot1", "bot2"], "bucket2": ["bot3"]}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.