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 d25dae0162f213be4711be5476c227c416a27baa Author: Frank Chen <[email protected]> AuthorDate: Wed Sep 9 10:44:45 2026 +0800 ci: benchmark generated nine-bucket 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 24295e941c0..693c89580b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: jdk: [ "25" ] - 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*" ] + pattern: [ "K*", "S*,L*,W*", "C*,V*", "M*,G*,O*", "Q*,F*,Z*,Y*,X*", "N*,E*,U*", "I*,B*,J*", "A*,D*,P*", "R*,H*,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]
