tangs b030ce89ca openbilibili | vor 5 Jahren | |
---|---|---|
.. | ||
org | vor 5 Jahren | |
BUILD.bazel | vor 5 Jahren | |
README.md | vor 5 Jahren | |
agent.go | vor 5 Jahren | |
branch_protection.go | vor 5 Jahren | |
build_status.go | vor 5 Jahren | |
config.go | vor 5 Jahren | |
githuboauth.go | vor 5 Jahren | |
gitlaboauth.go | vor 5 Jahren | |
jobs.go | vor 5 Jahren | |
secrets_agent.go | vor 5 Jahren | |
tide.go | vor 5 Jahren |
Core Prow component configuration is managed by the config
package and stored in the Config
struct. If a configuration guide is available for a component it can be found in the /prow/cmd
directory. See jobs.md
for a guide to configuring ProwJobs.
Configuration for plugins is handled and stored separately. See the plugins
package for details.