Skip to content

Commit

Permalink
chore: removes ubuntu 20 image and adds ubuntu 24 image under test. A…
Browse files Browse the repository at this point in the history
…dds node 22 for binary tests and updates node 18 and node 20 to newer feature versions of those releases [run ci] (#29412)
  • Loading branch information
AtofStryker committed Apr 30, 2024
1 parent cd0cb61 commit bcd36ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions system-tests/test-binary/ci_environments_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ describe('e2e binary CI environments', () => {
)

smokeTestDockerImage(
'ubuntu 20 passes',
'cypress/base-internal:ubuntu20-node18', 0,
'ubuntu 22 passes',
'cypress/base-internal:ubuntu22-node18', 0,
)

smokeTestDockerImage(
'ubuntu 22 passes',
'cypress/base-internal:ubuntu22-node18', 0,
'ubuntu 24 passes',
'cypress/base-internal:ubuntu24-node18', 0,
)
})
10 changes: 6 additions & 4 deletions system-tests/test-binary/node_versions_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ function smokeTestDockerImage (dockerImage: string) {

describe('binary node versions', () => {
[
'cypress/base:18.15.0',
'cypress/base:20.5.0',
'cypress/base:18.16.1',
'cypress/base:20.12.2',
'cypress/base:22.0.0',
].forEach(smokeTestDockerImage)
})

describe('type: module', () => {
[
'cypress/base:18.15.0',
'cypress/base:20.5.0',
'cypress/base:18.16.1',
'cypress/base:20.12.2',
'cypress/base:22.0.0',
].forEach((dockerImage) => {
systemTests.it(`can run in ${dockerImage}`, {
withBinary: true,
Expand Down

5 comments on commit bcd36ef

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bcd36ef Apr 30, 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 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.8.2/linux-x64/ryanm/chore/bump-electron-bcd36efc70c03700299c8a261dde53c85c8fb857/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bcd36ef Apr 30, 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.8.2/linux-arm64/ryanm/chore/bump-electron-bcd36efc70c03700299c8a261dde53c85c8fb857/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bcd36ef Apr 30, 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 darwin 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.8.2/darwin-arm64/develop-bcd36efc70c03700299c8a261dde53c85c8fb857/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bcd36ef Apr 30, 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 darwin 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.8.2/darwin-x64/develop-bcd36efc70c03700299c8a261dde53c85c8fb857/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bcd36ef Apr 30, 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 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.8.2/win32-x64/develop-bcd36efc70c03700299c8a261dde53c85c8fb857/cypress.tgz

Please sign in to comment.