Skip to content

Commit 2c46153

Browse files
SuZhou-Joewanglam
authored andcommitted
temp: run all test
Signed-off-by: SuZhou-Joe <[email protected]>
1 parent 0f6bb57 commit 2c46153

15 files changed

+29
-29
lines changed

.github/workflows/alerting-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Alerting

.github/workflows/anomaly-detection-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Anomaly Detection

.github/workflows/custom-import-map-dashboards-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Observability

.github/workflows/cypress-workflow-bundle-snapshot-based-windows.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Bundle Snapshot based E2E Cypress tests workflow for core Dashboards (Wind
22
on:
33
pull_request:
44
branches: [ '**' ]
5-
paths:
6-
- 'cypress/**/core-opensearch-dashboards/**'
7-
- 'cypress/utils/dashboards/**'
8-
push:
9-
branches: [ '**' ]
10-
paths:
11-
- 'cypress/**/core-opensearch-dashboards/**'
12-
- 'cypress/utils/dashboards/**'
5+
# paths:
6+
# - 'cypress/**/core-opensearch-dashboards/**'
7+
# - 'cypress/utils/dashboards/**'
8+
# push:
9+
# branches: [ '**' ]
10+
# paths:
11+
# - 'cypress/**/core-opensearch-dashboards/**'
12+
# - 'cypress/utils/dashboards/**'
1313

1414
jobs:
1515
tests-with-security:

.github/workflows/cypress-workflow-bundle-snapshot-based.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Bundle Snapshot based E2E Cypress tests workflow for core Dashboards
22
on:
33
pull_request:
44
branches: [ '**' ]
5-
paths:
6-
- 'cypress/**/core-opensearch-dashboards/**'
7-
- 'cypress/utils/dashboards/**'
8-
push:
9-
branches: [ '**' ]
10-
paths:
11-
- 'cypress/**/core-opensearch-dashboards/**'
12-
- 'cypress/utils/dashboards/**'
5+
# paths:
6+
# - 'cypress/**/core-opensearch-dashboards/**'
7+
# - 'cypress/utils/dashboards/**'
8+
# push:
9+
# branches: [ '**' ]
10+
# paths:
11+
# - 'cypress/**/core-opensearch-dashboards/**'
12+
# - 'cypress/utils/dashboards/**'
1313

1414
jobs:
1515
tests-with-security:

.github/workflows/gantt-chart-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Gantt Chart

.github/workflows/index-management-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Index Management

.github/workflows/ml-commons-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: ML Commons

.github/workflows/notifications-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Notifications

.github/workflows/observability-release-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Observability

0 commit comments

Comments
 (0)