Skip to content

Commit

Permalink
Merge pull request #19889 from justaugustus/k8s-build-no-bootstrap
Browse files Browse the repository at this point in the history
releng: Lower requests/limits for ci-kubernetes-build-no-bootstrap
  • Loading branch information
k8s-ci-robot authored Nov 9, 2020
2 parents 76293f4 + aaf6eea commit 9e15161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ periodics:
privileged: true
resources:
limits:
cpu: 7300m
memory: "34Gi"
cpu: 6
memory: "20Gi"
requests:
cpu: 7300m
memory: "34Gi"
cpu: 6
memory: "20Gi"
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
Expand Down

0 comments on commit 9e15161

Please sign in to comment.