Skip to content

Commit

Permalink
Merge pull request #29910 from aramase/aramase/c/csi_lint_eks_prow_part1
Browse files Browse the repository at this point in the history
Move secrets-store-csi-driver lint job to eks-prow-build-cluster (part 1)
  • Loading branch information
k8s-ci-robot committed Jun 23, 2023
2 parents 51ca805 + 9e4aa73 commit 07c4b38
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/secrets-store-csi-driver:
- name: pull-secrets-store-csi-driver-lint
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 10m
Expand All @@ -20,6 +21,13 @@ presubmits:
- test-style
securityContext:
privileged: true
resources:
requests:
cpu: "4"
memory: "8Gi"
limits:
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-auth-secrets-store-csi-driver, sig-auth-secrets-store-csi-driver-presubmit
testgrid-tab-name: pr-secrets-store-csi-driver-lint
Expand Down

0 comments on commit 07c4b38

Please sign in to comment.