File tree Expand file tree Collapse file tree 3 files changed +95
-0
lines changed Expand file tree Collapse file tree 3 files changed +95
-0
lines changed Original file line number Diff line number Diff line change @@ -1037,6 +1037,97 @@ periodics:
1037
1037
nodeSelector :
1038
1038
kubernetes.io/arch : arm64
1039
1039
1040
+ - name : ci-etcd-unit-test-release35-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.5
1050
+ annotations :
1051
+ testgrid-dashboards : sig-etcd-periodics
1052
+ testgrid-tab-name : ci-etcd-unit-test-release35-amd64
1053
+ spec :
1054
+ containers :
1055
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250613-876fb90a97-master
1056
+ command :
1057
+ - runner.sh
1058
+ args :
1059
+ - make
1060
+ - test-unit
1061
+ resources :
1062
+ requests :
1063
+ cpu : " 4"
1064
+ memory : " 4Gi"
1065
+ limits :
1066
+ cpu : " 4"
1067
+ memory : " 4Gi"
1068
+
1069
+ - name : ci-etcd-unit-test-release35-arm64
1070
+ interval : 4h
1071
+ cluster : k8s-infra-prow-build
1072
+ decorate : true
1073
+ decoration_config :
1074
+ timeout : 60m
1075
+ extra_refs :
1076
+ - org : etcd-io
1077
+ repo : etcd
1078
+ base_ref : release-3.5
1079
+ annotations :
1080
+ testgrid-dashboards : sig-etcd-periodics
1081
+ testgrid-tab-name : ci-etcd-unit-test-release35-arm64
1082
+ spec :
1083
+ containers :
1084
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250613-876fb90a97-master
1085
+ command :
1086
+ - runner.sh
1087
+ args :
1088
+ - make
1089
+ - test-unit
1090
+ resources :
1091
+ requests :
1092
+ cpu : " 4"
1093
+ memory : " 4Gi"
1094
+ limits :
1095
+ cpu : " 4"
1096
+ memory : " 4Gi"
1097
+ nodeSelector :
1098
+ kubernetes.io/arch : arm64
1099
+
1100
+ - name : ci-etcd-unit-test-release35-386
1101
+ interval : 4h
1102
+ cluster : eks-prow-build-cluster
1103
+ decorate : true
1104
+ decoration_config :
1105
+ timeout : 60m
1106
+ extra_refs :
1107
+ - org : etcd-io
1108
+ repo : etcd
1109
+ base_ref : release-3.5
1110
+ annotations :
1111
+ testgrid-dashboards : sig-etcd-periodics
1112
+ testgrid-tab-name : ci-etcd-unit-test-release35-386
1113
+ spec :
1114
+ containers :
1115
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250613-876fb90a97-master
1116
+ command :
1117
+ - runner.sh
1118
+ args :
1119
+ - bash
1120
+ - -c
1121
+ - |
1122
+ GOOS=linux GOARCH=386 CPU=1 GO_TEST_FLAGS='-p=4' make test-unit
1123
+ resources :
1124
+ requests :
1125
+ cpu : " 4"
1126
+ memory : " 4Gi"
1127
+ limits :
1128
+ cpu : " 4"
1129
+ memory : " 4Gi"
1130
+
1040
1131
- name : ci-etcd-e2e-release34-amd64
1041
1132
interval : 4h
1042
1133
cluster : eks-prow-build-cluster
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ postsubmits:
95
95
branches :
96
96
- main
97
97
- release-3.6
98
+ - release-3.5
98
99
- release-3.4
99
100
decorate : true
100
101
annotations :
@@ -124,6 +125,7 @@ postsubmits:
124
125
branches :
125
126
- main
126
127
- release-3.6
128
+ - release-3.5
127
129
decorate : true
128
130
annotations :
129
131
testgrid-dashboards : sig-etcd-postsubmits
@@ -154,6 +156,7 @@ postsubmits:
154
156
branches :
155
157
- main
156
158
- release-3.6
159
+ - release-3.5
157
160
- release-3.4
158
161
decorate : true
159
162
annotations :
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ presubmits:
64
64
branches :
65
65
- main
66
66
- release-3.6
67
+ - release-3.5
67
68
decorate : true
68
69
annotations :
69
70
testgrid-dashboards : sig-etcd-presubmits
You can’t perform that action at this time.
0 commit comments