Skip to content

Commit cf6d38e

Browse files
authored
Merge pull request #35613 from eun2ce/fix-kubelet-psi-feature-gate
Update sig-node KubeletPSI test focus to include Feature label
2 parents f02545c + e24dbcb commit cf6d38e

File tree

1 file changed

+0
-54
lines changed

1 file changed

+0
-54
lines changed

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

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -525,60 +525,6 @@ presubmits:
525525
limits:
526526
cpu: 4
527527
memory: 6Gi
528-
- name: pull-kubernetes-node-e2e-containerd-kubelet-psi
529-
cluster: k8s-infra-prow-build
530-
branches:
531-
# TODO(releng): Remove once repo default branch has been renamed
532-
- master
533-
- main
534-
always_run: false
535-
optional: true
536-
max_concurrency: 12
537-
skip_report: false
538-
labels:
539-
preset-service-account: "true"
540-
preset-k8s-ssh: "true"
541-
annotations:
542-
testgrid-dashboards: sig-node-presubmits
543-
testgrid-tab-name: pr-node-kubelet-containerd-kubelet-psi
544-
decorate: true
545-
decoration_config:
546-
timeout: 90m
547-
path_alias: k8s.io/kubernetes
548-
extra_refs:
549-
- org: containerd
550-
repo: containerd
551-
base_ref: main
552-
path_alias: github.com/containerd/containerd
553-
- org: kubernetes
554-
repo: test-infra
555-
base_ref: master
556-
path_alias: k8s.io/test-infra
557-
spec:
558-
containers:
559-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
560-
command:
561-
- runner.sh
562-
- /workspace/scenarios/kubernetes_e2e.py
563-
args:
564-
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/image-config.yaml
565-
- --deployment=node
566-
- --gcp-zone=us-central1-b
567-
- '--node-test-args=--feature-gates=KubeletPSI=true --service-feature-gates=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"'
568-
- --node-tests=true
569-
- --provider=gce
570-
- --test_args=--nodes=8 --focus="Summary API"
571-
- --timeout=65m
572-
env:
573-
- name: GOPATH
574-
value: /go
575-
resources:
576-
requests:
577-
cpu: 4
578-
memory: 6Gi
579-
limits:
580-
cpu: 4
581-
memory: 6Gi
582528

583529
- name: pull-kubernetes-node-kubelet-serial-containerd
584530
cluster: k8s-infra-prow-build

0 commit comments

Comments
 (0)