From 2a595f0e770d6f0d99c72f27ba40bbc25cd80e8e Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:51:21 -0700 Subject: [PATCH] Remove SA dashboards from 3.0 manifest (#5154) Signed-off-by: Sayali Gaikawad --- jenkins/integ-test-notification.jenkinsfile | 2 -- manifests/3.0.0/opensearch-dashboards-3.0.0.yml | 7 ++++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jenkins/integ-test-notification.jenkinsfile b/jenkins/integ-test-notification.jenkinsfile index b2120f3fbc..90375a0ce0 100644 --- a/jenkins/integ-test-notification.jenkinsfile +++ b/jenkins/integ-test-notification.jenkinsfile @@ -30,9 +30,7 @@ pipeline { parameterizedCron(''' H */6 * * * %INPUT_MANIFEST=2.19.0/opensearch-2.19.0.yml H */6 * * * %INPUT_MANIFEST=2.18.0/opensearch-2.18.0.yml - H */6 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml H */6 * * * %INPUT_MANIFEST=2.18.0/opensearch-dashboards-2.18.0.yml - H */6 * * * %INPUT_MANIFEST=3.0.0/opensearch-dashboards-3.0.0.yml ''') } parameters { diff --git a/manifests/3.0.0/opensearch-dashboards-3.0.0.yml b/manifests/3.0.0/opensearch-dashboards-3.0.0.yml index 9fcf4df6f9..582da367e2 100644 --- a/manifests/3.0.0/opensearch-dashboards-3.0.0.yml +++ b/manifests/3.0.0/opensearch-dashboards-3.0.0.yml @@ -55,6 +55,7 @@ components: - name: alertingDashboards repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git ref: main - - name: securityAnalyticsDashboards - repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git - ref: main + # Commenting SA until https://github.com/opensearch-project/security-analytics-dashboards-plugin/issues/1185 is resolved + # - name: securityAnalyticsDashboards + # repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git + # ref: main