Skip to content

Commit

Permalink
turn off auto-cancellation for these runs to see what's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Sep 12, 2024
1 parent a50043e commit 01bdddc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ commands:
# internal PR
CYPRESS_RECORD_KEY=$MAIN_RECORD_KEY \
CYPRESS_INTERNAL_ENABLE_TELEMETRY="true" \
yarn cypress:run --record --parallel --group 5x-driver-<<parameters.browser>> --browser <<parameters.browser>> --runner-ui
yarn cypress:run --record --parallel --auto-cancel-after-failures false --group 5x-driver-<<parameters.browser>> --browser <<parameters.browser>> --runner-ui
else
# external PR
TESTFILES=$(circleci tests glob "cypress/e2e/**/*.cy.*" | circleci tests split --total=$CIRCLE_NODE_TOTAL)
Expand Down Expand Up @@ -655,7 +655,7 @@ commands:
PERCY_ENABLE=${PERCY_TOKEN:-0} \
PERCY_PARALLEL_TOTAL=-1 \
CYPRESS_INTERNAL_ENABLE_TELEMETRY="true" \
$cmd yarn workspace @packages/<<parameters.package>> cypress:run:<<parameters.type>> --browser <<parameters.browser>> --record --parallel --group <<parameters.package>>-<<parameters.type>>
$cmd yarn workspace @packages/<<parameters.package>> cypress:run:<<parameters.type>> --browser <<parameters.browser>> --record --parallel --auto-cancel-after-failures false --group <<parameters.package>>-<<parameters.type>>
else
# external PR
Expand Down Expand Up @@ -1942,7 +1942,7 @@ jobs:
PERCY_ENABLE=${PERCY_TOKEN:-0} \
PERCY_PARALLEL_TOTAL=-1 \
yarn percy exec --parallel -- -- \
yarn cypress:run --record --parallel --group reporter --runner-ui
yarn cypress:run --record --parallel --auto-cancel-after-failures false --group reporter --runner-ui
working_directory: packages/reporter
- verify-mocha-results
- store_test_results:
Expand All @@ -1966,7 +1966,7 @@ jobs:
PERCY_ENABLE=${PERCY_TOKEN:-0} \
PERCY_PARALLEL_TOTAL=-1 \
yarn percy exec --parallel -- -- \
yarn cypress:run --record --parallel --group webpack-dev-server
yarn cypress:run --record --parallel --auto-cancel-after-failures false --group webpack-dev-server
working_directory: npm/webpack-dev-server
- store_test_results:
path: /tmp/cypress
Expand All @@ -1988,7 +1988,7 @@ jobs:
PERCY_ENABLE=${PERCY_TOKEN:-0} \
PERCY_PARALLEL_TOTAL=-1 \
yarn percy exec --parallel -- -- \
yarn cypress:run --record --parallel --group vite-dev-server
yarn cypress:run --record --parallel --auto-cancel-after-failures false --group vite-dev-server
working_directory: npm/vite-dev-server
- store_test_results:
path: /tmp/cypress
Expand Down

1 comment on commit 01bdddc

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 01bdddc Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/linux-arm64/upgrade-electron-29-3908892dac4adcb7f2701a6124d8701449f9f563/cypress.tgz

Please sign in to comment.