From dd01cfecdaccb6973c038f74e9770c35d353193e Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Mon, 18 Dec 2023 11:23:36 +0800 Subject: [PATCH 1/4] temp: run all test Signed-off-by: SuZhou-Joe --- .github/workflows/alerting-release-e2e-workflow.yml | 2 +- .github/workflows/anomaly-detection-release-e2e-workflow.yml | 2 +- .../custom-import-map-dashboards-release-e2e-workflow.yml | 2 +- .../cypress-workflow-bundle-snapshot-based-windows.yml | 4 ++-- .github/workflows/cypress-workflow-bundle-snapshot-based.yml | 4 ++-- .github/workflows/gantt-chart-release-e2e-workflow.yml | 2 +- .github/workflows/index-management-release-e2e-workflow.yml | 2 +- .github/workflows/ml-commons-release-e2e-workflow.yml | 2 +- .github/workflows/notifications-release-e2e-workflow.yml | 2 +- .github/workflows/observability-release-e2e-workflow.yml | 2 +- .github/workflows/query-workbench-release-e2e-workflow.yml | 2 +- .github/workflows/reports-release-e2e-workflow.yml | 2 +- .github/workflows/search-relevance-release-e2e-workflow.yml | 2 +- .github/workflows/security-analytics-release-e2e-workflow.yml | 2 +- .github/workflows/security-release-e2e-workflow.yml | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/alerting-release-e2e-workflow.yml b/.github/workflows/alerting-release-e2e-workflow.yml index ca809f0d7..590640bdf 100644 --- a/.github/workflows/alerting-release-e2e-workflow.yml +++ b/.github/workflows/alerting-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Alerting diff --git a/.github/workflows/anomaly-detection-release-e2e-workflow.yml b/.github/workflows/anomaly-detection-release-e2e-workflow.yml index 3b3a9a7d8..3387d5f03 100644 --- a/.github/workflows/anomaly-detection-release-e2e-workflow.yml +++ b/.github/workflows/anomaly-detection-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Anomaly Detection diff --git a/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml b/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml index 0bf7fa279..42fdb9736 100644 --- a/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml +++ b/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Observability diff --git a/.github/workflows/cypress-workflow-bundle-snapshot-based-windows.yml b/.github/workflows/cypress-workflow-bundle-snapshot-based-windows.yml index 2a8b82fdf..b906fd6fc 100644 --- a/.github/workflows/cypress-workflow-bundle-snapshot-based-windows.yml +++ b/.github/workflows/cypress-workflow-bundle-snapshot-based-windows.yml @@ -20,7 +20,7 @@ jobs: tests-with-security: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template-windows.yml with: test-name: Core Dashboards using Bundle Snapshot @@ -30,7 +30,7 @@ jobs: tests-without-security: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template-windows.yml with: test-name: Core Dashboards using Bundle Snapshot diff --git a/.github/workflows/cypress-workflow-bundle-snapshot-based.yml b/.github/workflows/cypress-workflow-bundle-snapshot-based.yml index b1038c86d..4887b9e76 100644 --- a/.github/workflows/cypress-workflow-bundle-snapshot-based.yml +++ b/.github/workflows/cypress-workflow-bundle-snapshot-based.yml @@ -20,7 +20,7 @@ jobs: tests-with-security: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Core Dashboards using Bundle Snapshot @@ -29,7 +29,7 @@ jobs: tests-without-security: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Core Dashboards using Bundle Snapshot diff --git a/.github/workflows/gantt-chart-release-e2e-workflow.yml b/.github/workflows/gantt-chart-release-e2e-workflow.yml index a76240c9e..4b3a65fe7 100644 --- a/.github/workflows/gantt-chart-release-e2e-workflow.yml +++ b/.github/workflows/gantt-chart-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Gantt Chart diff --git a/.github/workflows/index-management-release-e2e-workflow.yml b/.github/workflows/index-management-release-e2e-workflow.yml index 467f38f60..8efa04e67 100644 --- a/.github/workflows/index-management-release-e2e-workflow.yml +++ b/.github/workflows/index-management-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Index Management diff --git a/.github/workflows/ml-commons-release-e2e-workflow.yml b/.github/workflows/ml-commons-release-e2e-workflow.yml index 7998afab6..790264b31 100644 --- a/.github/workflows/ml-commons-release-e2e-workflow.yml +++ b/.github/workflows/ml-commons-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: ML Commons diff --git a/.github/workflows/notifications-release-e2e-workflow.yml b/.github/workflows/notifications-release-e2e-workflow.yml index fc8973992..7dbc6f73c 100644 --- a/.github/workflows/notifications-release-e2e-workflow.yml +++ b/.github/workflows/notifications-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Notifications diff --git a/.github/workflows/observability-release-e2e-workflow.yml b/.github/workflows/observability-release-e2e-workflow.yml index d94d138e1..ea1560d2e 100644 --- a/.github/workflows/observability-release-e2e-workflow.yml +++ b/.github/workflows/observability-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Observability diff --git a/.github/workflows/query-workbench-release-e2e-workflow.yml b/.github/workflows/query-workbench-release-e2e-workflow.yml index 14108003e..51b57c2a2 100644 --- a/.github/workflows/query-workbench-release-e2e-workflow.yml +++ b/.github/workflows/query-workbench-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Query Workbench diff --git a/.github/workflows/reports-release-e2e-workflow.yml b/.github/workflows/reports-release-e2e-workflow.yml index 3c5132c39..8fe82a10c 100644 --- a/.github/workflows/reports-release-e2e-workflow.yml +++ b/.github/workflows/reports-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Reports diff --git a/.github/workflows/search-relevance-release-e2e-workflow.yml b/.github/workflows/search-relevance-release-e2e-workflow.yml index 8a83109a7..69c1a7a9b 100644 --- a/.github/workflows/search-relevance-release-e2e-workflow.yml +++ b/.github/workflows/search-relevance-release-e2e-workflow.yml @@ -16,7 +16,7 @@ jobs: - 'cypress/**/search-relevance-dashboards/**' tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Search Relevance diff --git a/.github/workflows/security-analytics-release-e2e-workflow.yml b/.github/workflows/security-analytics-release-e2e-workflow.yml index dd708bb75..f8becc57c 100644 --- a/.github/workflows/security-analytics-release-e2e-workflow.yml +++ b/.github/workflows/security-analytics-release-e2e-workflow.yml @@ -20,7 +20,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Security Analytics diff --git a/.github/workflows/security-release-e2e-workflow.yml b/.github/workflows/security-release-e2e-workflow.yml index 4ed0901a3..19cbbd520 100644 --- a/.github/workflows/security-release-e2e-workflow.yml +++ b/.github/workflows/security-release-e2e-workflow.yml @@ -17,7 +17,7 @@ jobs: tests: needs: changes - if: ${{ needs.changes.outputs.tests == 'true' }} + ## if: ${{ needs.changes.outputs.tests == 'true' }} uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Security From 7f48884586fb752345373a773b2c73b973180463 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Wed, 29 Nov 2023 13:51:59 +0800 Subject: [PATCH 2/4] feat: use ipv4 by default to fix CI flow (#960) * feat: use ipv4 by default to fix CI flow Signed-off-by: SuZhou-Joe * feat: remove duplicate NODE_OPTIONS Signed-off-by: SuZhou-Joe * fix: hang test cases Signed-off-by: SuZhou-Joe * fix: typo Signed-off-by: SuZhou-Joe * Revert "fix: hang test cases" This reverts commit b7caeb72c59fd577154870cadea0652bbcf6d3b1. Signed-off-by: SuZhou-Joe * fix: enable dev-shm to address hang test Signed-off-by: SuZhou-Joe * feat: add wait to fix hang Signed-off-by: SuZhou-Joe * feat: revert image version back to 2.308.0-1 Signed-off-by: SuZhou-Joe * feat: downgrade chrome version to v115 Signed-off-by: SuZhou-Joe * feat: revert chromuim downgrade logic Signed-off-by: SuZhou-Joe --------- Signed-off-by: SuZhou-Joe --- .github/workflows/cypress-workflow-vanilla-snapshot-based.yml | 2 ++ .github/workflows/lint_checker.yml | 2 ++ .github/workflows/release-e2e-workflow-template-windows.yml | 2 ++ .github/workflows/release-e2e-workflow-template.yml | 2 ++ .github/workflows/release-signoff-chrome.yml | 2 ++ .github/workflows/release-signoff-chromium-ad-only.yml | 2 ++ .github/workflows/release-signoff-chromium-ism-only.yml | 2 ++ .../workflows/release-signoff-chromium-tests-in-memory-0.yml | 2 ++ .../workflows/release-signoff-chromium-tests-in-memory-10.yml | 2 ++ .../workflows/release-signoff-chromium-tests-in-memory-20.yml | 2 ++ .../workflows/release-signoff-chromium-tests-in-memory-5.yml | 2 ++ .github/workflows/release-signoff-chromium.yml | 2 ++ .github/workflows/release-signoff-electron.yml | 2 ++ .github/workflows/release-signoff-firefox.yml | 2 ++ 14 files changed, 28 insertions(+) diff --git a/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml b/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml index d24593e7a..f8d4d1a74 100644 --- a/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml +++ b/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml @@ -17,6 +17,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Set up JDK uses: actions/setup-java@v1 diff --git a/.github/workflows/lint_checker.yml b/.github/workflows/lint_checker.yml index 64a19ea38..c963d7a11 100644 --- a/.github/workflows/lint_checker.yml +++ b/.github/workflows/lint_checker.yml @@ -14,6 +14,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout cypress-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-e2e-workflow-template-windows.yml b/.github/workflows/release-e2e-workflow-template-windows.yml index e7ff7a6ae..3f8553a84 100644 --- a/.github/workflows/release-e2e-workflow-template-windows.yml +++ b/.github/workflows/release-e2e-workflow-template-windows.yml @@ -20,6 +20,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Set up JDK uses: actions/setup-java@v1 diff --git a/.github/workflows/release-e2e-workflow-template.yml b/.github/workflows/release-e2e-workflow-template.yml index 33ad16985..20fe3fa4d 100644 --- a/.github/workflows/release-e2e-workflow-template.yml +++ b/.github/workflows/release-e2e-workflow-template.yml @@ -23,6 +23,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Set up JDK uses: actions/setup-java@v1 diff --git a/.github/workflows/release-signoff-chrome.yml b/.github/workflows/release-signoff-chrome.yml index dec0b5fd0..9dc47ddb4 100644 --- a/.github/workflows/release-signoff-chrome.yml +++ b/.github/workflows/release-signoff-chrome.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-ad-only.yml b/.github/workflows/release-signoff-chromium-ad-only.yml index 14b9c8551..96cf1bc8e 100644 --- a/.github/workflows/release-signoff-chromium-ad-only.yml +++ b/.github/workflows/release-signoff-chromium-ad-only.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-ism-only.yml b/.github/workflows/release-signoff-chromium-ism-only.yml index c920f7f01..08aa34055 100644 --- a/.github/workflows/release-signoff-chromium-ism-only.yml +++ b/.github/workflows/release-signoff-chromium-ism-only.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml index 8c9a7e416..8e4604747 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml index 17e82077f..599054bb4 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml index fbc92bbe8..3a32342cf 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml index b49d4e4f7..8b2b6faf7 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium.yml b/.github/workflows/release-signoff-chromium.yml index 6059c7f54..15015ef74 100644 --- a/.github/workflows/release-signoff-chromium.yml +++ b/.github/workflows/release-signoff-chromium.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-electron.yml b/.github/workflows/release-signoff-electron.yml index 8d874748e..140c69b52 100644 --- a/.github/workflows/release-signoff-electron.yml +++ b/.github/workflows/release-signoff-electron.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-firefox.yml b/.github/workflows/release-signoff-firefox.yml index a1e6b4a68..0f99fa5ed 100644 --- a/.github/workflows/release-signoff-firefox.yml +++ b/.github/workflows/release-signoff-firefox.yml @@ -11,6 +11,8 @@ jobs: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm + # make Node run in ipv4 first so that cypress can detect 5601 port in CI environment + NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' steps: - name: Checkout functional-test uses: actions/checkout@v2 From 5d4b7fbb0d0f897f21f6588c168d1ccf7d9f65c0 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Mon, 18 Dec 2023 14:51:12 +0800 Subject: [PATCH 3/4] feat: disable command log to unhang all the test Signed-off-by: SuZhou-Joe --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index f79ebf340..f5e5f5f72 100644 --- a/cypress.json +++ b/cypress.json @@ -20,6 +20,7 @@ "VISBUILDER_ENABLED": true, "DATASOURCE_MANAGEMENT_ENABLED": false, "ML_COMMONS_DASHBOARDS_ENABLED": true, - "WAIT_FOR_LOADER_BUFFER_MS": 0 + "WAIT_FOR_LOADER_BUFFER_MS": 0, + "NO_COMMAND_LOG": 1 } } From 510fc9b2d970d8083d394361097db9398bcb9ace Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Wed, 17 Jan 2024 18:16:25 +0800 Subject: [PATCH 4/4] ci: run all tests with security enabled Signed-off-by: Lin Wang --- .github/workflows/alerting-release-e2e-workflow.yml | 1 + .github/workflows/anomaly-detection-release-e2e-workflow.yml | 1 + .../custom-import-map-dashboards-release-e2e-workflow.yml | 1 + .github/workflows/gantt-chart-release-e2e-workflow.yml | 1 + .github/workflows/index-management-release-e2e-workflow.yml | 1 + .github/workflows/ml-commons-release-e2e-workflow.yml | 1 + .github/workflows/notifications-release-e2e-workflow.yml | 1 + .github/workflows/observability-release-e2e-workflow.yml | 1 + .github/workflows/query-workbench-release-e2e-workflow.yml | 1 + .github/workflows/reports-release-e2e-workflow.yml | 1 + .github/workflows/search-relevance-release-e2e-workflow.yml | 1 + .github/workflows/security-analytics-release-e2e-workflow.yml | 1 + .github/workflows/security-release-e2e-workflow.yml | 1 + 13 files changed, 13 insertions(+) diff --git a/.github/workflows/alerting-release-e2e-workflow.yml b/.github/workflows/alerting-release-e2e-workflow.yml index 590640bdf..eaa9e9a1d 100644 --- a/.github/workflows/alerting-release-e2e-workflow.yml +++ b/.github/workflows/alerting-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Alerting test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/alerting-dashboards-plugin/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/anomaly-detection-release-e2e-workflow.yml b/.github/workflows/anomaly-detection-release-e2e-workflow.yml index 3387d5f03..154f8aba5 100644 --- a/.github/workflows/anomaly-detection-release-e2e-workflow.yml +++ b/.github/workflows/anomaly-detection-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Anomaly Detection test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/anomaly-detection-dashboards-plugin/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml b/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml index 42fdb9736..71f4ec641 100644 --- a/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml +++ b/.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Observability test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/custom-import-map-dashboards/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/gantt-chart-release-e2e-workflow.yml b/.github/workflows/gantt-chart-release-e2e-workflow.yml index 4b3a65fe7..923c5048d 100644 --- a/.github/workflows/gantt-chart-release-e2e-workflow.yml +++ b/.github/workflows/gantt-chart-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Gantt Chart test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/gantt-chart-dashboards/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/index-management-release-e2e-workflow.yml b/.github/workflows/index-management-release-e2e-workflow.yml index 8efa04e67..aaa94f4a9 100644 --- a/.github/workflows/index-management-release-e2e-workflow.yml +++ b/.github/workflows/index-management-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Index Management test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/index-management-dashboards-plugin/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/ml-commons-release-e2e-workflow.yml b/.github/workflows/ml-commons-release-e2e-workflow.yml index 790264b31..050fed35f 100644 --- a/.github/workflows/ml-commons-release-e2e-workflow.yml +++ b/.github/workflows/ml-commons-release-e2e-workflow.yml @@ -23,3 +23,4 @@ jobs: test-name: ML Commons test-command: env CYPRESS_ML_COMMONS_DASHBOARDS_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/ml-commons-dashboards/*' osd-serve-args: --ml_commons_dashboards.enabled=true + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/notifications-release-e2e-workflow.yml b/.github/workflows/notifications-release-e2e-workflow.yml index 7dbc6f73c..068ff6458 100644 --- a/.github/workflows/notifications-release-e2e-workflow.yml +++ b/.github/workflows/notifications-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Notifications test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/notifications-dashboards/*' + security-enabled: true diff --git a/.github/workflows/observability-release-e2e-workflow.yml b/.github/workflows/observability-release-e2e-workflow.yml index ea1560d2e..2cf6e2818 100644 --- a/.github/workflows/observability-release-e2e-workflow.yml +++ b/.github/workflows/observability-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Observability test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/observability-dashboards/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/query-workbench-release-e2e-workflow.yml b/.github/workflows/query-workbench-release-e2e-workflow.yml index 51b57c2a2..f1c691d14 100644 --- a/.github/workflows/query-workbench-release-e2e-workflow.yml +++ b/.github/workflows/query-workbench-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Query Workbench test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/query-workbench-dashboards/*' + security-enabled: true \ No newline at end of file diff --git a/.github/workflows/reports-release-e2e-workflow.yml b/.github/workflows/reports-release-e2e-workflow.yml index 8fe82a10c..27c29c904 100644 --- a/.github/workflows/reports-release-e2e-workflow.yml +++ b/.github/workflows/reports-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Reports test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/reports-dashboards/*' + security-enabled: true diff --git a/.github/workflows/search-relevance-release-e2e-workflow.yml b/.github/workflows/search-relevance-release-e2e-workflow.yml index 69c1a7a9b..6deb497b6 100644 --- a/.github/workflows/search-relevance-release-e2e-workflow.yml +++ b/.github/workflows/search-relevance-release-e2e-workflow.yml @@ -21,3 +21,4 @@ jobs: with: test-name: Search Relevance test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/search-relevance-dashboards/*' + security-enabled: true diff --git a/.github/workflows/security-analytics-release-e2e-workflow.yml b/.github/workflows/security-analytics-release-e2e-workflow.yml index f8becc57c..57ea1cb9e 100644 --- a/.github/workflows/security-analytics-release-e2e-workflow.yml +++ b/.github/workflows/security-analytics-release-e2e-workflow.yml @@ -25,3 +25,4 @@ jobs: with: test-name: Security Analytics test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security-analytics-dashboards-plugin/*' + security-enabled: true diff --git a/.github/workflows/security-release-e2e-workflow.yml b/.github/workflows/security-release-e2e-workflow.yml index 19cbbd520..576285315 100644 --- a/.github/workflows/security-release-e2e-workflow.yml +++ b/.github/workflows/security-release-e2e-workflow.yml @@ -22,3 +22,4 @@ jobs: with: test-name: Security test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security/*' + security-enabled: true \ No newline at end of file