Skip to content

Commit

Permalink
Revert "[CALCITE-5433] Druid tests hang/fail intermittently in CI"
Browse files Browse the repository at this point in the history
This reverts commit 013f034.
  • Loading branch information
JiajunBernoulli committed Dec 3, 2023
1 parent 5385de9 commit c6c7ee0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ jobs:

linux-druid:
if: github.event.action != 'labeled'
name: 'Druid Tests'
name: 'Linux (JDK 8) Druid Tests'
runs-on: ubuntu-latest
steps:
- name: 'Set up JDK 17'
- name: 'Set up JDK 8'
uses: actions/setup-java@v2
with:
java-version: 17
java-version: 8
distribution: 'zulu'
- name: 'Checkout Druid dataset'
uses: actions/checkout@v3
Expand Down

0 comments on commit c6c7ee0

Please sign in to comment.