Skip to content

Commit 2b837f9

Browse files
committed
[KEP-4639] Remove dedicated image volume presubmit
Image volume tests will be part of node conformance with the graduation of the KEP. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 55262b8 commit 2b837f9

File tree

1 file changed

+1
-55
lines changed

1 file changed

+1
-55
lines changed

config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ presubmits:
540540
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/image-config.yaml
541541
- --deployment=node
542542
- --gcp-zone=us-central1-b
543-
- '--node-test-args=--feature-gates=AllAlpha=true,ImageVolume=true,EventedPLEG=false --service-feature-gates=ProcMountType=true,UserNamespacesSupport=true,ImageVolume=true,ResourceHealthStatus=true,KubeletPSI=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
543+
- '--node-test-args=--feature-gates=AllAlpha=true,EventedPLEG=false --service-feature-gates=ProcMountType=true,UserNamespacesSupport=true,ResourceHealthStatus=true,KubeletPSI=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
544544
- --node-tests=true
545545
- --provider=gce
546546
- --test_args=--nodes=8 --focus="\[Feature:.+\]" --skip="\[Flaky\]|\[Serial\]|\[Feature:InPlacePodVerticalScaling\]|\[Feature:UserNamespacesSupport]|\[Feature:UserNamespacesPodSecurityStandards\]|\[Feature:KubeletCredentialProviders\]|\[Feature:LockContention\]|\[Feature:SCTPConnectivity\]"
@@ -1463,60 +1463,6 @@ presubmits:
14631463
value: core
14641464
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
14651465
value: "1"
1466-
- name: pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e
1467-
cluster: k8s-infra-prow-build
1468-
# explicitly needs /test pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e to run
1469-
always_run: false
1470-
optional: true
1471-
max_concurrency: 12
1472-
skip_branches:
1473-
- release-\d+\.\d+ # per-release image
1474-
decorate: true
1475-
path_alias: k8s.io/kubernetes
1476-
extra_refs:
1477-
- org: kubernetes
1478-
repo: test-infra
1479-
base_ref: master
1480-
path_alias: k8s.io/test-infra
1481-
decoration_config:
1482-
timeout: 240m
1483-
labels:
1484-
preset-service-account: "true"
1485-
preset-k8s-ssh: "true"
1486-
preset-pull-kubernetes-e2e: "true"
1487-
preset-pull-kubernetes-e2e-gce: "true"
1488-
annotations:
1489-
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
1490-
testgrid-tab-name: pr-crio-cgrpv2-imagevolume-e2e
1491-
spec:
1492-
containers:
1493-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251016-39cf27682d-master
1494-
command:
1495-
- runner.sh
1496-
args:
1497-
- kubetest2
1498-
- noop
1499-
- --test=node
1500-
- --
1501-
- --repo-root=.
1502-
- --gcp-zone=us-central1-b
1503-
- --parallelism=8
1504-
- --focus-regex=\[Feature:ImageVolume\]
1505-
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]
1506-
- '--test-args=--service-feature-gates="ImageVolume=true" --feature-gates="ImageVolume=true" --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
1507-
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml
1508-
resources:
1509-
limits:
1510-
cpu: 4
1511-
memory: 6Gi
1512-
requests:
1513-
cpu: 4
1514-
memory: 6Gi
1515-
env:
1516-
- name: KUBE_SSH_USER
1517-
value: core
1518-
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
1519-
value: "1"
15201466
- name: pull-kubernetes-node-crio-cgrpv2-splitfs-e2e
15211467
cluster: k8s-infra-prow-build
15221468
always_run: false

0 commit comments

Comments
 (0)