@@ -124,70 +124,70 @@ jobs:
124124 timeout-minutes : 60
125125
126126 test_metactl :
127+ needs : [build, check]
127128 runs-on :
128129 - self-hosted
129130 - X64
130131 - Linux
131132 - 2c8g
132133 - " ${{ inputs.runner_provider }}"
133134 - " ${{ inputs.runner_capacity }}"
134- needs : [build, check]
135135 steps :
136136 - uses : actions/checkout@v4
137137 - uses : ./.github/actions/test_metactl
138138 timeout-minutes : 10
139139
140140 test_compat_meta_query :
141+ needs : [build, check]
141142 runs-on :
142143 - self-hosted
143144 - X64
144145 - Linux
145146 - 2c8g
146147 - " ${{ inputs.runner_provider }}"
147148 - " ${{ inputs.runner_capacity }}"
148- needs : [build, check]
149149 steps :
150150 - uses : actions/checkout@v4
151151 - uses : ./.github/actions/test_compat_meta_query
152152 timeout-minutes : 10
153153
154154 test_compat_fuse :
155+ needs : [build, check]
155156 runs-on :
156157 - self-hosted
157158 - X64
158159 - Linux
159160 - 2c8g
160161 - " ${{ inputs.runner_provider }}"
161162 - " ${{ inputs.runner_capacity }}"
162- needs : [build, check]
163163 steps :
164164 - uses : actions/checkout@v4
165165 - uses : ./.github/actions/test_compat_fuse
166166 timeout-minutes : 20
167167
168168 test_compat_meta_meta :
169+ needs : [build, check]
169170 runs-on :
170171 - self-hosted
171172 - X64
172173 - Linux
173174 - 2c8g
174175 - " ${{ inputs.runner_provider }}"
175176 - " ${{ inputs.runner_capacity }}"
176- needs : [build, check]
177177 steps :
178178 - uses : actions/checkout@v4
179179 - uses : ./.github/actions/test_compat_meta_meta
180180 timeout-minutes : 20
181181
182182 test_logs :
183+ needs : [build, check]
183184 runs-on :
184185 - self-hosted
185186 - X64
186187 - Linux
187188 - 2c8g
188189 - " ${{ inputs.runner_provider }}"
189190 - " ${{ inputs.runner_capacity }}"
190- needs : [build, check]
191191 steps :
192192 - uses : actions/checkout@v4
193193 - uses : ./.github/actions/setup_license
@@ -198,42 +198,42 @@ jobs:
198198 timeout-minutes : 20
199199
200200 test_meta_cluster :
201+ needs : [build, check]
201202 runs-on :
202203 - self-hosted
203204 - X64
204205 - Linux
205206 - 2c8g
206207 - " ${{ inputs.runner_provider }}"
207208 - " ${{ inputs.runner_capacity }}"
208- needs : [build, check]
209209 steps :
210210 - uses : actions/checkout@v4
211211 - uses : ./.github/actions/test_meta_cluster
212212 timeout-minutes : 10
213213
214214 test_stateless_standalone :
215+ needs : [build, check]
215216 runs-on :
216217 - self-hosted
217218 - X64
218219 - Linux
219220 - 2c8g
220221 - " ${{ inputs.runner_provider }}"
221222 - " ${{ inputs.runner_capacity }}"
222- needs : [build, check]
223223 steps :
224224 - uses : actions/checkout@v4
225225 - uses : ./.github/actions/test_stateless_standalone_linux
226226 timeout-minutes : 18
227227
228228 test_stateless_cluster :
229+ needs : [build, check]
229230 runs-on :
230231 - self-hosted
231232 - X64
232233 - Linux
233234 - 2c8g
234235 - " ${{ inputs.runner_provider }}"
235236 - " ${{ inputs.runner_capacity }}"
236- needs : [build, check]
237237 steps :
238238 - uses : actions/checkout@v4
239239 - uses : ./.github/actions/setup_license
@@ -244,13 +244,14 @@ jobs:
244244 timeout-minutes : 18
245245
246246 test_stateful_standalone :
247+ needs : [build, check]
247248 runs-on :
248249 - self-hosted
249250 - X64
250251 - Linux
251252 - 2c8g
252253 - " ${{ inputs.runner_provider }}"
253- needs : [build, check]
254+ - " ${{ inputs.runner_capacity }} "
254255 steps :
255256 - uses : actions/checkout@v4
256257 - uses : ./.github/actions/test_stateful_standalone_linux
@@ -262,14 +263,14 @@ jobs:
262263 name : test-stateful-standalone-linux
263264
264265 test_stateful_cluster :
266+ needs : [build, check]
265267 runs-on :
266268 - self-hosted
267269 - X64
268270 - Linux
269271 - 2c8g
270272 - " ${{ inputs.runner_provider }}"
271273 - " ${{ inputs.runner_capacity }}"
272- needs : [build, check]
273274 steps :
274275 - uses : actions/checkout@v4
275276 - uses : ./.github/actions/setup_license
@@ -286,28 +287,28 @@ jobs:
286287
287288 test_stateful_large_data :
288289 if : contains(github.event.pull_request.labels.*.name, 'ci-largedata')
290+ needs : [build, check]
289291 runs-on :
290292 - self-hosted
291293 - X64
292294 - Linux
293295 - 2c8g
294296 - " ${{ inputs.runner_provider }}"
295297 - " ${{ inputs.runner_capacity }}"
296- needs : [build, check]
297298 steps :
298299 - uses : actions/checkout@v4
299300 - uses : ./.github/actions/test_stateful_large_data
300301 timeout-minutes : 60
301302
302303 test_stateful_iceberg_catalogs :
304+ needs : [build, check]
303305 runs-on :
304306 - self-hosted
305307 - X64
306308 - Linux
307309 - 2c8g
308310 - " ${{ inputs.runner_provider }}"
309311 - " ${{ inputs.runner_capacity }}"
310- needs : [build, check]
311312 steps :
312313 - uses : actions/checkout@v4
313314 - uses : ./.github/actions/test_stateful_iceberg_catalogs_standalone
0 commit comments