Skip to content

Commit 817b460

Browse files
committed
migrate gcp firestore driver to k8s-infra-prow-build
Related to: - kubernetes#30277 Signed-off-by: Arnaud Meukam <[email protected]>
1 parent 4d63d77 commit 817b460

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

config/jobs/kubernetes-sigs/gcp-filestore-csi-driver/gcp-filestore-csi-driver-config.yaml

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
presubmits:
22
kubernetes-sigs/gcp-filestore-csi-driver:
33
- name: pull-gcp-filestore-csi-driver-e2e
4+
cluster: k8s-infra-prow-build
45
always_run: true
56
labels:
67
preset-service-account: "true"
@@ -20,7 +21,15 @@ presubmits:
2021
env:
2122
- name: ZONE
2223
value: us-central1-c
24+
resources:
25+
limits:
26+
cpu: 2
27+
memory: "6Gi"
28+
requests:
29+
cpu: 2
30+
memory: "6Gi"
2331
- name: pull-gcp-filestore-csi-driver-sanity
32+
cluster: k8s-infra-prow-build
2433
always_run: true
2534
labels:
2635
preset-service-account: "true"
@@ -36,7 +45,15 @@ presubmits:
3645
- "--scenario=execute"
3746
- "--" # end bootstrap args, scenario args below
3847
- "test/run_sanity.sh"
48+
resources:
49+
limits:
50+
cpu: 2
51+
memory: "6Gi"
52+
requests:
53+
cpu: 2
54+
memory: "6Gi"
3955
- name: pull-gcp-filestore-csi-driver-unit
56+
cluster: k8s-infra-prow-build
4057
always_run: true
4158
labels:
4259
preset-service-account: "true"
@@ -52,7 +69,15 @@ presubmits:
5269
- "--scenario=execute"
5370
- "--" # end bootstrap args, scenario args below
5471
- "test/run_unit.sh"
72+
resources:
73+
limits:
74+
cpu: 2
75+
memory: "6Gi"
76+
requests:
77+
cpu: 2
78+
memory: "6Gi"
5579
- name: pull-gcp-filestore-csi-driver-verify
80+
cluster: k8s-infra-prow-build
5681
always_run: true
5782
labels:
5883
preset-service-account: "true"
@@ -68,7 +93,15 @@ presubmits:
6893
- "--scenario=execute"
6994
- "--" # end bootstrap args, scenario args below
7095
- "hack/verify_all.sh"
96+
resources:
97+
limits:
98+
cpu: 2
99+
memory: "6Gi"
100+
requests:
101+
cpu: 2
102+
memory: "6Gi"
71103
- name: pull-gcp-filestore-csi-driver-kubernetes-integration
104+
cluster: k8s-infra-prow-build
72105
always_run: false
73106
run_if_changed: '^(pkg\/|cmd\/|test\/|hack\/|vendor\/)'
74107
labels:
@@ -90,9 +123,9 @@ presubmits:
90123
securityContext:
91124
privileged: true
92125
resources:
126+
limits:
127+
cpu: 2
128+
memory: "6Gi"
93129
requests:
94-
# these are both a bit below peak usage during build
95-
# this is mostly for building kubernetes
96-
memory: "9000Mi"
97-
# during the tests more like 3-20m is used
98-
cpu: 2000m
130+
cpu: 2
131+
memory: "6Gi"

0 commit comments

Comments
 (0)