Skip to content

Commit 029362c

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

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
@@ -822,6 +822,38 @@ presubmits:
822822
nodeSelector:
823823
kubernetes.io/arch: arm64
824824

825+
- name: pull-etcd-functional-amd64
826+
cluster: k8s-infra-prow-build
827+
always_run: true
828+
branches:
829+
- release-3.4
830+
decorate: true
831+
decoration_config:
832+
timeout: 60m
833+
annotations:
834+
testgrid-dashboards: sig-etcd-presubmits
835+
testgrid-tab-name: pull-etcd-functional-amd64
836+
spec:
837+
containers:
838+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250513-98d205aae3-master
839+
command:
840+
- runner.sh
841+
args:
842+
- bash
843+
- -c
844+
- |
845+
apt-get update && apt-get install -y netcat-openbsd
846+
GOARCH=amd64 make test-functional
847+
resources:
848+
requests:
849+
cpu: "4"
850+
memory: "2Gi"
851+
limits:
852+
cpu: "4"
853+
memory: "2Gi"
854+
nodeSelector:
855+
kubernetes.io/arch: amd64
856+
825857
- name: pull-etcd-coverage-report
826858
cluster: eks-prow-build-cluster
827859
always_run: true

0 commit comments

Comments
 (0)