Skip to content

Commit

Permalink
kubesecondarydns, presubmits: Add unit-test for s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schintag <[email protected]>
  • Loading branch information
jschintag committed Dec 3, 2024
1 parent 68a62ef commit 4251d65
Showing 1 changed file with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,29 @@ presubmits:
make cluster-up
make cluster-sync
make functest
- name: pull-kubesecondarydns-unit-test-s390x
skip_branches:
- release-\d+\.\d+
annotations:
fork-per-release: "true"
always_run: true
optional: false
decorate: true
cluster: prow-s390x-workloads
decoration_config:
grace_period: 5m0s
timeout: 2h0m0s
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- make test
image: quay.io/kubevirtci/golang:v20241014-80f340c
name: ""
resources:
requests:
memory: 500Mi
securityContext:
privileged: true

0 comments on commit 4251d65

Please sign in to comment.