k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/etcd/etcd-postsubmits.yaml (about) 1 postsubmits: 2 etcd-io/etcd: 3 - name: post-etcd-build 4 cluster: eks-prow-build-cluster 5 branches: 6 - main 7 decorate: true 8 annotations: 9 testgrid-dashboards: sig-etcd-postsubmits 10 testgrid-tab-name: post-etcd-build 11 spec: 12 containers: 13 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 14 command: 15 - runner.sh 16 args: 17 - make 18 - build 19 resources: 20 requests: 21 cpu: "4" 22 memory: "4Gi" 23 limits: 24 cpu: "4" 25 memory: "4Gi"