Skip to content

Commit

Permalink
re-enable all node flaky test, move node performance test to new job
Browse files Browse the repository at this point in the history
From: kubernetes#19352

Filtering of test runs in perf-image-config.yaml means only specific
tests matching "Node Performance Testing" run in flaky job.

Move flaky test job back to general image-config.yaml.
Create new job config specific to "Node Performance Testing".
Decrease ci interval of new "Node Performance Testing" job to 12h
instead of 2h.
  • Loading branch information
Manu Gupta committed Aug 11, 2021
1 parent 6d524ae commit 40a4c2a
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ periodics:
- --deployment=node
- --gcp-project-type=node-e2e-project
- --gcp-zone=us-west1-b
- --node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/perf-image-config.yaml
- --node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/image-config.yaml
- --node-test-args= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/" --server-start-timeout=420s
- --node-tests=true
- --provider=gce
Expand Down Expand Up @@ -531,3 +531,33 @@ periodics:
testgrid-tab-name: kubelet-gce-e2e-swap-fedora
testgrid-alert-email: ehashman@redhat.com, ikema@google.com
description: Executes E2E suite with swap enabled on Fedora

- name: ci-kubernetes-node-kubelet-performance-test
interval: 12h
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210721-2b77449-master
args:
- --repo=k8s.io/kubernetes=master
- --timeout=90
- --root=/go/src
- --scenario=kubernetes_e2e
- --
- --deployment=node
- --gcp-project-type=node-e2e-project
- --gcp-zone=us-west1-b
- --node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/perf-image-config.yaml
- --node-test-args= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/" --server-start-timeout=420s
- --node-tests=true
- --provider=gce
- --test_args=--nodes=1
- --timeout=60m
env:
- name: GOPATH
value: /go
annotations:
testgrid-dashboards: sig-node-kubelet
testgrid-tab-name: node-performance-test

0 comments on commit 40a4c2a

Please sign in to comment.