File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ presubmits:
412
412
branches :
413
413
- main
414
414
- release-3.6
415
+ - release-3.4
415
416
decorate : true
416
417
annotations :
417
418
testgrid-dashboards : sig-etcd-presubmits
@@ -477,6 +478,7 @@ presubmits:
477
478
branches :
478
479
- main
479
480
- release-3.6
481
+ - release-3.4
480
482
decorate : true
481
483
annotations :
482
484
testgrid-dashboards : sig-etcd-presubmits
@@ -542,6 +544,7 @@ presubmits:
542
544
branches :
543
545
- main
544
546
- release-3.6
547
+ - release-3.4
545
548
decorate : true
546
549
annotations :
547
550
testgrid-dashboards : sig-etcd-presubmits
@@ -954,6 +957,36 @@ presubmits:
954
957
nodeSelector :
955
958
kubernetes.io/arch : arm64
956
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 : " 8Gi"
986
+ limits :
987
+ cpu : " 4"
988
+ memory : " 8Gi"
989
+
957
990
- name : pull-etcd-coverage-report
958
991
cluster : eks-prow-build-cluster
959
992
always_run : true
You can’t perform that action at this time.
0 commit comments