Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 14 additions & 46 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,69 +341,37 @@ jobs:
after_failure: *integration_test_diags
# END - Integration tests for Compile with Java 8 and Run with Java 8

# START - Integration tests for Compile with Java 11 and Run with Java 11
# START - Integration tests for Compile with Java 8 and Run with Java 11
- <<: *integration_batch_index
name: "(Compile=openjdk11, Run=openjdk11) batch index integration test"
jdk: openjdk11
name: "(Compile=openjdk8, Run=openjdk11) batch index integration test"
jdk: openjdk8
env: TESTNG_GROUPS='-Dgroups=batch-index' JVM_RUNTIME='-Djvm.runtime=11'

- <<: *integration_perfect_rollup_parallel_batch_index
name: "(Compile=openjdk11, Run=openjdk11) perfect rollup parallel batch index integration test"
jdk: openjdk11
name: "(Compile=openjdk8, Run=openjdk11) perfect rollup parallel batch index integration test"
jdk: openjdk8
env: TESTNG_GROUPS='-Dgroups=perfect-rollup-parallel-batch-index' JVM_RUNTIME='-Djvm.runtime=11'

- <<: *integration_kafka_index
name: "(Compile=openjdk11, Run=openjdk11) kafka index integration test"
jdk: openjdk11
name: "(Compile=openjdk8, Run=openjdk11) kafka index integration test"
jdk: openjdk8
env: TESTNG_GROUPS='-Dgroups=kafka-index' JVM_RUNTIME='-Djvm.runtime=11'

- <<: *integration_query
name: "(Compile=openjdk11, Run=openjdk11) query integration test"
jdk: openjdk11
name: "(Compile=openjdk8, Run=openjdk11) query integration test"
jdk: openjdk8
env: TESTNG_GROUPS='-Dgroups=query' JVM_RUNTIME='-Djvm.runtime=11'

- <<: *integration_realtime_index
name: "(Compile=openjdk11, Run=openjdk11) realtime index integration test"
jdk: openjdk11
name: "(Compile=openjdk8, Run=openjdk11) realtime index integration test"
jdk: openjdk8
env: TESTNG_GROUPS='-Dgroups=realtime-index' JVM_RUNTIME='-Djvm.runtime=11'

- <<: *integration_tests
name: "(Compile=openjdk11, Run=openjdk11) other integration test"
jdk: openjdk11
name: "(Compile=openjdk8, Run=openjdk11) other integration test"
jdk: openjdk8
env: TESTNG_GROUPS='-DexcludedGroups=batch-index,perfect-rollup-parallel-batch-index,kafka-index,query,realtime-index' JVM_RUNTIME='-Djvm.runtime=11'
# END - Integration tests for Compile with Java 11 and Run with Java 11

# START - Integration tests for Compile with Java 11 and Run with Java 8
- <<: *integration_batch_index
name: "(Compile=openjdk11, Run=openjdk8) batch index integration test"
jdk: openjdk11
env: TESTNG_GROUPS='-Dgroups=batch-index' JVM_RUNTIME='-Djvm.runtime=8'

- <<: *integration_perfect_rollup_parallel_batch_index
name: "(Compile=openjdk11, Run=openjdk8) perfect rollup parallel batch index integration test"
jdk: openjdk11
env: TESTNG_GROUPS='-Dgroups=perfect-rollup-parallel-batch-index' JVM_RUNTIME='-Djvm.runtime=8'

- <<: *integration_kafka_index
name: "(Compile=openjdk11, Run=openjdk8) kafka index integration test"
jdk: openjdk11
env: TESTNG_GROUPS='-Dgroups=kafka-index' JVM_RUNTIME='-Djvm.runtime=8'

- <<: *integration_query
name: "(Compile=openjdk11, Run=openjdk8) query integration test"
jdk: openjdk11
env: TESTNG_GROUPS='-Dgroups=query' JVM_RUNTIME='-Djvm.runtime=8'

- <<: *integration_realtime_index
name: "(Compile=openjdk11, Run=openjdk8) realtime index integration test"
jdk: openjdk11
env: TESTNG_GROUPS='-Dgroups=realtime-index' JVM_RUNTIME='-Djvm.runtime=8'

- <<: *integration_tests
name: "(Compile=openjdk11, Run=openjdk8) other integration test"
jdk: openjdk11
env: TESTNG_GROUPS='-DexcludedGroups=batch-index,perfect-rollup-parallel-batch-index,kafka-index,query,realtime-index' JVM_RUNTIME='-Djvm.runtime=8'
# END - Integration tests for Compile with Java 11 and Run with Java 8
# END - Integration tests for Compile with Java 8 and Run with Java 11

- name: "security vulnerabilities"
stage: cron
Expand Down