mirror of https://github.com/apache/druid.git
do not run non sql compatible tests for all jdk flavours (#13875)
This commit is contained in:
parent
a10e4150d5
commit
81356f7667
|
@ -117,13 +117,12 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
jdk: [11, 17]
|
jdk: [11, 17]
|
||||||
sql_compatibility: [ false, true ]
|
|
||||||
name: unit tests (jdk${{ matrix.jdk }}, sql-compat=${{ matrix.sql_compatibility }})
|
name: unit tests (jdk${{ matrix.jdk }}, sql-compat=${{ matrix.sql_compatibility }})
|
||||||
uses: ./.github/workflows/unit-tests.yml
|
uses: ./.github/workflows/unit-tests.yml
|
||||||
needs: unit-tests
|
needs: unit-tests
|
||||||
with:
|
with:
|
||||||
jdk: ${{ matrix.jdk }}
|
jdk: ${{ matrix.jdk }}
|
||||||
sql_compatibility: ${{ matrix.sql_compatibility }}
|
sql_compatibility: true
|
||||||
|
|
||||||
standard-its:
|
standard-its:
|
||||||
needs: unit-tests
|
needs: unit-tests
|
||||||
|
|
Loading…
Reference in New Issue