Skip to content

Commit b5a0786

Browse files
authored
feat: add CYPRESS_NO_COMMAND_LOG to release signoff workflows (#1009)
Signed-off-by: Lin Wang <[email protected]>
1 parent 98ec499 commit b5a0786

10 files changed

+20
-0
lines changed

.github/workflows/release-signoff-chrome.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium-ad-only.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium-ism-only.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium-tests-in-memory-0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium-tests-in-memory-10.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium-tests-in-memory-20.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium-tests-in-memory-5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-chromium.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-electron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

.github/workflows/release-signoff-firefox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
1616
# 2.12 onwards security demo configuration require a custom admin password
1717
OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!'
18+
# Disable command log to unhang
19+
CYPRESS_NO_COMMAND_LOG: 1
1820
steps:
1921
- name: Checkout functional-test
2022
uses: actions/checkout@v2

0 commit comments

Comments
 (0)