@@ -721,6 +721,58 @@ presubmits:
721721 - --skip-regex=\[Flaky\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:DynamicResourceAllocation\]|\[Feature:HugePages\]|\[Feature:PodLevelResources\]
722722 - ' --test-args=--ginkgo.timeout=3h --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
723723 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial.yaml
724+ - name : pull-kubernetes-node-kubelet-inplace-pod-level-resources-resize
725+ cluster : k8s-infra-prow-build
726+ always_run : false
727+ optional : true
728+ skip_report : false
729+ skip_branches :
730+ - release-\d+\.\d+ # per-release image
731+ annotations :
732+ testgrid-dashboards : sig-node-presubmits
733+ testgrid-tab-name : pr-kubelet-e2e-podlevelresources-resize
734+ labels :
735+ preset-service-account : " true"
736+ preset-k8s-ssh : " true"
737+ decorate : true
738+ decoration_config :
739+ timeout : 240m
740+ path_alias : k8s.io/kubernetes
741+ extra_refs :
742+ - org : kubernetes
743+ repo : release
744+ base_ref : master
745+ path_alias : k8s.io/release
746+ - org : kubernetes
747+ repo : test-infra
748+ base_ref : master
749+ path_alias : k8s.io/test-infra
750+ spec :
751+ containers :
752+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
753+ resources :
754+ limits :
755+ cpu : 4
756+ memory : 6Gi
757+ requests :
758+ cpu : 4
759+ memory : 6Gi
760+ command :
761+ - runner.sh
762+ - /workspace/scenarios/kubernetes_e2e.py
763+ args :
764+ - --deployment=node
765+ - --gcp-zone=us-central1-b
766+ - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial-resource-managers.yaml
767+ - --node-test-args=--service-feature-gates="InPlacePodLevelResourcesVerticalScaling=true" --feature-gates="InPlacePodLevelResourcesVerticalScaling=true" --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --cgroup-driver=systemd"
768+ - --node-tests=true
769+ - --provider=gce
770+ - --runtime-config=api/all=true
771+ - --test_args=--nodes=1 --skip="" --focus="\[Feature:InPlacePodLevelResourcesVerticalScaling\]"
772+ - --timeout=180m
773+ env :
774+ - name : GOPATH
775+ value : /go
724776 - name : pull-kubernetes-node-kubelet-serial-podlevelresources
725777 cluster : k8s-infra-prow-build
726778 always_run : false
0 commit comments