Skip to content

Commit

Permalink
Create opensearch-1.2.4-test.yml (opensearch-project#1478)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Gupta <[email protected]>
  • Loading branch information
abhinavGupta16 authored and peterzhuamazon committed Feb 16, 2022
1 parent a832e99 commit 6ee4ef6
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions manifests/1.2.4/opensearch-1.2.4-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: OpenSearch
components:
- name: index-management
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
additional-cluster-configs:
path.repo: ["/tmp"]
bwc-test:
test-configs:
- with-security
- without-security

- name: anomaly-detection
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: asynchronous-search
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- 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]
bwc-test:
test-configs:
- with-security
- without-security

- name: sql
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
bwc-test:
test-configs:
- with-security
- without-security

- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: dashboards-reports
working-directory: reports-scheduler
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security

- name: dashboards-notebooks
working-directory: opensearch-notebooks
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security
schema-version: '1.0'

0 comments on commit 6ee4ef6

Please sign in to comment.