File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -1037,6 +1037,38 @@ periodics:
1037
1037
nodeSelector :
1038
1038
kubernetes.io/arch : arm64
1039
1039
1040
+ - name : ci-etcd-e2e-release34-amd64
1041
+ interval : 4h
1042
+ cluster : eks-prow-build-cluster
1043
+ decorate : true
1044
+ decoration_config :
1045
+ timeout : 60m
1046
+ extra_refs :
1047
+ - org : etcd-io
1048
+ repo : etcd
1049
+ base_ref : release-3.4
1050
+ annotations :
1051
+ testgrid-dashboards : sig-etcd-periodics, sig-etcd-amd64
1052
+ testgrid-tab-name : ci-etcd-e2e-release34-amd64
1053
+ spec :
1054
+ containers :
1055
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250527-1b2b10e804-master
1056
+ command :
1057
+ - runner.sh
1058
+ args :
1059
+ - bash
1060
+ - -c
1061
+ - |
1062
+ set -euo pipefail
1063
+ VERBOSE=1 GOOS=linux GOARCH=amd64 CPU=4 EXPECT_DEBUG=true make test-e2e-release
1064
+ resources :
1065
+ requests :
1066
+ cpu : " 4"
1067
+ memory : " 8Gi"
1068
+ limits :
1069
+ cpu : " 4"
1070
+ memory : " 8Gi"
1071
+
1040
1072
- name : ci-etcd-unit-test-release34-amd64
1041
1073
interval : 4h
1042
1074
cluster : eks-prow-build-cluster
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ postsubmits:
183
183
branches :
184
184
- main
185
185
- release-3.6
186
+ - release-3.4
186
187
decorate : true
187
188
annotations :
188
189
testgrid-dashboards : sig-etcd-postsubmits
You can’t perform that action at this time.
0 commit comments