File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -822,6 +822,38 @@ presubmits:
822
822
nodeSelector :
823
823
kubernetes.io/arch : arm64
824
824
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
+
825
857
- name : pull-etcd-coverage-report
826
858
cluster : eks-prow-build-cluster
827
859
always_run : true
You can’t perform that action at this time.
0 commit comments