Skip to content

Commit

Permalink
chore: increases windows resourcing (#28494)
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins authored Dec 19, 2023
1 parent fa971f1 commit 9c46519
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 @@ -3563,23 +3563,23 @@ windows-workflow: &windows-workflow
- run-app-integration-tests-chrome:
name: windows-run-app-integration-tests-chrome
executor: windows
resource_class: windows.large
resource_class: windows.xlarge
context: [test-runner:cypress-record-key, test-runner:launchpad-tests]
requires:
- windows-build

- run-launchpad-integration-tests-chrome:
name: windows-run-launchpad-integration-tests-chrome
executor: windows
resource_class: windows.large
resource_class: windows.xlarge
context: [test-runner:cypress-record-key, test-runner:launchpad-tests]
requires:
- windows-build

- unit-tests:
name: windows-unit-tests
executor: windows
resource_class: windows.large
resource_class: windows.medium
requires:
- windows-build

Expand Down Expand Up @@ -3611,13 +3611,13 @@ windows-workflow: &windows-workflow
- v8-integration-tests:
name: windows-v8-integration-tests
executor: windows
resource_class: windows.large
resource_class: windows.medium
requires:
- windows-build
- driver-integration-memory-tests:
name: windows-driver-integration-memory-tests
executor: windows
resource_class: windows.large
resource_class: windows.medium
requires:
- windows-build

Expand Down

3 comments on commit 9c46519

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9c46519 Dec 19, 2023

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.6.2/linux-arm64/develop-9c4651921b9eaf6a430d3b1599cef693888c802c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9c46519 Dec 19, 2023

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 x64 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.6.2/linux-x64/develop-9c4651921b9eaf6a430d3b1599cef693888c802c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9c46519 Dec 19, 2023

Choose a reason for hiding this comment

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

Circle has built the win32 x64 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.6.2/win32-x64/develop-9c4651921b9eaf6a430d3b1599cef693888c802c/cypress.tgz

Please sign in to comment.