Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run in-place pod resize node tests in parallel #33792

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -767,7 +767,7 @@ presubmits:
- --skip-regex=\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]
- '--test-args=--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 @@ -776,7 +776,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 @@ -814,7 +814,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="Pod InPlace Resize Container"
- --timeout=180m
env:
- name: GOPATH
Expand Down