mirror of https://github.com/apache/druid.git
Local pathing for tests (#13753)
Co-authored-by: Elliott Freis <elliottfreis@Elliott-Freis.earth.dynamic.blacklight.net>
This commit is contained in:
parent
c06631037d
commit
e16639121f
|
@ -27,7 +27,7 @@ jobs:
|
|||
it: [HighAvailability, MultiStageQuery, Catalog, BatchIndex, MultiStageQueryWithMM, InputSource, InputFormat]
|
||||
#indexer: [indexer, middleManager]
|
||||
indexer: [middleManager]
|
||||
uses: apache/druid/.github/workflows/reusable-revised-its.yml@master
|
||||
uses: ./.github/workflows/reusable-revised-its.yml
|
||||
with:
|
||||
build_jdk: ${{ matrix.jdk }}
|
||||
runtime_jdk: ${{ matrix.jdk }}
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
matrix:
|
||||
jdk: [8, 11]
|
||||
testing_group: [batch-index, input-format, input-source, perfect-rollup-parallel-batch-index, kafka-index, kafka-index-slow, kafka-transactional-index, kafka-transactional-index-slow, kafka-data-format, ldap-security, realtime-index, append-ingestion, compaction]
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: ${{ matrix.jdk }}
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
matrix:
|
||||
jdk: [8, 11]
|
||||
testing_group: [input-source, perfect-rollup-parallel-batch-index, kafka-index, kafka-transactional-index, kafka-index-slow, kafka-transactional-index-slow, kafka-data-format, append-ingestion, compaction]
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: ${{ matrix.jdk }}
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
matrix:
|
||||
jdk: [8, 11]
|
||||
testing_group: [query, query-retry, query-error, security, high-availability]
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: ${{ matrix.jdk }}
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
jdk: [8, 11]
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: ${{ matrix.jdk }}
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
indexer: [indexer, middleManager]
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: 8
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
group: shuffle deep store
|
||||
|
||||
integration-custom-coordinator-duties-tests:
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: 8
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
matrix:
|
||||
jdk: [8, 11]
|
||||
indexer: [middleManager, indexer]
|
||||
uses: apache/druid/.github/workflows/reusable-standard-its.yml@master
|
||||
uses: ./.github/workflows/reusable-standard-its.yml
|
||||
with:
|
||||
build_jdk: 8
|
||||
runtime_jdk: ${{ matrix.jdk }}
|
||||
|
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
matrix:
|
||||
sql_compatibility: [ false, true ]
|
||||
name: unit tests (jdk8, sql-compat=${{ matrix.sql_compatibility }})
|
||||
uses: apache/druid/.github/workflows/unit-tests.yml@master
|
||||
uses: ./.github/workflows/unit-tests.yml
|
||||
needs: build
|
||||
with:
|
||||
jdk: 8
|
||||
|
@ -115,7 +115,7 @@ jobs:
|
|||
jdk: [11, 17]
|
||||
sql_compatibility: [ false, true ]
|
||||
name: unit tests (jdk${{ matrix.jdk }}, sql-compat=${{ matrix.sql_compatibility }})
|
||||
uses: apache/druid/.github/workflows/unit-tests.yml@master
|
||||
uses: ./.github/workflows/unit-tests.yml
|
||||
needs: unit-tests
|
||||
with:
|
||||
jdk: ${{ matrix.jdk }}
|
||||
|
@ -123,8 +123,8 @@ jobs:
|
|||
|
||||
standard-its:
|
||||
needs: unit-tests
|
||||
uses: apache/druid/.github/workflows/standard-its.yml@master
|
||||
uses: ./.github/workflows/standard-its.yml
|
||||
|
||||
revised-its:
|
||||
needs: unit-tests
|
||||
uses: apache/druid/.github/workflows/revised-its.yml@master
|
||||
uses: ./.github/workflows/revised-its.yml
|
||||
|
|
|
@ -28,7 +28,7 @@ on:
|
|||
|
||||
jobs:
|
||||
indexing_modules_test:
|
||||
uses: apache/druid/.github/workflows/reusable-unit-tests.yml@master
|
||||
uses: ./.github/workflows/reusable-unit-tests.yml
|
||||
with:
|
||||
jdk: ${{ inputs.jdk }}
|
||||
sql_compatibility: ${{ inputs.sql_compatibility }}
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
maven_projects: 'indexing-hadoop,indexing-service,extensions-core/kafka-indexing-service,extensions-core/kinesis-indexing-service'
|
||||
|
||||
processing_modules_test:
|
||||
uses: apache/druid/.github/workflows/reusable-unit-tests.yml@master
|
||||
uses: ./.github/workflows/reusable-unit-tests.yml
|
||||
with:
|
||||
jdk: ${{ inputs.jdk }}
|
||||
sql_compatibility: ${{ inputs.sql_compatibility }}
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
maven_projects: 'processing'
|
||||
|
||||
server_modules_test:
|
||||
uses: apache/druid/.github/workflows/reusable-unit-tests.yml@master
|
||||
uses: ./.github/workflows/reusable-unit-tests.yml
|
||||
with:
|
||||
jdk: ${{ inputs.jdk }}
|
||||
sql_compatibility: ${{ inputs.sql_compatibility }}
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
maven_projects: 'server'
|
||||
|
||||
other_modules_test:
|
||||
uses: apache/druid/.github/workflows/reusable-unit-tests.yml@master
|
||||
uses: ./.github/workflows/reusable-unit-tests.yml
|
||||
with:
|
||||
jdk: ${{ inputs.jdk }}
|
||||
sql_compatibility: ${{ inputs.sql_compatibility }}
|
||||
|
|
Loading…
Reference in New Issue