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 better performance #2195

Merged
merged 49 commits into from
Apr 24, 2021
Merged

CI better performance #2195

merged 49 commits into from
Apr 24, 2021

Conversation

juanpicado
Copy link
Member

@juanpicado juanpicado commented Apr 23, 2021

Trying to improve speed on CI caching some resources and avoid long installations of dependencies

List of improvements:

  • Cache pnpm storage
  • Cache build and share it with a matrix to speed up test phase
  • Run in parallel non critical steps (first linting, for fast failure)
  • Remove duplicated workflows and reduce amount of work on CI and to the registry

From a sum of 29 minutes in all workflows, to 14 min in total.

Screenshot from 2021-04-24 23-13-16

@juanpicado juanpicado force-pushed the ci-better-performance branch 2 times, most recently from 5cc5512 to e34d2d4 Compare April 23, 2021 21:27
disable some workflows
@juanpicado juanpicado force-pushed the ci-better-performance branch from e34d2d4 to ed5f2ef Compare April 23, 2021 21:29
@juanpicado juanpicado marked this pull request as ready for review April 24, 2021 21:15
@juanpicado juanpicado merged commit 04931c9 into master Apr 24, 2021
@delete-merged-branch delete-merged-branch bot deleted the ci-better-performance branch April 24, 2021 21:28
@juanpicado juanpicado added this to the Next major milestone Apr 25, 2021
@juanpicado juanpicado modified the milestones: Next major, v6 release Nov 3, 2021
@juanpicado juanpicado modified the milestones: v6 release, Next major Aug 20, 2023
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.

1 participant