trpc
trpc copied to clipboard
feat: reduce number of jobs
Describe the feature you'd like to request
We run 24? jobs as part of the CI on next. We can safely reduce that.
Describe the solution you'd like to see
- Maybe only have 1 or 2 tests for
./interop - Only have 1 or 2 tests for node versions < 16
- Maybe run the full test suite only when a certain label is added?
Desribe alternate solutions
- Find a way of auto retrying jobs on failures up to
Ntimes
Additional information
This happens too much
๐จโ๐งโ๐ฆ Contributing
- [X] ๐โโ๏ธ Yes, I'd be down to file a PR implementing this feature!
I'd consider looking into caching and maybe adding turbo as a task runner instead of Lerna. Many of these tasks would then be omitted when changes are made to parts that doesn't relate.
I think all the examples
I'd consider looking into caching and maybe adding
turboas a task runner instead ofLerna. Many of these tasks would then be omitted when changes are made to parts that doesn't relate.
I think all the examples would still need to run whenever there was a change to any of the packages, but yeah, not for stuff like changing copy on the website
I think all the examples
I'd consider looking into caching and maybe adding
turboas a task runner instead ofLerna. Many of these tasks would then be omitted when changes are made to parts that doesn't relate.I think all the examples would still need to run whenever there was a change to any of the packages, but yeah, not for stuff like changing copy on the website
Fair point. Although a lot of times when we just update docs or examples its kinda annoying having to wait up to 10 mins just to get something to share. Not sure if we can prioritize the www deployment since that seems to always take a bunch of time?
Fair point. Although a lot of times when we just update docs or examples its kinda annoying having to wait up to 10 mins just to get something to share. Not sure if we can prioritize the
wwwdeployment since that seems to always take a bunch of time?
shiki made it slow, it was snappy before
Fair point. Although a lot of times when we just update docs or examples its kinda annoying having to wait up to 10 mins just to get something to share. Not sure if we can prioritize the
wwwdeployment since that seems to always take a bunch of time?shiki made it slow, it was snappy before
Aah I see :/