@@ -41,7 +41,7 @@ presubmits:
4141 - --gcp-zone=us-central1-b
4242 - --ginkgo-parallel=30
4343 - --provider=gce
44- - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[Feature:RuntimeHandler\] --minStartupPods=8
44+ - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
4545 - --timeout=80m # thinking about making this longer? don't! 80m is a hard cap, and should get down to no more than 60m.
4646 image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
4747 resources :
@@ -298,7 +298,7 @@ presubmits:
298298 - --focus-regex=\[Serial\]
299299 - --use-dockerized-build=true
300300 - --target-build-arch=linux/arm64
301- - --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:DynamicResourceAllocation\]|\[Feature:HugePages\]|\[Feature:PodLevelResources\]
301+ - --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:DynamicResourceAllocation\]|\[Feature:NodeSwap\]|\[Feature: HugePages\]|\[Feature:PodLevelResources\]
302302 - ' --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*\"]}"'
303303 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/image-config-serial.yaml
304304 - --timeout=180m
@@ -561,7 +561,7 @@ presubmits:
561561 - ' --node-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*\"]}"'
562562 - --node-tests=true
563563 - --provider=gce
564- - --test_args=--nodes=1 --timeout=4h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]|\[Feature:DynamicResourceAllocation\]|\[Feature:HugePages\]|\[Feature:PodLevelResources\]"
564+ - --test_args=--nodes=1 --timeout=4h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]|\[Feature:NodeSwap\]|\[Feature: DynamicResourceAllocation\]|\[Feature:HugePages\]|\[Feature:PodLevelResources\]"
565565 - --timeout=240m
566566 env :
567567 - name : GOPATH
@@ -1518,7 +1518,7 @@ presubmits:
15181518 - --focus-regex=\[Serial\]
15191519 # *Manager jobs are skipped because they have corresponding test lanes with the right image
15201520 # These jobs in serial get partially skipped and are long jobs.
1521- - --skip-regex=\[Flaky\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]|\[Feature:DynamicResourceAllocation\]|\[Feature:HugePages\]
1521+ - --skip-regex=\[Flaky\]|\[Benchmark\]|\[Feature:Eviction\]|\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]|\[Feature:NodeSwap\]|\[Feature: DynamicResourceAllocation\]|\[Feature:HugePages\]
15221522 - ' --test-args=--ginkgo.timeout=3h --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\"]}" --service-feature-gates="PodLevelResources=true" --feature-gates="PodLevelResources=true"'
15231523 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-serial.yaml
15241524 resources :
@@ -1960,7 +1960,7 @@ presubmits:
19601960 - --repo-root=.
19611961 - --gcp-zone=us-central1-b
19621962 - --parallelism=1
1963- - --focus-regex=MemoryAllocatableEviction|PriorityMemoryEvictionOrdering
1963+ - --focus-regex=\[Feature:NodeSwap\]| MemoryAllocatableEviction|PriorityMemoryEvictionOrdering
19641964 - --skip-regex=\[Flaky\]|\[Benchmark\]
19651965 - ' --test-args=--feature-gates=NodeSwap=true --service-feature-gates=NodeSwap=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --fail-swap-on=false --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
19661966 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/swap/image-config-swap.yaml
@@ -2014,7 +2014,7 @@ presubmits:
20142014 - --repo-root=.
20152015 - --gcp-zone=us-central1-b
20162016 - --parallelism=1
2017- - --focus-regex=MemoryAllocatableEviction|PriorityMemoryEvictionOrdering
2017+ - --focus-regex=\[Feature:NodeSwap\]| MemoryAllocatableEviction|PriorityMemoryEvictionOrdering
20182018 - --skip-regex=\[Flaky\]|\[Benchmark\]
20192019 - ' --test-args=--feature-gates="NodeSwap=true" --service-feature-gates="NodeSwap=true" --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--fail-swap-on=false --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\"]}"'
20202020 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/swap/image-config-swap-fedora.yaml
0 commit comments