File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -954,6 +954,36 @@ presubmits:
954
954
nodeSelector :
955
955
kubernetes.io/arch : arm64
956
956
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
+
957
987
- name : pull-etcd-coverage-report
958
988
cluster : eks-prow-build-cluster
959
989
always_run : true
You can’t perform that action at this time.
0 commit comments