This is an automated email from the ASF dual-hosted git repository. FrankChen021 pushed a commit to branch codex/native-compaction-test-matrix in repository https://gitbox.apache.org/repos/asf/druid.git
commit 8d93de3517acb67055f0026f38c9fda8608e87dc Author: Frank Chen <[email protected]> AuthorDate: Tue Sep 8 23:49:55 2026 +0800 ci: use generated eight-bucket test sharding --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8b04b55259..24295e941c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: jdk: [ "25" ] - pattern: [ "C*", "N*", "D*,H*,L*", "I*,A*,U*", "K*,E*,W*,Z*,Y*,X*", "M*,P*,O*", "R*,B*,Q*,V*", "S*", "T*,F*,G*,J*" ] + pattern: [ "K*,L*", "S*,G*", "C*,F*,W*,Z*", "M*,E*,V*", "Q*,B*,J*,Y*,X*", "N*,D*,O*,U*", "I*,H*,P*", "A*,R*,T*" ] uses: ./.github/workflows/worker.yml with: script: .github/scripts/run_unit-tests -Dtest=!QTest,'${{ matrix.pattern }}' -Dmaven.test.failure.ignore=true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
