Skip to content

Commit dcbec28

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

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

config/jobs/etcd/etcd-presubmits.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ presubmits:
412412
branches:
413413
- main
414414
- release-3.6
415+
- release-3.4
415416
decorate: true
416417
annotations:
417418
testgrid-dashboards: sig-etcd-presubmits
@@ -477,6 +478,7 @@ presubmits:
477478
branches:
478479
- main
479480
- release-3.6
481+
- release-3.4
480482
decorate: true
481483
annotations:
482484
testgrid-dashboards: sig-etcd-presubmits
@@ -542,6 +544,7 @@ presubmits:
542544
branches:
543545
- main
544546
- release-3.6
547+
- release-3.4
545548
decorate: true
546549
annotations:
547550
testgrid-dashboards: sig-etcd-presubmits
@@ -954,6 +957,36 @@ presubmits:
954957
nodeSelector:
955958
kubernetes.io/arch: arm64
956959

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: "8Gi"
986+
limits:
987+
cpu: "4"
988+
memory: "8Gi"
989+
957990
- name: pull-etcd-coverage-report
958991
cluster: eks-prow-build-cluster
959992
always_run: true

0 commit comments

Comments
 (0)