Skip to content

Commit

Permalink
Remove SA dashboards from 3.0 manifest (#5154)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Oct 29, 2024
1 parent 008aa41 commit 2a595f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions jenkins/integ-test-notification.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
7 changes: 4 additions & 3 deletions manifests/3.0.0/opensearch-dashboards-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 58 in manifests/3.0.0/opensearch-dashboards-3.0.0.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

58:3 [comments-indentation] comment not indented like content
# - name: securityAnalyticsDashboards
# repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
# ref: main

0 comments on commit 2a595f0

Please sign in to comment.