Skip to content

Commit

Permalink
Add PA and ML to 2.0.1 manifest (#2171)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored Jun 8, 2022
1 parent c07b93d commit 5333279
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/2.0.1/opensearch-2.0.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '2.0'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '2.0'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version

0 comments on commit 5333279

Please sign in to comment.