Skip to content

Commit

Permalink
Add dashboards report to the manifest and JAVA_HOME (#2056)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored Apr 29, 2022
1 parent 6c4f856 commit ec6c37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/1.3.2/opensearch-1.3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build:
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
args: -e JAVA_HOME=/opt/java/openjdk-11
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
Expand Down Expand Up @@ -76,6 +77,13 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: '1.3'
working_directory: reports-scheduler
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability
ref: '1.3'
Expand Down

0 comments on commit ec6c37c

Please sign in to comment.