Skip to content

Commit 9c1a8c8

Browse files
committed
etcd: Add pull-etcd-functional presubmits for amd64
Signed-off-by: joshjms <joshjms1607@gmail.com>
1 parent de6d923 commit 9c1a8c8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

config/jobs/etcd/etcd-presubmits.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,36 @@ presubmits:
954954
nodeSelector:
955955
kubernetes.io/arch: arm64
956956

957+
- name: pull-etcd-functional-amd64
958+
cluster: k8s-infra-prow-build
959+
always_run: true
960+
branches:
961+
- release-3.4
962+
decorate: true
963+
decoration_config:
964+
timeout: 60m
965+
annotations:
966+
testgrid-dashboards: sig-etcd-presubmits
967+
testgrid-tab-name: pull-etcd-functional-amd64
968+
spec:
969+
containers:
970+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250513-98d205aae3-master
971+
command:
972+
- runner.sh
973+
args:
974+
- bash
975+
- -c
976+
- |
977+
apt-get update && apt-get install -y netcat-openbsd
978+
GOARCH=amd64 make test-functional
979+
resources:
980+
requests:
981+
cpu: "4"
982+
memory: "8Gi"
983+
limits:
984+
cpu: "4"
985+
memory: "8Gi"
986+
957987
- name: pull-etcd-coverage-report
958988
cluster: eks-prow-build-cluster
959989
always_run: true

0 commit comments

Comments
 (0)