Skip to content

Commit 83c20eb

Browse files
authored
Do not run QTest as a part of the all jdk run as they are heavy and time intensive (apache#18187)
* Do not run QTest as a part of the all jdk run as they are heavy and time intensive * Run QTest with jdk21
1 parent 8f87169 commit 83c20eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
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*"]
7777
uses: ./.github/workflows/worker.yml
7878
with:
79-
script: .github/scripts/run_unit-tests -Dtest='${{ matrix.pattern }}' -fae
79+
script: .github/scripts/run_unit-tests -Dtest=!QTest -Dtest='${{ matrix.pattern }}' -fae
8080
jdk: ${{ matrix.jdk }}
8181
key: "test-jdk${{ matrix.jdk }}-[${{ matrix.pattern }}]"
8282

@@ -90,4 +90,4 @@ jobs:
9090
with:
9191
script: .github/scripts/run_unit-tests -Dtest=QTest -Dquidem.split=${{ matrix.split }} -fae
9292
key: QTest-${{ matrix.split }}
93-
jdk: 17
93+
jdk: 21

0 commit comments

Comments
 (0)