Skip to content

Commit

Permalink
Revert #854 (asynchronous search) until #864 is fixed, update OpenSea…
Browse files Browse the repository at this point in the history
…rch branch. (#876)

* Revert #854 (asynchronous search) until #864 is fixed.
* OpenSearch cut a 1.2 branch.

Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock authored Nov 3, 2021
1 parent e31441f commit 11cff07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions manifests/1.2.0/opensearch-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: "1.x"
ref: "1.2"
checks:
- gradle:publish
- gradle:properties:version
Expand All @@ -26,12 +26,6 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: "main"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.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 @@ -78,7 +78,7 @@ def test_1_2(self):
opensearch_component.repository,
"https://github.com/opensearch-project/OpenSearch.git",
)
self.assertEqual(opensearch_component.ref, "1.x")
self.assertEqual(opensearch_component.ref, "1.2")
# components
for component in manifest.components.values():
self.assertIsInstance(component.ref, str)
Expand Down

0 comments on commit 11cff07

Please sign in to comment.