tangs b030ce89ca openbilibili | пре 5 година | |
---|---|---|
.. | ||
org | пре 5 година | |
BUILD.bazel | пре 5 година | |
README.md | пре 5 година | |
agent.go | пре 5 година | |
branch_protection.go | пре 5 година | |
build_status.go | пре 5 година | |
config.go | пре 5 година | |
githuboauth.go | пре 5 година | |
gitlaboauth.go | пре 5 година | |
jobs.go | пре 5 година | |
secrets_agent.go | пре 5 година | |
tide.go | пре 5 година |
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.