From 24b7dbd4c89d38760569ec2519f415a0b5525753 Mon Sep 17 00:00:00 2001 From: Divya Madala Date: Thu, 4 May 2023 16:18:05 -0700 Subject: [PATCH] Add 3.0.0 osd test manifest 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