mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-15 18:21:24 +00:00
21 lines
536 B
YAML
21 lines
536 B
YAML
postsubmits:
|
|
rocky-linux/peridot:
|
|
- name: post-peridot-unit-test
|
|
always_run: true
|
|
decorate: true
|
|
branches:
|
|
- main
|
|
spec:
|
|
tolerations:
|
|
- key: peridot.rockylinux.org/workflow-tolerates-arch
|
|
operator: Equal
|
|
value: amd64
|
|
effect: NoSchedule
|
|
nodeSelector:
|
|
peridot.rockylinux.org/workflow-tolerates-arch: amd64
|
|
containers:
|
|
- image: quay.io/peridot/ci:v0.3.16
|
|
command:
|
|
- hack/unit_tests.sh
|
|
|