Improve CI/CD build time #149
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
This project has a huge code base thanks to vast amount of object definitions in kubernetes spec. Count that for each platform and language version to get a grasp of build time.
Build and test in CI/CD takes almost all of the available resources of the worker machine and makes pipeline runs very unreliable. It's very rare to have a pipeline complete without several retries! CI step simply hang up and are killed by the 6 hours timeout of the github actions.
There are some possible solutions and workarounds:
The text was updated successfully, but these errors were encountered: