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 38f5ed67af21c9187a94770ccbc739d744fc33c6 Author: Frank Chen <[email protected]> AuthorDate: Wed Sep 9 21:24:43 2026 +0800 ci: apply corrected unit test balance --- .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 a4d82344d5a..50f9eba512d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: jdk: [ "25" ] - pattern: [ "M*,V*,Q*", "K*", "F*,D*,G*,U*", "R*,H*,P*", "N*,B*,O*,W*", "A*,E*,L*", "I*,T*", "S*,J*,Z*", "C*,Y*,X*" ] + pattern: [ "C*", "S*", "K*,U*,Z*,Y*,X*", "N*,Q*", "I*,L*,J*", "M*,A*,V*,W*", "E*,G*,F*", "R*,B*,P*", "H*,D*,T*,O*" ] 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]
