Skip to content

Commit

Permalink
Add queryInsightsDashboards to 2.19, 3.0, 3.0.0-alpha1 dashboard test…
Browse files Browse the repository at this point in the history
… manifests (#5273)

Signed-off-by: David Zane <[email protected]>
  • Loading branch information
dzane17 authored Jan 29, 2025
1 parent 2db0c1e commit dcc0139
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osd-release-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- {repo: security-dashboards-plugin}
- {repo: dashboards-search-relevance}
- {repo: opensearch-dashboards-functional-test}
- {repo: query-insights-dashboards}
release_version: ${{ fromJson(needs.list-manifest-versions.outputs.matrix) }}
steps:
- name: GitHub App token
Expand Down
5 changes: 5 additions & 0 deletions manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ components:
test-configs:
- with-security
- without-security
- name: queryInsightsDashboards
integ-test:
test-configs:
- with-security
- without-security
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ components:
test-configs:
- with-security
- without-security
- name: queryInsightsDashboards
integ-test:
test-configs:
- with-security
- without-security
6 changes: 6 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,9 @@ components:
additional-cluster-configs:
opensearch.experimental.feature.application_templates.enabled: true
cluster.application_templates.enabled: true

- name: query-insights
integ-test:
test-configs:
- with-security
- without-security
5 changes: 5 additions & 0 deletions manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ components:
test-configs:
- with-security
- without-security
- name: queryInsightsDashboards
integ-test:
test-configs:
- with-security
- without-security

0 comments on commit dcc0139

Please sign in to comment.