Skip to content

Commit

Permalink
Merge pull request #33792 from AnishShah/parallel-ippr-test
Browse files Browse the repository at this point in the history
Run in-place pod resize node tests in parallel
  • Loading branch information
k8s-ci-robot authored Dec 16, 2024
2 parents 6a5bf82 + 9eebdb1 commit a2267f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ presubmits:
- --skip-regex=\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]
- '--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*\"]}"'
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial.yaml
- name: pull-kubernetes-node-kubelet-serial-podresize
- name: pull-kubernetes-node-kubelet-podresize
cluster: k8s-infra-prow-build
always_run: false
optional: true
Expand All @@ -777,7 +777,7 @@ presubmits:
- release-\d+\.\d+ # per-release image
annotations:
testgrid-dashboards: sig-node-presubmits
testgrid-tab-name: pr-kubelet-serial-gce-e2e-podresize
testgrid-tab-name: pr-kubelet-gce-e2e-podresize
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand Down Expand Up @@ -815,7 +815,7 @@ presubmits:
- --node-tests=true
- --provider=gce
- --runtime-config=api/all=true
- --test_args=--nodes=1 --skip="" --focus="\[Feature:InPlacePodVerticalScaling\]"
- --test_args=--nodes=8 --skip="" --focus="\[Feature:InPlacePodVerticalScaling\]"
- --timeout=180m
env:
- name: GOPATH
Expand Down

0 comments on commit a2267f9

Please sign in to comment.