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

[test] Run more tests at the same time #24886

Merged
merged 1 commit into from Feb 14, 2021

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Feb 12, 2021

So far, test_regressions has been a dependency of the 4 other steps to

  1. stay in the 4 runs free concurrency limit of Circle CI
  2. to not put too much pressure on Argos CI

None of these two concerns seem relevant anymore.
We have upgraded to performant build with CircleCI (x4 -> x80).
A new Argos-CI worker cost nothing: $7/month, we could have x10 more workers. One worker can handle more than 1 image/s, easily 2m screenshots/month (60 * 60 * 24 * 30). More workers are mostly to absorb more parallelism, to have faster builds.

The CircleCI build now runs in ~8min instead of ~11min. The slowest tasks seem to be Netlify or Azure now.

@mui-pr-bot
Copy link

mui-pr-bot commented Feb 12, 2021

@material-ui/core: parsed: +Infinity% , gzip: +Infinity%
@material-ui/lab: parsed: +Infinity% , gzip: +Infinity%
@material-ui/styles: parsed: +Infinity% , gzip: +Infinity%
@material-ui/system: parsed: +Infinity% , gzip: +Infinity%
@material-ui/unstyled: parsed: +Infinity% , gzip: +Infinity%
@material-ui/utils: parsed: +Infinity% , gzip: +Infinity%

Details of bundle changes

Generated by 🚫 dangerJS against aeddcd2

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 14, 2021
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 14, 2021
@oliviertassinari oliviertassinari merged commit 06b2b71 into mui:next Feb 14, 2021
@oliviertassinari oliviertassinari deleted the faster-ci branch February 14, 2021 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants