-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified node-kubelet-flaky job and image spec
This patch aims to enable the performance benchamrks in the node-kubelet-flaky e2e job to run on an instance with enough cpu and memory to run performance workloads. It also explicitly specifies the `--server-start-timeout` flag to tell the kubelet how long to wait for healthchecks in between restarts. Signed-off-by: alejandrox1 <alarcj137@gmail.com>
- Loading branch information
1 parent
7ab687f
commit adb018a
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
images: | ||
cosbeta-resource1: | ||
image: cos-81-12871-103-0 | ||
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' |