Skip to content

Commit

Permalink
Add custom-codecs integration tests into test manifiest
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Sep 13, 2023
1 parent 2cf1b3e commit faceac8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions manifests/2.10.0/opensearch-2.10.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,9 @@ components:
bwc-test:
test-configs:
- with-security

Check failure on line 134 in manifests/2.10.0/opensearch-2.10.0-test.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

134:1 [trailing-spaces] trailing spaces
- name: custom-codecs
integ-test:
test-configs:
- with-security
- without-security
2 changes: 1 addition & 1 deletion manifests/2.10.0/opensearch-2.10.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ components:
- gradle:dependencies:opensearch.version
- name: custom-codecs
repository: https://github.com/opensearch-project/custom-codecs.git
ref: f5a86ffd6037795acd06d27c0b3bc386d9d707ad
ref: fe253e18579174abce132cafaf9f6e9d757dedec
platforms:
- linux
- windows
Expand Down
6 changes: 6 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,9 @@ components:
bwc-test:
test-configs:
- with-security

- name: custom-codecs
integ-test:
test-configs:
- with-security
- without-security

0 comments on commit faceac8

Please sign in to comment.