File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -322,3 +322,32 @@ postsubmits:
322
322
memory : " 3Gi"
323
323
nodeSelector :
324
324
kubernetes.io/arch : arm64
325
+
326
+ - name : post-etcd-coverage-report
327
+ cluster : eks-prow-build-cluster
328
+ branches :
329
+ - main
330
+ - release-3.6
331
+ decorate : true
332
+ decoration_config :
333
+ timeout : 60m
334
+ annotations :
335
+ testgrid-dashboards : sig-etcd-postsubmits
336
+ testgrid-tab-name : post-etcd-coverage-report
337
+ spec :
338
+ containers :
339
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250311-73aac21714-master
340
+ command :
341
+ - runner.sh
342
+ args :
343
+ - bash
344
+ - -c
345
+ - |
346
+ make upload-coverage-report
347
+ resources :
348
+ requests :
349
+ cpu : " 4"
350
+ memory : " 4Gi"
351
+ limits :
352
+ cpu : " 4"
353
+ memory : " 4Gi"
You can’t perform that action at this time.
0 commit comments