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

Tune release-blocking kind job resources down #19081

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions config/jobs/kubernetes-sigs/kind/kind-release-blocking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ periodics:
privileged: true
resources:
limits:
memory: 14Gi
cpu: 7300m
memory: 9Gi
cpu: 7
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: 14Gi
# during the tests more like 3-20m is used
cpu: 7300m
memory: 9Gi
cpu: 7
- interval: 1h
cluster: k8s-infra-prow-build
name: ci-kubernetes-kind-ipv6-e2e-parallel
Expand Down Expand Up @@ -107,11 +106,11 @@ periodics:
privileged: true
resources:
limits:
memory: 14Gi
cpu: 7300m
memory: 9Gi
cpu: 7
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: 14Gi
memory: 9Gi
# during the tests more like 3-20m is used
cpu: 7300m
cpu: 7
16 changes: 8 additions & 8 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
- annotations:
Expand Down Expand Up @@ -588,11 +588,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
postsubmits:
Expand Down
16 changes: 8 additions & 8 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
- annotations:
Expand Down Expand Up @@ -647,11 +647,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
postsubmits:
Expand Down
16 changes: 8 additions & 8 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -655,11 +655,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
- annotations:
Expand Down Expand Up @@ -709,11 +709,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
postsubmits:
Expand Down
16 changes: 8 additions & 8 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
- annotations:
Expand Down Expand Up @@ -659,11 +659,11 @@ periodics:
name: ""
resources:
limits:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
requests:
cpu: 7300m
memory: 14Gi
cpu: 7
memory: 9Gi
securityContext:
privileged: true
postsubmits:
Expand Down