mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-18 08:58:30 +00:00
Fix warnings and add needs-rebase plugin
This commit is contained in:
parent
15940664bc
commit
054e1cb5b6
@ -1,26 +1,30 @@
|
||||
prowjob_namespace: prow
|
||||
pod_namespace: test-pods
|
||||
|
||||
allowed_clusters:
|
||||
rocky-linux/peridot:
|
||||
- default
|
||||
|
||||
deck:
|
||||
spyglass:
|
||||
lenses:
|
||||
- lens:
|
||||
name: metadata
|
||||
required_files:
|
||||
- started.json|finished.json
|
||||
required_files:
|
||||
- started.json|finished.json
|
||||
- lens:
|
||||
config:
|
||||
name: buildlog
|
||||
required_files:
|
||||
- build-log.txt
|
||||
required_files:
|
||||
- build-log.txt
|
||||
- lens:
|
||||
name: junit
|
||||
required_files:
|
||||
- bazel-testlogs/.*/test.xml
|
||||
required_files:
|
||||
- bazel-testlogs/.*/test.xml
|
||||
- lens:
|
||||
name: podinfo
|
||||
required_files:
|
||||
- podinfo.json
|
||||
required_files:
|
||||
- podinfo.json
|
||||
|
||||
plank:
|
||||
job_url_prefix_config:
|
||||
|
3
config/prow/labels.yaml
Normal file
3
config/prow/labels.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
labels:
|
||||
- color: 00ff00
|
||||
name: lgtm
|
@ -10,6 +10,7 @@ plugins:
|
||||
- help
|
||||
- heart
|
||||
- hold
|
||||
- needs-rebase
|
||||
- label
|
||||
- lgtm
|
||||
- trigger
|
||||
|
Loading…
Reference in New Issue
Block a user