mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-18 08:58:30 +00:00
Run bazel builds/tests on better nodes and add postsubmit test
This commit is contained in:
parent
be2d107909
commit
9f0644e272
20
config/jobs/postsubmits.yaml
Normal file
20
config/jobs/postsubmits.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
||||
|
@ -20,6 +20,13 @@ presubmits:
|
||||
always_run: true
|
||||
decorate: true
|
||||
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:
|
||||
@ -31,6 +38,13 @@ presubmits:
|
||||
always_run: true
|
||||
decorate: true
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user