This is an automated email from the ASF dual-hosted git repository.
capistrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 83c20eb7865 Do not run QTest as a part of the all jdk run as they are
heavy and time intensive (#18187)
83c20eb7865 is described below
commit 83c20eb786593f3d9d600e02af015281ea89294b
Author: Lucas Capistrant <[email protected]>
AuthorDate: Tue Jul 1 18:36:36 2025 -0500
Do not run QTest as a part of the all jdk run as they are heavy and time
intensive (#18187)
* Do not run QTest as a part of the all jdk run as they are heavy and time
intensive
* Run QTest with jdk21
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b8bdd7ba157..20ce5a3436a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
pattern: [ "C*", "H*,U*,V*", "N*,Q*,S*", "B*,O*,R*", "G*,J*,K*",
"F*,L*,M*", "A*,D*,I*,X*,Y*,Z*", "E*,P*,T*,W*"]
uses: ./.github/workflows/worker.yml
with:
- script: .github/scripts/run_unit-tests -Dtest='${{ matrix.pattern }}'
-fae
+ script: .github/scripts/run_unit-tests -Dtest=!QTest -Dtest='${{
matrix.pattern }}' -fae
jdk: ${{ matrix.jdk }}
key: "test-jdk${{ matrix.jdk }}-[${{ matrix.pattern }}]"
@@ -90,4 +90,4 @@ jobs:
with:
script: .github/scripts/run_unit-tests -Dtest=QTest -Dquidem.split=${{
matrix.split }} -fae
key: QTest-${{ matrix.split }}
- jdk: 17
+ jdk: 21
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]