Skip to content

Commit 8c59047

Browse files
committed
etcd: add post-etcd-coverage-report job
1 parent 346e156 commit 8c59047

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

config/jobs/etcd/etcd-postsubmits.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,32 @@ postsubmits:
322322
memory: "3Gi"
323323
nodeSelector:
324324
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"

0 commit comments

Comments
 (0)