3535 run : |
3636 make verify-patch-format
3737
38- Test-v1-23-5 -lts-1 :
38+ Test-v1-23-8 -lts-1 :
3939 needs : Patch
4040 runs-on : ubuntu-latest
4141 steps :
@@ -47,23 +47,23 @@ jobs:
4747 with :
4848 path : |
4949 src
50- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-5 -lts-1
50+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-8 -lts-1
5151 restore-keys : |
5252 ${{ runner.os }}-build-${{ env.cache-name }}
5353 - name : Install dependent
5454 run : |
5555 make dependent
56- - name : Checkout to v1.23.5 -lts.1
56+ - name : Checkout to v1.23.8 -lts.1
5757 run : |
58- make v1.23.5 -lts.1
58+ make v1.23.8 -lts.1
5959 - name : Install etcd
6060 run : |
6161 make install-etcd
6262 - name : Test
6363 run : |
6464 make test
6565
66- Test-Cmd-v1-23-5 -lts-1 :
66+ Test-Cmd-v1-23-8 -lts-1 :
6767 needs : Patch
6868 runs-on : ubuntu-latest
6969 steps :
@@ -75,23 +75,23 @@ jobs:
7575 with :
7676 path : |
7777 src
78- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-5 -lts-1
78+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-8 -lts-1
7979 restore-keys : |
8080 ${{ runner.os }}-build-${{ env.cache-name }}
8181 - name : Install dependent
8282 run : |
8383 make dependent
84- - name : Checkout to v1.23.5 -lts.1
84+ - name : Checkout to v1.23.8 -lts.1
8585 run : |
86- make v1.23.5 -lts.1
86+ make v1.23.8 -lts.1
8787 - name : Install etcd
8888 run : |
8989 make install-etcd
9090 - name : Test cmd
9191 run : |
9292 make test-cmd
9393
94- Test-Integration-v1-23-5 -lts-1 :
94+ Test-Integration-v1-23-8 -lts-1 :
9595 needs : Patch
9696 runs-on : ubuntu-latest
9797 steps :
@@ -104,23 +104,23 @@ jobs:
104104 path : |
105105 src
106106 /tmp/kubernetes-lts/
107- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-5 -lts-1
107+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-8 -lts-1
108108 restore-keys : |
109109 ${{ runner.os }}-build-${{ env.cache-name }}
110110 - name : Install dependent
111111 run : |
112112 make dependent
113- - name : Checkout to v1.23.5 -lts.1
113+ - name : Checkout to v1.23.8 -lts.1
114114 run : |
115- make v1.23.5 -lts.1
115+ make v1.23.8 -lts.1
116116 - name : Install etcd
117117 run : |
118118 make install-etcd
119119 - name : Test integration
120120 run : |
121121 make test-integration
122122
123- Test-v1-22-8 -lts-1 :
123+ Test-v1-22-11 -lts-1 :
124124 needs : Patch
125125 runs-on : ubuntu-latest
126126 steps :
@@ -132,23 +132,23 @@ jobs:
132132 with :
133133 path : |
134134 src
135- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-8 -lts-1
135+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-11 -lts-1
136136 restore-keys : |
137137 ${{ runner.os }}-build-${{ env.cache-name }}
138138 - name : Install dependent
139139 run : |
140140 make dependent
141- - name : Checkout to v1.22.8 -lts.1
141+ - name : Checkout to v1.22.11 -lts.1
142142 run : |
143- make v1.22.8 -lts.1
143+ make v1.22.11 -lts.1
144144 - name : Install etcd
145145 run : |
146146 make install-etcd
147147 - name : Test
148148 run : |
149149 make test
150150
151- Test-Cmd-v1-22-8 -lts-1 :
151+ Test-Cmd-v1-22-11 -lts-1 :
152152 needs : Patch
153153 runs-on : ubuntu-latest
154154 steps :
@@ -160,23 +160,23 @@ jobs:
160160 with :
161161 path : |
162162 src
163- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-8 -lts-1
163+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-11 -lts-1
164164 restore-keys : |
165165 ${{ runner.os }}-build-${{ env.cache-name }}
166166 - name : Install dependent
167167 run : |
168168 make dependent
169- - name : Checkout to v1.22.8 -lts.1
169+ - name : Checkout to v1.22.11 -lts.1
170170 run : |
171- make v1.22.8 -lts.1
171+ make v1.22.11 -lts.1
172172 - name : Install etcd
173173 run : |
174174 make install-etcd
175175 - name : Test cmd
176176 run : |
177177 make test-cmd
178178
179- Test-Integration-v1-22-8 -lts-1 :
179+ Test-Integration-v1-22-11 -lts-1 :
180180 needs : Patch
181181 runs-on : ubuntu-latest
182182 steps :
@@ -189,23 +189,23 @@ jobs:
189189 path : |
190190 src
191191 /tmp/kubernetes-lts/
192- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-8 -lts-1
192+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-11 -lts-1
193193 restore-keys : |
194194 ${{ runner.os }}-build-${{ env.cache-name }}
195195 - name : Install dependent
196196 run : |
197197 make dependent
198- - name : Checkout to v1.22.8 -lts.1
198+ - name : Checkout to v1.22.11 -lts.1
199199 run : |
200- make v1.22.8 -lts.1
200+ make v1.22.11 -lts.1
201201 - name : Install etcd
202202 run : |
203203 make install-etcd
204204 - name : Test integration
205205 run : |
206206 make test-integration
207207
208- Test-v1-21-11 -lts-1 :
208+ Test-v1-21-14 -lts-1 :
209209 needs : Patch
210210 runs-on : ubuntu-latest
211211 steps :
@@ -217,23 +217,23 @@ jobs:
217217 with :
218218 path : |
219219 src
220- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-11 -lts-1
220+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-14 -lts-1
221221 restore-keys : |
222222 ${{ runner.os }}-build-${{ env.cache-name }}
223223 - name : Install dependent
224224 run : |
225225 make dependent
226- - name : Checkout to v1.21.11 -lts.1
226+ - name : Checkout to v1.21.14 -lts.1
227227 run : |
228- make v1.21.11 -lts.1
228+ make v1.21.14 -lts.1
229229 - name : Install etcd
230230 run : |
231231 make install-etcd
232232 - name : Test
233233 run : |
234234 make test
235235
236- Test-Cmd-v1-21-11 -lts-1 :
236+ Test-Cmd-v1-21-14 -lts-1 :
237237 needs : Patch
238238 runs-on : ubuntu-latest
239239 steps :
@@ -245,23 +245,23 @@ jobs:
245245 with :
246246 path : |
247247 src
248- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-11 -lts-1
248+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-14 -lts-1
249249 restore-keys : |
250250 ${{ runner.os }}-build-${{ env.cache-name }}
251251 - name : Install dependent
252252 run : |
253253 make dependent
254- - name : Checkout to v1.21.11 -lts.1
254+ - name : Checkout to v1.21.14 -lts.1
255255 run : |
256- make v1.21.11 -lts.1
256+ make v1.21.14 -lts.1
257257 - name : Install etcd
258258 run : |
259259 make install-etcd
260260 - name : Test cmd
261261 run : |
262262 make test-cmd
263263
264- Test-Integration-v1-21-11 -lts-1 :
264+ Test-Integration-v1-21-14 -lts-1 :
265265 needs : Patch
266266 runs-on : ubuntu-latest
267267 steps :
@@ -274,15 +274,15 @@ jobs:
274274 path : |
275275 src
276276 /tmp/kubernetes-lts/
277- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-11 -lts-1
277+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-14 -lts-1
278278 restore-keys : |
279279 ${{ runner.os }}-build-${{ env.cache-name }}
280280 - name : Install dependent
281281 run : |
282282 make dependent
283- - name : Checkout to v1.21.11 -lts.1
283+ - name : Checkout to v1.21.14 -lts.1
284284 run : |
285- make v1.21.11 -lts.1
285+ make v1.21.14 -lts.1
286286 - name : Install etcd
287287 run : |
288288 make install-etcd
0 commit comments