diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index 4ee776f47063..9d222598b825 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -87,7 +87,7 @@ executors: # the Docker image with Cypress dependencies and Chrome browser cy-doc: docker: - - image: cypress/base-internal:20.18.1-bullseye-downstream + - image: cypress/base-internal:20.18.1-bullseye-test # by default, we use "medium" to balance performance + CI costs. bump or reduce on a per-job basis if needed. resource_class: medium environment: @@ -96,7 +96,7 @@ executors: kitchensink-executor: docker: - - image: cypress/base-internal:20.18.1-bullseye-downstream + - image: cypress/base-internal:20.18.1-bullseye-test # by default, we use "medium" to balance performance + CI costs. bump or reduce on a per-job basis if needed. resource_class: medium environment: @@ -106,7 +106,7 @@ executors: # Docker image with non-root "node" user non-root-docker-user: docker: - - image: cypress/base-internal:20.18.1-bullseye-downstream + - image: cypress/base-internal:20.18.1-bullseye-test user: node environment: PLATFORM: linux @@ -1931,7 +1931,7 @@ jobs: parallelism: 1 working_directory: ~/cypress docker: - - image: cypress/base-internal:20.18.1-bullseye-downstream + - image: cypress/base-internal:20.18.1-bullseye-test environment: # needed to inform the bootstrap-docker-container.sh script to link the binary in the system-test project directory REPO_DIR: /root/cypress