Skip to content

Commit a42fad6

Browse files
wanglamgithub-actions[bot]
authored andcommittedFeb 26, 2024
ci: add NO_COMMAND_LOG to unhang (#1066)
* ci: add NO_COMMAND_LOG to unhang Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix jest env override Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com> (cherry picked from commit 83bcc21)
1 parent b4951b6 commit a42fad6

5 files changed

+5
-5
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Alerting
24-
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/alerting-dashboards-plugin/*'
24+
test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/alerting-dashboards-plugin/*'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Anomaly Detection
24-
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/anomaly-detection-dashboards-plugin/*'
24+
test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/anomaly-detection-dashboards-plugin/*'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Index Management
24-
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/index-management-dashboards-plugin/*'
24+
test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/index-management-dashboards-plugin/*'

‎.github/workflows/security-analytics-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: ./.github/workflows/release-e2e-workflow-template.yml
2525
with:
2626
test-name: Security Analytics
27-
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security-analytics-dashboards-plugin/*'
27+
test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security-analytics-dashboards-plugin/*'

‎.github/workflows/security-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Security
24-
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security/*'
24+
test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security/*'

0 commit comments

Comments
 (0)