mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-15 18:21:24 +00:00
27 lines
748 B
YAML
27 lines
748 B
YAML
|
presubmits:
|
||
|
rocky-linux/peridot:
|
||
|
- name: pull-peridot-validate-prow-yaml
|
||
|
run_if_changed: '^(config/prow/(config|plugins).yaml$|config/jobs/.*.yaml$)'
|
||
|
decorate: true
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: gcr.io/k8s-prow/checkconfig:v20221028-a8625c1f93
|
||
|
command:
|
||
|
- checkconfig
|
||
|
args:
|
||
|
- --config-path=config/prow/config.yaml
|
||
|
- --job-config-path=config/jobs
|
||
|
- --plugin-config=config/prow/plugins.yaml
|
||
|
- --strict
|
||
|
|
||
|
- name: pull-peridot-unit-test
|
||
|
branches:
|
||
|
- main
|
||
|
always_run: true
|
||
|
decorate: true
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: alpine
|
||
|
command:
|
||
|
- /bin/date
|