Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark-config: use recommended Ubuntu images #18209

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 30 additions & 9 deletions jobs/e2e_node/benchmark-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,39 +159,60 @@ images:
tests:
- 'resource tracking for 90 pods per node \[Benchmark\]'

ubuntustable2-resource1:
# NOTE: recommended versions of the ubuntu-gke images for GKE 1.14, 1.15 and 1.16 clusters
# were taken from https://cloud.google.com/kubernetes-engine/docs/release-notes
ubuntustable1-resource1:
image: ubuntu-gke-1804-1-16-v20200330
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 0 pods per node \[Benchmark\]'
ubuntustable2-resource2:
ubuntustable1-resource2:
image: ubuntu-gke-1804-1-16-v20200330
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 35 pods per node \[Benchmark\]'
ubuntustable2-resource3:
ubuntustable1-resource3:
image: ubuntu-gke-1804-1-16-v20200330
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 90 pods per node \[Benchmark\]'

ubuntustable1-resource1:
image: ubuntu-gke-1804-1-16-v20200330
ubuntustable2-resource1:
image: ubuntu-gke-1804-1-15-v20200330
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 0 pods per node \[Benchmark\]'
ubuntustable1-resource2:
image: ubuntu-gke-1804-1-16-v20200330
ubuntustable2-resource2:
image: ubuntu-gke-1804-1-15-v20200330
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 35 pods per node \[Benchmark\]'
ubuntustable1-resource3:
image: ubuntu-gke-1804-1-16-v20200330
ubuntustable2-resource3:
image: ubuntu-gke-1804-1-15-v20200330
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 90 pods per node \[Benchmark\]'

ubuntustable3-resource1:
image: ubuntu-gke-1804-1-14-v20200219
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 0 pods per node \[Benchmark\]'
ubuntustable3-resource2:
image: ubuntu-gke-1804-1-14-v20200219
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
- 'resource tracking for 35 pods per node \[Benchmark\]'
ubuntustable3-resource3:
image: ubuntu-gke-1804-1-14-v20200219
project: ubuntu-os-gke-cloud
machine: n1-standard-1
tests:
Expand Down