We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1f290 + ebf1a2f commit b09cdebCopy full SHA for b09cdeb
config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml
@@ -277,6 +277,7 @@ periodics:
277
testgrid-num-columns-recent: '20'
278
- interval: 24h
279
name: ci-kubernetes-e2e-snapshot
280
+ cluster: k8s-infra-prow-build
281
labels:
282
preset-service-account: "true"
283
preset-k8s-ssh: "true"
@@ -296,6 +297,13 @@ periodics:
296
297
- --provider=gce
298
- --test_args=--ginkgo.focus=\[Feature:VolumeSnapshotDataSource\] --ginkgo.skip=\[Disruptive\]|\[Flaky\] --minStartupPods=8
299
- --timeout=120m
300
+ resources:
301
+ requests:
302
+ memory: "2000Mi"
303
+ cpu: 4000m
304
+ limits:
305
306
307
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240310-bac0a3c105-master
308
annotations:
309
0 commit comments