From 0e53fa2575ec8262f951cbef526dabecc92196eb Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Wed, 15 Nov 2023 16:15:13 +0800 Subject: [PATCH] temp: run all the e2e 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..049f96256 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..c847fc8fe 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..8c43339cd 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..22ebcfc05 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..8e2e97c37 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..4d48d535c 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..56cc3f7f5 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..0b0b2c134 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..67a7877a4 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..321bbdfc3 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..7e55edef0 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..69d7b680f 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..d22c44bea 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..33c8daf0a 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..50cb56d99 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