Skip to content

Commit

Permalink
Adds index management main to the 1.2 manifest (#848)
Browse files Browse the repository at this point in the history
* Adds index management main to the 1.2 manifest

Signed-off-by: Robert Downs <[email protected]>

* Increments 1.2 test_input_manifests component count

Signed-off-by: Robert Downs <[email protected]>
  • Loading branch information
downsrob authored Nov 1, 2021
1 parent 3a1b8dd commit 3ca40c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions manifests/1.2.0/opensearch-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: "main"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: "main"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_manifests/test_input_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_1_2(self):
self.assertEqual(manifest.build.version, "1.2.0")
self.assertEqual(manifest.ci.image.name, "opensearchstaging/ci-runner:centos7-x64-arm64-jdkmulti-node10.24.1-cypress6.9.1-20211028")
self.assertEqual(manifest.ci.image.args, "-e JAVA_HOME=/usr/lib/jvm/adoptopenjdk-14-hotspot")
self.assertEqual(len(manifest.components), 5)
self.assertEqual(len(manifest.components), 6)
self.assertEqual(len(list(manifest.components.select(focus="common-utils"))), 1)
# opensearch component
opensearch_component = manifest.components["OpenSearch"]
Expand Down

0 comments on commit 3ca40c5

Please sign in to comment.