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

Build: Move all the yarn install in the build CI job #13872

Merged
merged 2 commits into from
Feb 12, 2021
Merged

Conversation

gaetanmaisse
Copy link
Member

@gaetanmaisse gaetanmaisse commented Feb 11, 2021

Applying #13559 step by step to not face gigantic conflicts or issues with the webpack 4/5 works.

What I did

All the different install steps have been merged in the build CircleCI job to avoid some hoisting issue faced when upgrading to Yarn 2.

I also reduced the verdaccio startup timeout because it looks like the publish job is waiting for the timeout to end before exiting 🤔

Before:
image

After:
image

How to test

Check CircleCI run

@gaetanmaisse gaetanmaisse added the maintenance User-facing maintenance tasks label Feb 11, 2021
@gaetanmaisse gaetanmaisse requested a review from a team February 11, 2021 08:28
@gaetanmaisse gaetanmaisse marked this pull request as ready for review February 11, 2021 08:39
Copy link
Contributor

@phated phated left a comment

Choose a reason for hiding this comment

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

❤️ Looks great! Love the cleanup 🎉

Comment on lines -84 to -86
- run:
name: Remove examples
command: rm -rf examples/
Copy link
Contributor

Choose a reason for hiding this comment

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

😍 This has been the bane of me when debugging differences between local and CI. Thank you for removing!

@ndelangen ndelangen merged commit 192090f into next Feb 12, 2021
@ndelangen ndelangen deleted the tech/rework-ci branch February 12, 2021 07:42
@gaetanmaisse gaetanmaisse mentioned this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants