3131 run : |
3232 make verify-patch-format
3333
34- Test-v1-23-4 -lts-2 :
34+ Test-v1-23-5 -lts-1 :
3535 needs : Patch
3636 runs-on : ubuntu-latest
3737 steps :
@@ -43,23 +43,23 @@ jobs:
4343 with :
4444 path : |
4545 src
46- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-4 -lts-2
46+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-5 -lts-1
4747 restore-keys : |
4848 ${{ runner.os }}-build-${{ env.cache-name }}
4949 - name : Install dependent
5050 run : |
5151 make dependent
52- - name : Checkout to v1.23.4 -lts.2
52+ - name : Checkout to v1.23.5 -lts.1
5353 run : |
54- make v1.23.4 -lts.2
54+ make v1.23.5 -lts.1
5555 - name : Install etcd
5656 run : |
5757 make install-etcd
5858 - name : Test
5959 run : |
6060 make test
6161
62- Test-Cmd-v1-23-4 -lts-2 :
62+ Test-Cmd-v1-23-5 -lts-1 :
6363 needs : Patch
6464 runs-on : ubuntu-latest
6565 steps :
@@ -71,23 +71,23 @@ jobs:
7171 with :
7272 path : |
7373 src
74- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-4 -lts-2
74+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-5 -lts-1
7575 restore-keys : |
7676 ${{ runner.os }}-build-${{ env.cache-name }}
7777 - name : Install dependent
7878 run : |
7979 make dependent
80- - name : Checkout to v1.23.4 -lts.2
80+ - name : Checkout to v1.23.5 -lts.1
8181 run : |
82- make v1.23.4 -lts.2
82+ make v1.23.5 -lts.1
8383 - name : Install etcd
8484 run : |
8585 make install-etcd
8686 - name : Test cmd
8787 run : |
8888 make test-cmd
8989
90- Test-Integration-v1-23-4 -lts-2 :
90+ Test-Integration-v1-23-5 -lts-1 :
9191 needs : Patch
9292 runs-on : ubuntu-latest
9393 steps :
@@ -100,23 +100,23 @@ jobs:
100100 path : |
101101 src
102102 /tmp/kubernetes-lts/
103- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-4 -lts-2
103+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-5 -lts-1
104104 restore-keys : |
105105 ${{ runner.os }}-build-${{ env.cache-name }}
106106 - name : Install dependent
107107 run : |
108108 make dependent
109- - name : Checkout to v1.23.4 -lts.2
109+ - name : Checkout to v1.23.5 -lts.1
110110 run : |
111- make v1.23.4 -lts.2
111+ make v1.23.5 -lts.1
112112 - name : Install etcd
113113 run : |
114114 make install-etcd
115115 - name : Test integration
116116 run : |
117117 make test-integration
118118
119- Test-v1-22-7 -lts-2 :
119+ Test-v1-22-8 -lts-1 :
120120 needs : Patch
121121 runs-on : ubuntu-latest
122122 steps :
@@ -128,23 +128,23 @@ jobs:
128128 with :
129129 path : |
130130 src
131- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-7 -lts-2
131+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-8 -lts-1
132132 restore-keys : |
133133 ${{ runner.os }}-build-${{ env.cache-name }}
134134 - name : Install dependent
135135 run : |
136136 make dependent
137- - name : Checkout to v1.22.7 -lts.2
137+ - name : Checkout to v1.22.8 -lts.1
138138 run : |
139- make v1.22.7 -lts.2
139+ make v1.22.8 -lts.1
140140 - name : Install etcd
141141 run : |
142142 make install-etcd
143143 - name : Test
144144 run : |
145145 make test
146146
147- Test-Cmd-v1-22-7 -lts-2 :
147+ Test-Cmd-v1-22-8 -lts-1 :
148148 needs : Patch
149149 runs-on : ubuntu-latest
150150 steps :
@@ -156,23 +156,23 @@ jobs:
156156 with :
157157 path : |
158158 src
159- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-7 -lts-2
159+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-8 -lts-1
160160 restore-keys : |
161161 ${{ runner.os }}-build-${{ env.cache-name }}
162162 - name : Install dependent
163163 run : |
164164 make dependent
165- - name : Checkout to v1.22.7 -lts.2
165+ - name : Checkout to v1.22.8 -lts.1
166166 run : |
167- make v1.22.7 -lts.2
167+ make v1.22.8 -lts.1
168168 - name : Install etcd
169169 run : |
170170 make install-etcd
171171 - name : Test cmd
172172 run : |
173173 make test-cmd
174174
175- Test-Integration-v1-22-7 -lts-2 :
175+ Test-Integration-v1-22-8 -lts-1 :
176176 needs : Patch
177177 runs-on : ubuntu-latest
178178 steps :
@@ -185,23 +185,23 @@ jobs:
185185 path : |
186186 src
187187 /tmp/kubernetes-lts/
188- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-7 -lts-2
188+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-8 -lts-1
189189 restore-keys : |
190190 ${{ runner.os }}-build-${{ env.cache-name }}
191191 - name : Install dependent
192192 run : |
193193 make dependent
194- - name : Checkout to v1.22.7 -lts.2
194+ - name : Checkout to v1.22.8 -lts.1
195195 run : |
196- make v1.22.7 -lts.2
196+ make v1.22.8 -lts.1
197197 - name : Install etcd
198198 run : |
199199 make install-etcd
200200 - name : Test integration
201201 run : |
202202 make test-integration
203203
204- Test-v1-21-10 -lts-2 :
204+ Test-v1-21-11 -lts-1 :
205205 needs : Patch
206206 runs-on : ubuntu-latest
207207 steps :
@@ -213,23 +213,23 @@ jobs:
213213 with :
214214 path : |
215215 src
216- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-10 -lts-2
216+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-11 -lts-1
217217 restore-keys : |
218218 ${{ runner.os }}-build-${{ env.cache-name }}
219219 - name : Install dependent
220220 run : |
221221 make dependent
222- - name : Checkout to v1.21.10 -lts.2
222+ - name : Checkout to v1.21.11 -lts.1
223223 run : |
224- make v1.21.10 -lts.2
224+ make v1.21.11 -lts.1
225225 - name : Install etcd
226226 run : |
227227 make install-etcd
228228 - name : Test
229229 run : |
230230 make test
231231
232- Test-Cmd-v1-21-10 -lts-2 :
232+ Test-Cmd-v1-21-11 -lts-1 :
233233 needs : Patch
234234 runs-on : ubuntu-latest
235235 steps :
@@ -241,23 +241,23 @@ jobs:
241241 with :
242242 path : |
243243 src
244- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-10 -lts-2
244+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-11 -lts-1
245245 restore-keys : |
246246 ${{ runner.os }}-build-${{ env.cache-name }}
247247 - name : Install dependent
248248 run : |
249249 make dependent
250- - name : Checkout to v1.21.10 -lts.2
250+ - name : Checkout to v1.21.11 -lts.1
251251 run : |
252- make v1.21.10 -lts.2
252+ make v1.21.11 -lts.1
253253 - name : Install etcd
254254 run : |
255255 make install-etcd
256256 - name : Test cmd
257257 run : |
258258 make test-cmd
259259
260- Test-Integration-v1-21-10 -lts-2 :
260+ Test-Integration-v1-21-11 -lts-1 :
261261 needs : Patch
262262 runs-on : ubuntu-latest
263263 steps :
@@ -270,15 +270,15 @@ jobs:
270270 path : |
271271 src
272272 /tmp/kubernetes-lts/
273- key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-10 -lts-2
273+ key : ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-11 -lts-1
274274 restore-keys : |
275275 ${{ runner.os }}-build-${{ env.cache-name }}
276276 - name : Install dependent
277277 run : |
278278 make dependent
279- - name : Checkout to v1.21.10 -lts.2
279+ - name : Checkout to v1.21.11 -lts.1
280280 run : |
281- make v1.21.10 -lts.2
281+ make v1.21.11 -lts.1
282282 - name : Install etcd
283283 run : |
284284 make install-etcd
0 commit comments