Skip to content

Commit

Permalink
Merge pull request #32424 from kannon92/eviction-typo-serial
Browse files Browse the repository at this point in the history
typo in skip for eviction
  • Loading branch information
k8s-ci-robot authored Apr 10, 2024
2 parents 0a256fe + 60485bb commit 2de5004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ periodics:
- --provider=gce
# *Manager jobs are skipped because they have corresponding test lanes with the right image
# These jobs in serial get partially skipped and are long jobs.
- --test_args=--nodes=1 --timeout=4h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]"
- --test_args=--nodes=1 --timeout=4h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]"
- --timeout=240m
env:
- name: GOPATH
Expand Down Expand Up @@ -186,7 +186,7 @@ periodics:
- --provider=gce
# *Manager jobs are skipped because they have corresponding test lanes with the right image
# These jobs in serial get partially skipped and are long jobs.
- --test_args=--nodes=1 --timeout=3h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]"
- --test_args=--nodes=1 --timeout=3h --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[Feature:CPUManager\]|\[Feature:MemoryManager\]|\[Feature:TopologyManager\]"
- --timeout=3h
env:
- name: GOPATH
Expand Down

0 comments on commit 2de5004

Please sign in to comment.