@@ -176,11 +176,10 @@ jobs:
176176 with :
177177 name : test-sqllogic-standalone-${{ matrix.handlers }}-${{ matrix.dirs }}
178178
179-
180179 test_sqllogic_management_mode_linux :
181180 timeout-minutes : 30
182181 name : test_sqllogic_${{ matrix.dirs }}_linux
183- runs-on : [ self-hosted, X64, Linux, dev ]
182+ runs-on : [self-hosted, X64, Linux, dev]
184183 needs : build_gnu
185184 strategy :
186185 matrix :
@@ -223,7 +222,6 @@ jobs:
223222 with :
224223 name : test-sqllogic-cluster-${{ matrix.handlers }}-${{ matrix.dirs }}
225224
226-
227225 test_stateless_standalone_linux :
228226 timeout-minutes : 20
229227 runs-on : [self-hosted, X64, Linux, dev]
@@ -256,6 +254,15 @@ jobs:
256254 - uses : actions/checkout@v3
257255 - uses : ./.github/actions/test_stateful_cluster_linux
258256
257+ test_stateful_large_data :
258+ timeout-minutes : 60
259+ if : contains(github.event.pull_request.labels.*.name, 'ci-largedata')
260+ runs-on : [self-hosted, X64, Linux, dev]
261+ needs : build_gnu
262+ steps :
263+ - uses : actions/checkout@v3
264+ - uses : ./.github/actions/test_stateful_large_data
265+
259266 test_fuzz_standalone_linux :
260267 timeout-minutes : 10
261268 runs-on : [self-hosted, X64, Linux, dev]
0 commit comments