This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a commit to branch 31.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/31.0.1 by this push:
new c5d0fcde509 Run JDK 21 workflows with 21.0.4. (#17458) (#17504)
c5d0fcde509 is described below
commit c5d0fcde5097d79df25d63ca323394348b38cb68
Author: Clint Wylie <[email protected]>
AuthorDate: Fri Nov 22 11:50:15 2024 -0800
Run JDK 21 workflows with 21.0.4. (#17458) (#17504)
* Run JDK 21 workflows with 21.0.4.
To work around #17429, run our JDK 21 workflows with
version 21.0.4. It does not appear to have this problem.
* Undo changes in standard-its.yml
* Add comments.
---------
Co-authored-by: Gian Merlino <[email protected]>
Co-authored-by: Zoltan Haindrich <[email protected]>
---
.github/workflows/static-checks.yml | 3 ++-
.github/workflows/unit-and-integration-tests-unified.yml | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/static-checks.yml
b/.github/workflows/static-checks.yml
index a374cf72ccf..6ece670dae2 100644
--- a/.github/workflows/static-checks.yml
+++ b/.github/workflows/static-checks.yml
@@ -41,7 +41,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ '8', '11', '17', '21' ]
+ # Use JDK 21.0.4 to work around
https://github.com/apache/druid/issues/17429
+ java: [ '8', '11', '17', '21.0.4' ]
runs-on: ubuntu-latest
steps:
- name: checkout branch
diff --git a/.github/workflows/unit-and-integration-tests-unified.yml
b/.github/workflows/unit-and-integration-tests-unified.yml
index 544787e79a3..d9f2fce3021 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -77,7 +77,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: [ '8', '11', '17', '21' ]
+ # Use JDK 21.0.4 to work around
https://github.com/apache/druid/issues/17429
+ jdk: [ '8', '11', '17', '21.0.4' ]
runs-on: ubuntu-latest
steps:
- name: Checkout branch
@@ -158,7 +159,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: [ 11, 17, 21 ]
+ # Use JDK 21.0.4 to work around
https://github.com/apache/druid/issues/17429
+ jdk: [ '11', '17', '21.0.4' ]
name: "unit tests (jdk${{ matrix.jdk }}, sql-compat=true)"
uses: ./.github/workflows/unit-tests.yml
needs: unit-tests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]