Skip to content

Commit 1960da9

Browse files
committed
etcd: Add pull-etcd-functional presubmits for amd64
Signed-off-by: joshjms <joshjms1607@gmail.com>
1 parent 0f4f06f commit 1960da9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

config/jobs/etcd/etcd-presubmits.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,38 @@ presubmits:
956956
memory: "4Gi"
957957
nodeSelector:
958958
kubernetes.io/arch: arm64
959+
960+
- name: pull-etcd-functional-amd64
961+
cluster: k8s-infra-prow-build
962+
always_run: true
963+
branches:
964+
- release-3.4
965+
decorate: true
966+
decoration_config:
967+
timeout: 60m
968+
annotations:
969+
testgrid-dashboards: sig-etcd-presubmits
970+
testgrid-tab-name: pull-etcd-functional-amd64
971+
spec:
972+
containers:
973+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250513-98d205aae3-master
974+
command:
975+
- runner.sh
976+
args:
977+
- bash
978+
- -c
979+
- |
980+
apt-get update && apt-get install -y netcat-openbsd
981+
GOARCH=amd64 make test-functional
982+
resources:
983+
requests:
984+
cpu: "4"
985+
memory: "2Gi"
986+
limits:
987+
cpu: "4"
988+
memory: "2Gi"
989+
nodeSelector:
990+
kubernetes.io/arch: amd64
959991

960992
- name: pull-etcd-coverage-report
961993
cluster: eks-prow-build-cluster

0 commit comments

Comments
 (0)