Skip to content

kubevirt,s390x: Add presubmit for s390x e2e tests in kubevirt #3993

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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 @@ -1042,6 +1042,45 @@ presubmits:
path: /var/log/audit
type: Directory
name: audit
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-s390x-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 4h0m0s
labels:
preset-bazel-unnested: "false"
preset-podman-in-container-enabled: "true"
max_concurrency: 3
name: pull-kubevirt-e2e-s390x
optional: true
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -ce
- |
automation/test.sh
env:
- name: TARGET
value: k8s-1.31-wg-s390x
- name: KUBEVIRTCI_TAG
value: "2501140834-56eb34e6"
- name: KUBEVIRT_SLIM
value: "true"
image: quay.io/kubevirtci/bootstrap:v20250211-4e3c019
name: ""
resources:
requests:
memory: 21Gi
securityContext:
privileged: true
- always_run: true
annotations:
fork-per-release: "true"
Expand Down