tangs b030ce89ca openbilibili | 5 years ago | |
---|---|---|
.. | ||
org | 5 years ago | |
BUILD.bazel | 5 years ago | |
README.md | 5 years ago | |
agent.go | 5 years ago | |
branch_protection.go | 5 years ago | |
build_status.go | 5 years ago | |
config.go | 5 years ago | |
githuboauth.go | 5 years ago | |
gitlaboauth.go | 5 years ago | |
jobs.go | 5 years ago | |
secrets_agent.go | 5 years ago | |
tide.go | 5 years ago |
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.