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 e55ea861157074656fae5707cda1af01dcedb71c Author: Frank Chen <[email protected]> AuthorDate: Tue Sep 8 23:25:38 2026 +0800 Revert "ci: rebalance unit test shards" This reverts commit a493de789ab4df43f1b787b1a715350436c435e7. --- .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 57d7577527d..c8b04b55259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: jdk: [ "25" ] - pattern: [ "M*,E*,J*", "Kafka*,B*,Q*", "A*,Kinesis*,P*,O*", "S*,K*,!Kafka*,!Kinesis*", "N*,D*,U*", "I*,T*", "C*,L*", "R*,V*,W*", "F*,H*,G*,Z*,Y*,X*" ] + 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*" ] 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]
