Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GCS holds the values of GCS options. GCS struct { BucketName string LogDir string // PullLogDir is the directory of the pr builder jenkins PullLogDir string // PullKey is a string to look for in a job name to figure out if it's // a pull (presubmit) job. PullKey string } // RequiredContexts holds options that specify which status contexts are required for various // actions. RequiredContexts struct { Merge []string Retest []string } // Maximum time to wait for tests in a PR to start or finish. // This should be >2x as long as it normally takes for a PR // to complete, to avoid congestion collapse in the queue. PRMaxWaitTime time.Duration // App is the mungegithub app (like 'submit-queue', 'cherrypick', or 'misc-mungers') App string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.