k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/etcdadm/etcdadm-presubmits.yaml (about) 1 # sigs.k8s.io/etcdadm presubmits 2 presubmits: 3 kubernetes-sigs/etcdadm: 4 - name: pull-etcdadm-verify 5 cluster: eks-prow-build-cluster 6 path_alias: "sigs.k8s.io/etcdadm" 7 always_run: true 8 decorate: true 9 spec: 10 containers: 11 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 12 command: 13 - "./hack/verify-all.sh" 14 resources: 15 requests: 16 cpu: 2 17 memory: 4Gi 18 limits: 19 cpu: 2 20 memory: 4Gi 21 annotations: 22 testgrid-dashboards: sig-cluster-lifecycle-etcdadm 23 testgrid-tab-name: pr-verify 24 - name: pull-etcdadm-test-init 25 cluster: eks-prow-build-cluster 26 labels: 27 preset-dind-enabled: "true" 28 path_alias: "sigs.k8s.io/etcdadm" 29 always_run: true 30 decorate: true 31 spec: 32 containers: 33 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 34 # we need privileged mode in order to do docker in docker 35 securityContext: 36 privileged: true 37 command: 38 - "runner.sh" 39 - "./test/e2e/init.sh" 40 resources: 41 requests: 42 cpu: 2 43 memory: 4Gi 44 limits: 45 cpu: 2 46 memory: 4Gi 47 annotations: 48 testgrid-dashboards: sig-cluster-lifecycle-etcdadm 49 testgrid-tab-name: pr-test-init