-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add manifest file for concurrent segment search in 2.10.0
Signed-off-by: Sorabh Hamirwasia <[email protected]>
- Loading branch information
Sorabh Hamirwasia
committed
Aug 3, 2023
1 parent
b3688ed
commit 9e9f433
Showing
1 changed file
with
189 additions
and
0 deletions.
There are no files selected for viewing
189 changes: 189 additions & 0 deletions
189
manifests/2.10.0/opensearch-2.10.0-concurrent-search-test.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
--- | ||
schema-version: '1.0' | ||
name: OpenSearch | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 | ||
args: -e JAVA_HOME=/opt/java/openjdk-17 | ||
components: | ||
- name: index-management | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
path.repo: [/tmp] | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: anomaly-detection | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: asynchronous-search | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: alerting | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
plugins.destination.host.deny_list: [10.0.0.0/8, 127.0.0.1] | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: notifications | ||
working-directory: notifications | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: sql | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
script.context.field.max_compilations_rate: 1000/1m | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: k-NN | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: neural-search | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: opensearch-reports | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: opensearch-observability | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: ml-commons | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: cross-cluster-replication | ||
integ-test: | ||
topology: | ||
- cluster_name: leader | ||
data_nodes: 2 | ||
cluster_manager_nodes: 0 | ||
- cluster_name: follower | ||
data_nodes: 2 | ||
cluster_manager_nodes: 0 | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: security | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: geospatial | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 | ||
|
||
- name: security-analytics | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
opensearch.experimental.feature.concurrent_segment_search.enabled: true | ||
search.concurrent_segment_search.enabled: true | ||
search.concurrent.max_slice: 2 |