Skip to content

Commit

Permalink
kubesecondarydns, presubmits: Add build testfor 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 4251d65 commit 77fc470
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,31 @@ presubmits:
memory: 500Mi
securityContext:
privileged: true
- name: pull-kubesecondarydns-build-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
labels:
preset-podman-in-container-enabled: "true"
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- make build
image: quay.io/kubevirtci/golang:v20241014-80f340c
name: ""
resources:
requests:
memory: 500Mi
securityContext:
privileged: true

0 comments on commit 77fc470

Please sign in to comment.