Skip to content

Commit 8fa905a

Browse files
SuZhou-Joewanglam
authored andcommitted
temp: run all test
Signed-off-by: SuZhou-Joe <[email protected]>
1 parent 8cd68dc commit 8fa905a

15 files changed

+17
-17
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
tests-with-security:
2222
needs: changes
23-
if: ${{ needs.changes.outputs.tests == 'true' }}
23+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2424
uses: ./.github/workflows/release-e2e-workflow-template-windows.yml
2525
with:
2626
test-name: Core Dashboards using Bundle Snapshot
@@ -30,7 +30,7 @@ jobs:
3030

3131
tests-without-security:
3232
needs: changes
33-
if: ${{ needs.changes.outputs.tests == 'true' }}
33+
## if: ${{ needs.changes.outputs.tests == 'true' }}
3434
uses: ./.github/workflows/release-e2e-workflow-template-windows.yml
3535
with:
3636
test-name: Core Dashboards using Bundle Snapshot

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
tests-with-security:
2222
needs: changes
23-
if: ${{ needs.changes.outputs.tests == 'true' }}
23+
## if: ${{ needs.changes.outputs.tests == 'true' }}
2424
uses: ./.github/workflows/release-e2e-workflow-template.yml
2525
with:
2626
test-name: Core Dashboards using Bundle Snapshot
@@ -29,7 +29,7 @@ jobs:
2929

3030
tests-without-security:
3131
needs: changes
32-
if: ${{ needs.changes.outputs.tests == 'true' }}
32+
## if: ${{ needs.changes.outputs.tests == 'true' }}
3333
uses: ./.github/workflows/release-e2e-workflow-template.yml
3434
with:
3535
test-name: Core Dashboards using Bundle Snapshot

.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)