mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-12 09:21:22 +00:00
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
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: quay.io/peridot/ci:v0.3.16
|
|
command:
|
|
- hack/unit_tests.sh
|
|
|
|
- name: pull-peridot-non-manual-build
|
|
branches:
|
|
- main
|
|
always_run: true
|
|
decorate: true
|
|
spec:
|
|
containers:
|
|
- image: quay.io/peridot/ci:v0.3.16
|
|
command:
|
|
- hack/non_manual_build.sh
|