Skip to content

Commit

Permalink
Add osd 2.9.0 related manifests to build repo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Jun 22, 2023
1 parent 8fb3588 commit 6cbd25c
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 0 deletions.
82 changes: 82 additions & 0 deletions manifests/2.9.0/opensearch-dashboards-2.9.0-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
schema-version: '1.0'
name: OpenSearch Dashboards
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v3
components:
- name: OpenSearch-Dashboards
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
vis_builder.enabled: true
data_source.enabled: true
- name: alertingDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: anomalyDetectionDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: ganttChartDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: indexManagementDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: observabilityDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: queryWorkbenchDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: reportsDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: securityDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: notificationsDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: customImportMapDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: searchRelevanceDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: securityAnalyticsDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: mlCommonsDashboards
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
ml_commons_dashboards.enabled: true
55 changes: 55 additions & 0 deletions manifests/2.9.0/opensearch-dashboards-2.9.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
schema-version: '1.0'
build:
name: OpenSearch Dashboards
version: 2.9.0
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v3
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: 2.x
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: 2.x
- name: observabilityDashboards
repository: https://github.com/opensearch-project/dashboards-observability.git
ref: 2.x
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reporting.git
ref: 2.x
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: 2.x
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: 2.x
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
ref: 2.x
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: 2.x
- name: mlCommonsDashboards
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
ref: 2.x
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: 2.x
- name: notificationsDashboards
repository: https://github.com/opensearch-project/dashboards-notifications.git
ref: 2.x
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: 2.x
- name: securityAnalyticsDashboards
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
ref: 2.x
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: 2.x
- name: searchRelevanceDashboards
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: 2.x

0 comments on commit 6cbd25c

Please sign in to comment.