Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubesecondarydns, presubmits: Add build and unit-tests for s390x #3797

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,57 @@ 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
- 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