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

chore: upgrade the windows orb #1356

Merged
merged 2 commits into from
Jun 1, 2023
Merged

Conversation

AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented May 31, 2023

Upgrades the Circle orb from 4.x.x to 5.x.x and sets up Node 16.16.0 via nvm to be consistent with our other jobs inside circle.

@cypress
Copy link

cypress bot commented May 31, 2023

Passing run #6065 ↗︎

0 448 2 0 Flakiness 0

Details:

run ci
Project: cypress-realworld-app Commit: 5613df8d85
Status: Passed Duration: 31:25 💡
Started: Jun 1, 2023 2:47 PM Ended: Jun 1, 2023 3:18 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@AtofStryker AtofStryker force-pushed the chore/update_windows_orb_circle branch from 520bbaa to 24c4be9 Compare May 31, 2023 16:51
@AtofStryker AtofStryker force-pushed the chore/update_windows_orb_circle branch from 24c4be9 to 5e647b3 Compare May 31, 2023 16:54
@MikeMcC399
Copy link
Contributor

@AtofStryker

Thanks very much for making these changes!

@AtofStryker
Copy link
Contributor Author

@AtofStryker

Thanks very much for making these changes!

Of course! I don't think fixing the timeout issues will be straight forward, but at least we can get on Node 16 here 😅

@AtofStryker AtofStryker self-assigned this May 31, 2023
@AtofStryker AtofStryker marked this pull request as ready for review May 31, 2023 19:51
@AtofStryker
Copy link
Contributor Author

@MikeMcC399 I have a feeling I am not going to get a passing windows run, am I? 😅

@MikeMcC399
Copy link
Contributor

@AtofStryker

I have a feeling I am not going to get a passing windows run, am I? 😅

I'm seeing the error message:

The run you are attempting to access is already complete and will not accept new groups.

The existing run is: https://cloud.cypress.io/projects/7s5okt/runs

When a run finishes all of its groups, it waits for a configurable set of time before finally completing. You must add more groups during that time period.

The --tag flag you passed was: 
The --group flag you passed was: UI - Electron - Windows
The --parallel flag you passed was: true
The --ciBuildId flag you passed was: 5e647b37

So to get around this, the timeout on Cypress Cloud would need to be increased. Windows takes a long time to set up.

Retriggering CircleCI would probably also not work due the timeout. To retest you would probably better push a new commit.

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (761846a) 89.68% compared to head (5613df8) 89.68%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1356   +/-   ##
========================================
  Coverage    89.68%   89.68%           
========================================
  Files           19       19           
  Lines          737      737           
  Branches        35       35           
========================================
  Hits           661      661           
  Misses          76       76           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@MikeMcC399 MikeMcC399 left a comment

Choose a reason for hiding this comment

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

@AtofStryker

Congratulations 🙂 ! Apart from the flaky test (see #1332) it's all working.

So I think this PR can be merged. The other problems are all registered with their own dedicated issues, so these can be followed up separately.

@AtofStryker AtofStryker merged commit 7282324 into develop Jun 1, 2023
@AtofStryker AtofStryker deleted the chore/update_windows_orb_circle branch June 1, 2023 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CircleCI uses Node.js 14.17.5 not 16.16.0 for Windows tests
3 participants