@@ -15,39 +15,40 @@ jobs:
1515 tests:
1616 - 'cypress/**/dashboards-assistant/**'
1717 - 'cypress/support/assistant-dummy-llm.js'
18+ - '.github/workflows/assistant-release-e2e-workflow.yml'
1819
19- tests-with-security :
20- needs : changes
21- if : ${{ needs.changes.outputs.tests == 'true' }}
22- uses : ./.github/workflows/release-e2e-workflow-template.yml
23- with :
24- 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/*chatbot*.js'
26- osd-serve-args : --assistant.chat.enabled=true
27- artifact-name-suffix : " -with-security"
20+ # tests-with-security:
21+ # needs: changes
22+ # if: ${{ needs.changes.outputs.tests == 'true' }}
23+ # uses: ./.github/workflows/release-e2e-workflow-template.yml
24+ # with:
25+ # test-name: dashboards assistant
26+ # test-command: env CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/*chatbot*.js'
27+ # osd-serve-args: --assistant.chat.enabled=true
28+ # artifact-name-suffix: "-with-security"
2829
29- tests-without-security :
30- needs : changes
31- if : ${{ needs.changes.outputs.tests == 'true' }}
32- uses : ./.github/workflows/release-e2e-workflow-template.yml
33- with :
34- test-name : 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'
36- osd-serve-args : --assistant.chat.enabled=true
37- security-enabled : false
38- artifact-name-suffix : " -without-security"
39- multi-opensearch-enabled : false
30+ # tests-without-security:
31+ # needs: changes
32+ # if: ${{ needs.changes.outputs.tests == 'true' }}
33+ # uses: ./.github/workflows/release-e2e-workflow-template.yml
34+ # with:
35+ # test-name: dashboards assistant
36+ # test-command: env CYPRESS_DASHBOARDS_ASSISTANT_ENABLED=true yarn cypress:run-without-security --browser chromium --spec 'cypress/integration/plugins/dashboards-assistant/*chatbot*.js'
37+ # osd-serve-args: --assistant.chat.enabled=true
38+ # security-enabled: false
39+ # artifact-name-suffix: "-without-security"
40+ # multi-opensearch-enabled: false
4041
41- tests-with-multiple-data-source-and-disabled-local-cluster :
42- needs : changes
43- if : ${{ needs.changes.outputs.tests == 'true' }}
44- uses : ./.github/workflows/release-e2e-workflow-template.yml
45- with :
46- test-name : dashboards assistant
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'
48- osd-serve-args : --data_source.enabled=true --data_source.ssl.verificationMode=none --data_source.hideLocalCluster=true --assistant.chat.enabled=true
49- security-enabled : true
50- artifact-name-suffix : " -with-security-and-mds"
42+ # tests-with-multiple-data-source-and-disabled-local-cluster:
43+ # needs: changes
44+ # if: ${{ needs.changes.outputs.tests == 'true' }}
45+ # uses: ./.github/workflows/release-e2e-workflow-template.yml
46+ # with:
47+ # test-name: dashboards assistant
48+ # 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'
49+ # osd-serve-args: --data_source.enabled=true --data_source.ssl.verificationMode=none --data_source.hideLocalCluster=true --assistant.chat.enabled=true
50+ # security-enabled: true
51+ # artifact-name-suffix: "-with-security-and-mds"
5152
5253 tests-with-query-enhancements :
5354 needs : changes
0 commit comments