@@ -22,25 +22,41 @@ jobs:
2222 uses : ./.github/workflows/release-e2e-workflow-template.yml
2323 with :
2424 test-name : dashboards assistant
25- test-command : env CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/*'
25+ test-command : env CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/*chatbot*.js '
2626 osd-serve-args : --assistant.chat.enabled=true
27-
27+ artifact-name-suffix : " -with-security"
28+
2829 tests-without-security :
2930 needs : changes
3031 if : ${{ needs.changes.outputs.tests == 'true' }}
3132 uses : ./.github/workflows/release-e2e-workflow-template.yml
3233 with :
3334 test-name : dashboards assistant
34- test-command : env CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-without-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/*'
35+ test-command : env CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-without-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/*chatbot*.js '
3536 osd-serve-args : --assistant.chat.enabled=true
3637 security-enabled : false
38+ artifact-name-suffix : " -without-security"
39+ multi-opensearch-enabled : false
40+
3741 tests-with-multiple-data-source-and-disabled-local-cluster :
3842 needs : changes
3943 if : ${{ needs.changes.outputs.tests == 'true' }}
4044 uses : ./.github/workflows/release-e2e-workflow-template.yml
4145 with :
4246 test-name : dashboards assistant
43- test-command : env CYPRESS_DISABLE_LOCAL_CLUSTER=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/mds *.js'
47+ test-command : env CYPRESS_DISABLE_LOCAL_CLUSTER=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/mds_chatbot *.js'
4448 osd-serve-args : --data_source.enabled=true --data_source.ssl.verificationMode=none --data_source.hideLocalCluster=true --assistant.chat.enabled=true
4549 security-enabled : true
50+ artifact-name-suffix : " -with-security-and-mds"
51+
52+ tests-with-query-enhancements :
53+ needs : changes
54+ if : ${{ needs.changes.outputs.tests == 'true' }}
55+ uses : ./.github/workflows/release-e2e-workflow-template.yml
56+ with :
57+ test-name : dashboards assistant
58+ test-command : env CYPRESS_DISABLE_LOCAL_CLUSTER=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true CYPRESS_WORKSPACE_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/mds_query_enhancements*.js'
59+ osd-serve-args : --data_source.enabled=true --data_source.ssl.verificationMode=none --data_source.hideLocalCluster=true --assistant.chat.enabled=true --uiSettings.overrides.home:useNewHomePage=true --uiSettings.overrides.query:enhancements:enabled=true --workspace.enabled=true --savedObjects.permission.enabled=true --assistant.text2viz.enabled=true --opensearchDashboards.dashboardAdmin.users='["admin"]' --opensearch_security.multitenancy.enabled=false
60+ security-enabled : true
61+ artifact-name-suffix : " -with-query-enhancements"
4662
0 commit comments