Skip to content

Commit

Permalink
Remove rootful kubevirt presubmit lanes (#2646)
Browse files Browse the repository at this point in the history
It was agreed on the mailing list[1] that the rootful lanes could be
removed after the 0.59 release.

This will help reduce the CI load and hopefully lead to reduction in
time to merge for approved PRs.

[1] https://groups.google.com/g/kubevirt-dev/c/LC8uSG2NMSA/m/YjkW1GVQHAAJ

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey authored Mar 3, 2023
1 parent 2e08385 commit a727aa4
Showing 1 changed file with 0 additions and 331 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,129 +290,6 @@ presubmits:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 7h0m0s
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.24-sig-compute-root
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- automation/test.sh
env:
- name: TARGET
value: k8s-1.24-sig-compute
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 4h0m0s
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.24-sig-network-root
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- automation/test.sh
env:
- name: TARGET
value: k8s-1.24-sig-network
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 4h0m0s
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.24-sig-storage-root
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- automation/test.sh
env:
- name: TARGET
value: k8s-1.24-sig-storage
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: false
annotations:
fork-per-release: "true"
Expand Down Expand Up @@ -474,47 +351,6 @@ presubmits:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 7h0m0s
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.24-operator-root
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- ' automation/test.sh'
env:
- name: TARGET
value: k8s-1.24-sig-operator
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
Expand Down Expand Up @@ -713,87 +549,6 @@ presubmits:
path: /dev/vfio/
type: Directory
name: vfio
- always_run: false
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 30m0s
timeout: 4h0m0s
labels:
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
vgpu: "true"
max_concurrency: 1
name: pull-kubevirt-e2e-kind-1.23-vgpu-root
optional: true
skip_branches:
- release-\d+\.\d+
spec:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: vgpu
operator: In
values:
- "true"
topologyKey: kubernetes.io/hostname
weight: 100
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/bash
- -ce
- |
automation/test.sh
env:
- name: FEATURE_GATES
value: Root
- name: TARGET
value: kind-1.23-vgpu
image: quay.io/kubevirtci/golang:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 18Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /lib/modules
name: modules
readOnly: true
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /dev/vfio/
name: vfio
- mountPath: /var/log/audit
name: audit
nodeSelector:
hardwareSupport: gpu
priorityClassName: vgpu
volumes:
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- hostPath:
path: /dev/vfio/
type: Directory
name: vfio
- hostPath:
path: /var/log/audit
type: Directory
name: audit
- always_run: true
annotations:
fork-per-release: "true"
Expand Down Expand Up @@ -1376,51 +1131,6 @@ presubmits:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 7h0m0s
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.25-sig-compute-migrations-root
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- automation/test.sh
env:
- name: TARGET
value: k8s-1.25-sig-compute-migrations
- name: FEATURE_GATES
value: Root
- name: KUBEVIRT_NUM_NODES
value: "3"
- name: KUBEVIRT_STORAGE
value: rook-ceph-default
image: quay.io/kubevirtci/bootstrap:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
Expand Down Expand Up @@ -1503,47 +1213,6 @@ presubmits:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: false
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
cluster: prow-workloads
decorate: true
decoration_config:
grace_period: 5m0s
timeout: 1h0m0s
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.24-sig-compute-realtime-root
optional: true
skip_branches:
- release-\d+\.\d+
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- automation/test.sh
env:
- name: TARGET
value: k8s-1.24-sig-compute-realtime
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20230105-1dbefc0
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: true
annotations:
fork-per-release: "true"
Expand Down

0 comments on commit a727aa4

Please sign in to comment.