Skip to content

Commit

Permalink
Merge pull request #32375 from embik/hydrophone-lint-cpus
Browse files Browse the repository at this point in the history
increase `pull-hydrophone-verify` to use 2 cpus for golangci-lint
  • Loading branch information
k8s-ci-robot authored Apr 4, 2024
2 parents 4c1fb88 + f4019d0 commit 00000e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ presubmits:
- verify
resources:
limits:
cpu: 1
cpu: 2
memory: 4Gi
requests:
cpu: 1
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-testing-misc
Expand Down

0 comments on commit 00000e4

Please sign in to comment.