diff --git a/.github/workflows/release-signoff-chrome.yml b/.github/workflows/release-signoff-chrome.yml index 7fe376364..e6bdb4775 100644 --- a/.github/workflows/release-signoff-chrome.yml +++ b/.github/workflows/release-signoff-chrome.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-ad-only.yml b/.github/workflows/release-signoff-chromium-ad-only.yml index 02a9b1eb0..d4db844d9 100644 --- a/.github/workflows/release-signoff-chromium-ad-only.yml +++ b/.github/workflows/release-signoff-chromium-ad-only.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-ism-only.yml b/.github/workflows/release-signoff-chromium-ism-only.yml index 4abb54461..6f0d5d3d1 100644 --- a/.github/workflows/release-signoff-chromium-ism-only.yml +++ b/.github/workflows/release-signoff-chromium-ism-only.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml index 100d8b487..674c34d36 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-0.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml index d180e1a01..8501c9e80 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-10.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml index 5114ca711..2a71090f6 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-20.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml b/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml index 6a6c83d6f..66db12ab4 100644 --- a/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml +++ b/.github/workflows/release-signoff-chromium-tests-in-memory-5.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-chromium.yml b/.github/workflows/release-signoff-chromium.yml index 2e01bf67b..405cec501 100644 --- a/.github/workflows/release-signoff-chromium.yml +++ b/.github/workflows/release-signoff-chromium.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-electron.yml b/.github/workflows/release-signoff-electron.yml index d81a4acea..2270882ef 100644 --- a/.github/workflows/release-signoff-electron.yml +++ b/.github/workflows/release-signoff-electron.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2 diff --git a/.github/workflows/release-signoff-firefox.yml b/.github/workflows/release-signoff-firefox.yml index add0895c9..340de6dc7 100644 --- a/.github/workflows/release-signoff-firefox.yml +++ b/.github/workflows/release-signoff-firefox.yml @@ -15,6 +15,8 @@ jobs: NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first' # 2.12 onwards security demo configuration require a custom admin password OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' + # Disable command log to unhang + CYPRESS_NO_COMMAND_LOG: 1 steps: - name: Checkout functional-test uses: actions/checkout@v2