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