Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update circleci runner #1079

Merged
merged 1 commit into from
May 31, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Issue

CircleCI runs are exhibiting flakiness including with network connections.

Status

The CircleCI workflow circle.yml is based on the usage of

orbs:
    node: circleci/node@5.0.0

and

        machine:
            image: ubuntu-2204:2022.10.2
  1. The current version of circleci/node is circleci/node@5.2.0 released on Jan 4, 2024. The tag for circleci/node@5.0.0 is dated Dec 20, 2021.

  2. The machine image ubuntu-2204 is tagged with the release date 2022.10.2 i.e. Oct 2, 2022.

Change

It is possible, but not guaranteed, that updating the runner environment may improve the success rate of CircleCI runs.

Update to:

orbs:
    node: circleci/node@5.2.0

and

        machine:
            image: ubuntu-2204:2024.04.4

Update to
- circleci/node@5.0.0 orb
- ubuntu-2204:2024.04.4 machine image
@cypress-app-bot
Copy link

@MikeMcC399
Copy link
Collaborator Author

This PR was successful on the first CI run, so hopefully this will increase the success rate of other CircleCI runs! 🙏🏻

@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 31, 2024 07:58
@jennifer-shehane jennifer-shehane merged commit 6d0037f into cypress-io:master May 31, 2024
33 checks passed
@MikeMcC399 MikeMcC399 deleted the update/ci-runner branch May 31, 2024 15:20
MikeMcC399 added a commit to MikeMcC399/cypress-docker-images that referenced this pull request Jun 4, 2024
MikeMcC399 added a commit to MikeMcC399/cypress-docker-images that referenced this pull request Jun 4, 2024
MikeMcC399 added a commit to MikeMcC399/cypress-docker-images that referenced this pull request Jun 4, 2024
MikeMcC399 added a commit to MikeMcC399/cypress-docker-images that referenced this pull request Jun 4, 2024
jennifer-shehane pushed a commit that referenced this pull request Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants