From 3dc23d7590bfd5f1ed7f97eb4e920a56acdbf0d3 Mon Sep 17 00:00:00 2001 From: Divya Madala <113469545+Divyaasm@users.noreply.github.com> Date: Fri, 5 May 2023 11:30:27 -0700 Subject: [PATCH] Add 3.0.0 osd test manifest (#3477) Signed-off-by: Divya Madala --- .../opensearch-dashboards-3.0.0-test.yml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml diff --git a/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml b/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml new file mode 100644 index 0000000000..39c7a6bc6d --- /dev/null +++ b/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml @@ -0,0 +1,52 @@ +--- +schema-version: '1.0' +name: OpenSearch Dashboards +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2 +components: + - name: OpenSearch-Dashboards + bwc-test: + test-configs: + - with-security + - without-security + - name: notificationsDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: observabilityDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: reportsDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: ganttChartDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: queryWorkbenchDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: securityDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: searchRelevanceDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: customImportMapDashboards + integ-test: + test-configs: + - with-security + - without-security