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
|
prowjob_namespace: prow
|
||||||
pod_namespace: test-pods
|
pod_namespace: test-pods
|
||||||
|
|
||||||
|
allowed_clusters:
|
||||||
|
rocky-linux/peridot:
|
||||||
|
- default
|
||||||
|
|
||||||
deck:
|
deck:
|
||||||
spyglass:
|
spyglass:
|
||||||
lenses:
|
lenses:
|
||||||
- lens:
|
- lens:
|
||||||
name: metadata
|
name: metadata
|
||||||
required_files:
|
required_files:
|
||||||
- started.json|finished.json
|
- started.json|finished.json
|
||||||
- lens:
|
- lens:
|
||||||
config:
|
config:
|
||||||
name: buildlog
|
name: buildlog
|
||||||
required_files:
|
required_files:
|
||||||
- build-log.txt
|
- build-log.txt
|
||||||
- lens:
|
- lens:
|
||||||
name: junit
|
name: junit
|
||||||
required_files:
|
required_files:
|
||||||
- bazel-testlogs/.*/test.xml
|
- bazel-testlogs/.*/test.xml
|
||||||
- lens:
|
- lens:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
required_files:
|
required_files:
|
||||||
- podinfo.json
|
- podinfo.json
|
||||||
|
|
||||||
plank:
|
plank:
|
||||||
job_url_prefix_config:
|
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
|
- help
|
||||||
- heart
|
- heart
|
||||||
- hold
|
- hold
|
||||||
|
- needs-rebase
|
||||||
- label
|
- label
|
||||||
- lgtm
|
- lgtm
|
||||||
- trigger
|
- trigger
|
||||||
|
Loading…
Reference in New Issue
Block a user