From 77fc4703e1ab83999d09cab1c4b8936b30605aef Mon Sep 17 00:00:00 2001 From: Jan Schintag Date: Fri, 29 Nov 2024 10:29:20 +0100 Subject: [PATCH] kubesecondarydns, presubmits: Add build testfor s390x Signed-off-by: Jan Schintag --- .../kubesecondarydns-presubmits.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/github/ci/prow-deploy/files/jobs/kubevirt/kubesecondarydns/kubesecondarydns-presubmits.yaml b/github/ci/prow-deploy/files/jobs/kubevirt/kubesecondarydns/kubesecondarydns-presubmits.yaml index f8265dc690..e25522e0b0 100644 --- a/github/ci/prow-deploy/files/jobs/kubevirt/kubesecondarydns/kubesecondarydns-presubmits.yaml +++ b/github/ci/prow-deploy/files/jobs/kubevirt/kubesecondarydns/kubesecondarydns-presubmits.yaml @@ -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