Skip to content

Commit

Permalink
Add components to test manifest for smoke tests (#5373)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh authored Mar 7, 2025
1 parent faf1ef9 commit 1fb8ae5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/3.0.0-alpha1/opensearch-3.0.0-alpha1-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,15 @@ components:
bwc-test:
test-configs:
- with-security
smoke-test:
test-spec: index-management.yml
- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
smoke-test:
test-spec: k-NN.yml
- name: ml-commons
integ-test:
test-configs:
Expand Down Expand Up @@ -122,6 +126,8 @@ components:
integ-test:
test-configs:
- with-security
smoke-test:
test-spec: security.yml
- name: security-analytics
integ-test:
test-configs:
Expand All @@ -138,6 +144,8 @@ components:
bwc-test:
test-configs:
- with-security
smoke-test:
test-spec: sql.yml
- name: custom-codecs
integ-test:
test-configs:
Expand Down
8 changes: 8 additions & 0 deletions manifests/3.0.0-beta1/opensearch-3.0.0-beta1-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,15 @@ components:
bwc-test:
test-configs:
- with-security
smoke-test:
test-spec: index-management.yml
- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
smoke-test:
test-spec: k-NN.yml
- name: ml-commons
integ-test:
test-configs:
Expand Down Expand Up @@ -122,6 +126,8 @@ components:
integ-test:
test-configs:
- with-security
smoke-test:
test-spec: security.yml
- name: security-analytics
integ-test:
test-configs:
Expand All @@ -138,6 +144,8 @@ components:
bwc-test:
test-configs:
- with-security
smoke-test:
test-spec: sql.yml
- name: custom-codecs
integ-test:
test-configs:
Expand Down

0 comments on commit 1fb8ae5

Please sign in to comment.