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

CAPV: adjust resource consumption for jobs on community cluster #32584

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
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ periodics:
resources:
requests:
cpu: "4000m"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we set limits on some more jobs? I think a bunch of them only have requests (including upgrade jobs)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK the jobs without limits are only the ones still running on GCP.
I would not invest time in optimizing those jobs because we have to migrate them soonish and also because AFAIK we don't have the same monitoring data that we get for jobs running in EKS

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack, we have no monitoring data for these.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah kk. Missed that we don't have data

memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-govmomi-main
Expand Down Expand Up @@ -296,10 +296,10 @@ periodics:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-supervisor-main
Expand Down Expand Up @@ -435,10 +435,10 @@ periodics:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "4Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "4Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-test-coverage-main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-apidiff-main
Expand Down Expand Up @@ -53,10 +53,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-verify-main
Expand Down Expand Up @@ -197,10 +197,10 @@ presubmits:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-e2e-vcsim-govmomi-main
Expand Down Expand Up @@ -426,10 +426,10 @@ presubmits:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-e2e-vcsim-supervisor-main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ periodics:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-govmomi-release-1-10
Expand Down Expand Up @@ -296,10 +296,10 @@ periodics:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-supervisor-release-1-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-apidiff-release-1-10
Expand Down Expand Up @@ -53,10 +53,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-verify-release-1-10
Expand Down Expand Up @@ -197,10 +197,10 @@ presubmits:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-e2e-vcsim-govmomi-release-1-10
Expand Down Expand Up @@ -426,10 +426,10 @@ presubmits:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-e2e-vcsim-supervisor-release-1-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ periodics:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-apidiff-release-1-7
Expand Down Expand Up @@ -53,10 +53,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-verify-release-1-7
Expand Down Expand Up @@ -113,10 +113,10 @@ presubmits:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ periodics:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-apidiff-release-1-8
Expand Down Expand Up @@ -53,10 +53,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-verify-release-1-8
Expand Down Expand Up @@ -113,10 +113,10 @@ presubmits:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ periodics:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-apidiff-release-1-9
Expand Down Expand Up @@ -53,10 +53,10 @@ presubmits:
resources:
limits:
cpu: 2
memory: 4Gi
memory: 3Gi
requests:
cpu: 2
memory: 4Gi
memory: 3Gi
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-verify-release-1-9
Expand Down Expand Up @@ -113,10 +113,10 @@ presubmits:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ periodics:
resources:
limits:
cpu: 4
memory: 6Gi
memory: 3Gi
requests:
cpu: 4
memory: 6Gi
memory: 3Gi
command:
- runner.sh
args:
Expand Down Expand Up @@ -177,10 +177,10 @@ periodics:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-{{ $mode }}-{{ ReplaceAll $.branch "." "-" }}
Expand Down Expand Up @@ -331,10 +331,10 @@ periodics:
resources:
requests:
cpu: "4000m"
memory: "6Gi"
memory: "4Gi"
limits:
cpu: "4000m"
memory: "6Gi"
memory: "4Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-test-coverage-{{ ReplaceAll $.branch "." "-" }}
Expand Down
Loading