Skip to content

Commit

Permalink
kubevirtci,presubmits: Add optional presubmit lanes to test k8s-1.32 …
Browse files Browse the repository at this point in the history
…provider

The k8s-1.32 cluster provider is due to be introduced soon[1] - add
optional check-provision jobs to help with testing the new provider

[1] kubevirt/kubevirtci#1327

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Nov 22, 2024
1 parent ac63e76 commit da6bc0d
Showing 1 changed file with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,62 @@ presubmits:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: false
cluster: prow-s390x-workloads
decorate: true
decoration_config:
timeout: 4h0m0s
labels:
preset-kubevirtci-check-provision-env: "true"
preset-podman-in-container-enabled: "true"
max_concurrency: 1
name: check-provision-k8s-1.32-s390x
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- cd cluster-provision/k8s/1.32 && ../provision.sh
image: quay.io/kubevirtci/golang:v20241014-80f340c
env:
- name: SLIM
value: "true"
- name: RUN_KUBEVIRT_CONFORMANCE
value: "false"
name: ""
resources:
requests:
memory: 8Gi
securityContext:
privileged: true
- always_run: false
cluster: kubevirt-prow-workloads
decorate: true
decoration_config:
timeout: 3h0m0s
labels:
preset-docker-mirror-proxy: "true"
preset-kubevirtci-check-provision-env: "true"
preset-podman-in-container-enabled: "true"
max_concurrency: 1
name: check-provision-k8s-1.32
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- cd cluster-provision/k8s/1.32 && ../provision.sh
image: quay.io/kubevirtci/golang:v20241014-80f340c
name: ""
resources:
requests:
memory: 8Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: false
cluster: kubevirt-prow-workloads
decorate: true
Expand Down

0 comments on commit da6bc0d

Please sign in to comment.