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 @@ -956,6 +956,38 @@ presubmits:
956
956
memory : " 4Gi"
957
957
nodeSelector :
958
958
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
959
991
960
992
- name : pull-etcd-coverage-report
961
993
cluster : eks-prow-build-cluster
You can’t perform that action at this time.
0 commit comments