Skip to content

Commit

Permalink
Merge pull request #17687 from alejandrox1/fix-kubelet-flaky-job
Browse files Browse the repository at this point in the history
Modified node-kubelet-flaky job and image spec
  • Loading branch information
k8s-ci-robot authored Jun 10, 2020
2 parents a09a592 + 86e15df commit a8d5af8
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@ -177,8 +177,8 @@ 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/image-config.yaml
- --node-test-args= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/"
- --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 --focus="\[Flaky\]"
Expand Down
15 changes: 15 additions & 0 deletions jobs/e2e_node/perf-image-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
images:
cos-stable1:
image: cos-81-12871-119-0 # docker 19.03.6, current latest LTS.
project: cos-cloud
machine: n1-standard-16
metadata: "user-data<test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
tests:
- 'Node Performance Testing'
ubuntu:
image: ubuntu-gke-1804-1-17-v20200605 # docker 19.03.2 / containerd 1.2.10
project: ubuntu-os-gke-cloud
machine: n1-standard-16
tests:
- 'Node Performance Testing'

0 comments on commit a8d5af8

Please sign in to comment.