Skip to content

Commit

Permalink
Add performance analyzer plugin to the manifest (opensearch-project#2674
Browse files Browse the repository at this point in the history
)

* Add pa plugin

Signed-off-by: Zelin Hao <[email protected]>

* Remove darwin platform

Signed-off-by: Zelin Hao <[email protected]>

* Add observability plugin

Signed-off-by: Zelin Hao <[email protected]>

* Add windows

Signed-off-by: Zelin Hao <[email protected]>

Signed-off-by: Zelin Hao <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
  • Loading branch information
zelinh authored and monusingh-1 committed Nov 2, 2022
1 parent d994d50 commit 1c20fb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions manifests/1.3.6/opensearch-1.3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,21 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability
ref: '1.3'
working_directory: opensearch-observability
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- windows

0 comments on commit 1c20fb9

Please sign in to comment.