This is an automated email from the ASF dual-hosted git repository.
akshat 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 95ecea566ac Remove JDK matrix for `query` integration tests (#17901)
95ecea566ac is described below
commit 95ecea566acc87ab13698aa71d4e4cb2761d1529
Author: Akshat Jain <[email protected]>
AuthorDate: Fri Apr 11 15:02:59 2025 +0530
Remove JDK matrix for `query` integration tests (#17901)
---
.github/workflows/standard-its.yml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/standard-its.yml
b/.github/workflows/standard-its.yml
index befc72b2d78..0b081151a7e 100644
--- a/.github/workflows/standard-its.yml
+++ b/.github/workflows/standard-its.yml
@@ -91,15 +91,11 @@ jobs:
integration-query-tests-middleManager-mariaDB:
needs: changes
- strategy:
- fail-fast: false
- matrix:
- jdk: [11, 17, 21]
uses: ./.github/workflows/reusable-standard-its.yml
if: ${{ needs.changes.outputs.core == 'true' ||
needs.changes.outputs.common-extensions == 'true' }}
with:
- build_jdk: ${{ matrix.jdk }}
- runtime_jdk: ${{ matrix.jdk }}
+ build_jdk: 17
+ runtime_jdk: 17
testing_groups: -Dgroups=query
use_indexer: middleManager
mysql_driver: org.mariadb.jdbc.Driver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]