2525
2626jobs :
2727 check :
28- runs-on : [self-hosted, X64, Linux, 8c32g, "${{ inputs.runner_provider }}"]
28+ runs-on : [ self-hosted, X64, Linux, 8c32g, "${{ inputs.runner_provider }}" ]
2929 steps :
3030 - uses : actions/checkout@v4
3131 with :
@@ -115,7 +115,7 @@ jobs:
115115 # artifacts: query
116116
117117 test_unit :
118- runs-on : [self-hosted, X64, Linux, 8c32g, "${{ inputs.runner_provider }}"]
118+ runs-on : [ self-hosted, X64, Linux, 8c32g, "${{ inputs.runner_provider }}" ]
119119 steps :
120120 - uses : actions/checkout@v4
121121 with :
@@ -125,64 +125,64 @@ jobs:
125125 timeout-minutes : 60
126126
127127 test_metactl :
128- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
129- needs : [build, check]
128+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
129+ needs : [ build, check ]
130130 steps :
131131 - uses : actions/checkout@v4
132132 - uses : ./.github/actions/test_metactl
133133 timeout-minutes : 10
134134
135135 test_compat_meta_query :
136- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
137- needs : [build, check]
136+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
137+ needs : [ build, check ]
138138 steps :
139139 - uses : actions/checkout@v4
140140 - uses : ./.github/actions/test_compat_meta_query
141141 timeout-minutes : 10
142142
143143 test_compat_fuse :
144- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
145- needs : [build, check]
144+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
145+ needs : [ build, check ]
146146 steps :
147147 - uses : actions/checkout@v4
148148 - uses : ./.github/actions/test_compat_fuse
149- timeout-minutes : 20
149+ timeout-minutes : 10
150150
151151 test_compat_meta_meta :
152- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
153- needs : [build, check]
152+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
153+ needs : [ build, check ]
154154 steps :
155155 - uses : actions/checkout@v4
156156 - uses : ./.github/actions/test_compat_meta_meta
157157 timeout-minutes : 20
158158
159159 test_logs :
160- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
161- needs : [build, check]
160+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
161+ needs : [ build, check ]
162162 steps :
163163 - uses : actions/checkout@v4
164164 - uses : ./.github/actions/test_logs
165165 timeout-minutes : 20
166166
167167 test_meta_cluster :
168- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
169- needs : [build, check]
168+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
169+ needs : [ build, check ]
170170 steps :
171171 - uses : actions/checkout@v4
172172 - uses : ./.github/actions/test_meta_cluster
173173 timeout-minutes : 10
174174
175175 test_stateless_standalone :
176- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
177- needs : [build, check]
176+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
177+ needs : [ build, check ]
178178 steps :
179179 - uses : actions/checkout@v4
180180 - uses : ./.github/actions/test_stateless_standalone_linux
181181 timeout-minutes : 15
182182
183183 test_stateless_cluster :
184- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
185- needs : [build, check]
184+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
185+ needs : [ build, check ]
186186 steps :
187187 - uses : actions/checkout@v4
188188 - uses : ./.github/actions/setup_license
@@ -193,8 +193,8 @@ jobs:
193193 timeout-minutes : 15
194194
195195 test_stateful_standalone :
196- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
197- needs : [build, check]
196+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
197+ needs : [ build, check ]
198198 steps :
199199 - uses : actions/checkout@v4
200200 - uses : ./.github/actions/test_stateful_standalone_linux
@@ -206,8 +206,8 @@ jobs:
206206 name : test-stateful-standalone-linux
207207
208208 test_stateful_cluster :
209- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
210- needs : [build, check]
209+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
210+ needs : [ build, check ]
211211 steps :
212212 - uses : actions/checkout@v4
213213 - uses : ./.github/actions/setup_license
@@ -224,16 +224,16 @@ jobs:
224224
225225 test_stateful_large_data :
226226 if : contains(github.event.pull_request.labels.*.name, 'ci-largedata')
227- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
228- needs : [build, check]
227+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
228+ needs : [ build, check ]
229229 steps :
230230 - uses : actions/checkout@v4
231231 - uses : ./.github/actions/test_stateful_large_data
232232 timeout-minutes : 60
233233
234234 test_stateful_iceberg_rest :
235- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
236- needs : [build, check]
235+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
236+ needs : [ build, check ]
237237 steps :
238238 - uses : actions/checkout@v4
239239 - uses : ./.github/actions/test_stateful_iceberg_rest_standalone
@@ -254,8 +254,8 @@ jobs:
254254 # continue-on-error: true
255255
256256 test_ee_standalone :
257- needs : [build, check]
258- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
257+ needs : [ build, check ]
258+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
259259 steps :
260260 - uses : actions/checkout@v4
261261 - uses : ./.github/actions/setup_license
@@ -271,8 +271,8 @@ jobs:
271271 name : test-stateful-standalone-linux
272272
273273 test_ee_standalone_background :
274- needs : [build, check]
275- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
274+ needs : [ build, check ]
275+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
276276 steps :
277277 - uses : actions/checkout@v4
278278 - uses : ./.github/actions/setup_bendsql
@@ -311,8 +311,8 @@ jobs:
311311 # name: test-stateful-standalone-fake-time-linux
312312
313313 test_ee_management_mode :
314- needs : [build, check]
315- runs-on : [self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}"]
314+ needs : [ build, check ]
315+ runs-on : [ self-hosted, X64, Linux, 2c8g, "${{ inputs.runner_provider }}" ]
316316 steps :
317317 - uses : actions/checkout@v4
318318 - uses : ./.github/actions/setup_bendsql
@@ -329,7 +329,7 @@ jobs:
329329 name : test-ee-management-mode-linux
330330
331331 sqllogic :
332- needs : [build, check]
332+ needs : [ build, check ]
333333 uses : ./.github/workflows/reuse.sqllogic.yml
334334 secrets : inherit
335335 with :
0 commit comments